diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-04-08 14:14:49 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-04-08 14:14:49 -0400 |
commit | 0b191110a6eb435cba2fa6abd58af47cb7b76eee (patch) | |
tree | 239db5fddb6045840dc42923e9deb1ab4a1b414a | |
parent | c77db634f6003dd0215502a7df94166fa20d16ca (diff) | |
parent | d8d6aec6d560fb66a25aad567f0630baee6785a1 (diff) |
Merge tag 'bcm2835-for-3.10-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-rpi into next/soc
From Stephen Warren <swarren@wwwdotorg.org>:
ARM: bcm2835: defconfig updates
This branch (patch) updates bcm2835_defconfig to enable new features that
were added this kernel cycle. Namely, the SPI controller and HW random
number generator.
* tag 'bcm2835-for-3.10-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-rpi:
ARM: bcm2835: defconfig updates
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r-- | arch/arm/configs/bcm2835_defconfig | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/arch/arm/configs/bcm2835_defconfig b/arch/arm/configs/bcm2835_defconfig index af472e4ed451..abc7c8d4631b 100644 --- a/arch/arm/configs/bcm2835_defconfig +++ b/arch/arm/configs/bcm2835_defconfig | |||
@@ -59,10 +59,13 @@ CONFIG_DEVTMPFS_MOUNT=y | |||
59 | CONFIG_SERIAL_AMBA_PL011=y | 59 | CONFIG_SERIAL_AMBA_PL011=y |
60 | CONFIG_SERIAL_AMBA_PL011_CONSOLE=y | 60 | CONFIG_SERIAL_AMBA_PL011_CONSOLE=y |
61 | CONFIG_TTY_PRINTK=y | 61 | CONFIG_TTY_PRINTK=y |
62 | # CONFIG_HW_RANDOM is not set | 62 | CONFIG_HW_RANDOM=y |
63 | CONFIG_HW_RANDOM_BCM2835=y | ||
63 | CONFIG_I2C=y | 64 | CONFIG_I2C=y |
64 | CONFIG_I2C_CHARDEV=y | 65 | CONFIG_I2C_CHARDEV=y |
65 | CONFIG_I2C_BCM2835=y | 66 | CONFIG_I2C_BCM2835=y |
67 | CONFIG_SPI=y | ||
68 | CONFIG_SPI_BCM2835=y | ||
66 | CONFIG_GPIO_SYSFS=y | 69 | CONFIG_GPIO_SYSFS=y |
67 | # CONFIG_HWMON is not set | 70 | # CONFIG_HWMON is not set |
68 | # CONFIG_USB_SUPPORT is not set | 71 | # CONFIG_USB_SUPPORT is not set |
@@ -108,9 +111,5 @@ CONFIG_TEST_KSTRTOX=y | |||
108 | CONFIG_STRICT_DEVMEM=y | 111 | CONFIG_STRICT_DEVMEM=y |
109 | CONFIG_DEBUG_LL=y | 112 | CONFIG_DEBUG_LL=y |
110 | CONFIG_EARLY_PRINTK=y | 113 | CONFIG_EARLY_PRINTK=y |
111 | # CONFIG_XZ_DEC_X86 is not set | ||
112 | # CONFIG_XZ_DEC_POWERPC is not set | ||
113 | # CONFIG_XZ_DEC_IA64 is not set | ||
114 | # CONFIG_XZ_DEC_ARM is not set | 114 | # CONFIG_XZ_DEC_ARM is not set |
115 | # CONFIG_XZ_DEC_ARMTHUMB is not set | 115 | # CONFIG_XZ_DEC_ARMTHUMB is not set |
116 | # CONFIG_XZ_DEC_SPARC is not set | ||