소스 검색

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 <[email protected]>

SVN-Revision: 37656
Hauke Mehrtens 12 년 전
부모
커밋
c47a55dd0d
4개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      target/linux/generic/config-3.10
  2. 1 0
      target/linux/generic/config-3.6
  3. 1 0
      target/linux/generic/config-3.8
  4. 1 0
      target/linux/generic/config-3.9

+ 1 - 0
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

+ 1 - 0
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

+ 1 - 0
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

+ 1 - 0
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