diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2013-08-02 16:16:23 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2013-08-02 16:16:23 +0000 |
commit | bbce689cd33a6b99d111f894abe621a51cdda758 (patch) | |
tree | 01a6b95649e52501c2c742ea6861264caeeb7242 | |
parent | d4ed385bc330aba0f1678b4899ea7dbb9b55e1b6 (diff) | |
download | upstream-bbce689cd33a6b99d111f894abe621a51cdda758.tar.gz upstream-bbce689cd33a6b99d111f894abe621a51cdda758.tar.bz2 upstream-bbce689cd33a6b99d111f894abe621a51cdda758.zip |
kernel: add missing config option
brcm47xx does not use CONFIG_B53_SPI_DRIVER, but it could be selected if spi is build as a module
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37656 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/generic/config-3.10 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-3.6 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-3.8 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-3.9 | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.10 b/target/linux/generic/config-3.10 index d8e88792bb..5f7c9e65a4 100644 --- a/target/linux/generic/config-3.10 +++ b/target/linux/generic/config-3.10 @@ -270,6 +270,7 @@ CONFIG_ATM_CLIP_NO_ICMP=y # CONFIG_B43LEGACY is not set # CONFIG_B44 is not set # CONFIG_B53 is not set +# CONFIG_B53_SPI_DRIVER is not set # CONFIG_BACKLIGHT_LCD_SUPPORT is not set # CONFIG_BACKLIGHT_LM3630 is not set # CONFIG_BACKLIGHT_LM3639 is not set diff --git a/target/linux/generic/config-3.6 b/target/linux/generic/config-3.6 index 7a02d5b044..fc94608d2f 100644 --- a/target/linux/generic/config-3.6 +++ b/target/linux/generic/config-3.6 @@ -194,6 +194,7 @@ CONFIG_ATM_CLIP_NO_ICMP=y # CONFIG_B43LEGACY is not set # CONFIG_B44 is not set # CONFIG_B53 is not set +# CONFIG_B53_SPI_DRIVER is not set # CONFIG_BACKLIGHT_LCD_SUPPORT is not set # CONFIG_BACKTRACE_SELF_TEST is not set CONFIG_BASE_FULL=y diff --git a/target/linux/generic/config-3.8 b/target/linux/generic/config-3.8 index f375de2a56..2f3463d97b 100644 --- a/target/linux/generic/config-3.8 +++ b/target/linux/generic/config-3.8 @@ -201,6 +201,7 @@ CONFIG_ATM_CLIP_NO_ICMP=y # CONFIG_B43LEGACY is not set # CONFIG_B44 is not set # CONFIG_B53 is not set +# CONFIG_B53_SPI_DRIVER is not set # CONFIG_BACKLIGHT_LCD_SUPPORT is not set # CONFIG_BACKLIGHT_LM3630 is not set # CONFIG_BACKLIGHT_LM3639 is not set diff --git a/target/linux/generic/config-3.9 b/target/linux/generic/config-3.9 index e5abf307c3..6d864daf11 100644 --- a/target/linux/generic/config-3.9 +++ b/target/linux/generic/config-3.9 @@ -204,6 +204,7 @@ CONFIG_ATM_CLIP_NO_ICMP=y # CONFIG_B43LEGACY is not set # CONFIG_B44 is not set # CONFIG_B53 is not set +# CONFIG_B53_SPI_DRIVER is not set # CONFIG_BACKLIGHT_LCD_SUPPORT is not set # CONFIG_BACKLIGHT_LM3630 is not set # CONFIG_BACKLIGHT_LM3639 is not set |