]> asedeno.scripts.mit.edu Git - linux.git/commit
ARM: bcm2835: enable all bcm2835-relevant in defconfig
authorStefan Wahren <stefan.wahren@i2se.com>
Tue, 27 Oct 2015 18:08:58 +0000 (19:08 +0100)
committerArnd Bergmann <arnd@arndb.de>
Thu, 31 Dec 2015 16:13:41 +0000 (17:13 +0100)
commitf58f3c3f3620c5f659da69a8ea288cee95aae17a
tree3d2d11eb4617d9baa41612ec82bd34ac22c41857
parent32872c04ffd5a855c43802c5aa76c711eb021948
ARM: bcm2835: enable all bcm2835-relevant in defconfig

Rebuild bcm2835_defconfig using "make bcm2835_defconfig;
make savedefconfig", and enable manually the following features:

* all bcm2835-relevant drivers (MBOX, WDT, DMA, PWM, SND)
* enable regular stackprotector because CONFIG_CC_STACKPROTECTOR
  disappear
* enable some new dependencies in order to keep LED heartbeat
  ( CONFIG_NEW_LEDS, CONFIG_LEDS_CLASS, CONFIG_LEDS_TRIGGERS )

The following options were removed, because they are enabled implicit:

CONFIG_RD_BZIP2, CONFIG_RD_LZMA, CONFIG_RD_XZ, CONFIG_RD_LZO,
CONFIG_USB_DWC2_HOST, CONFIG_EXT4_FS, CONFIG_EXT4_FS_POSIX_ACL

These options became obsolete:

CONFIG_RESOURCE_COUNTERS, CONFIG_SCSI_MULTI_LUN

Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/configs/bcm2835_defconfig