diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2013-06-25 10:13:46 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-08-01 15:49:33 -0400 |
commit | 092c46498e76904a3c21124131a29edff56ce3ed (patch) | |
tree | 5b077c6ec64b112a821158958ab208cf722b0246 /drivers/ssb/Kconfig | |
parent | d28e5e5d96cde070d794553d16702ca6879bb7a2 (diff) |
ssb: drop BROKEN from SSB_SFLASH
With recent patches ssb can fetch info about serial flash and register
it as a platform device. No more reasons to mark it BROKEN.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Cc: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/ssb/Kconfig')
-rw-r--r-- | drivers/ssb/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ssb/Kconfig b/drivers/ssb/Kconfig index 36171fd2826b..2cd9b0e44a41 100644 --- a/drivers/ssb/Kconfig +++ b/drivers/ssb/Kconfig @@ -138,7 +138,7 @@ config SSB_DRIVER_MIPS config SSB_SFLASH bool "SSB serial flash support" - depends on SSB_DRIVER_MIPS && BROKEN + depends on SSB_DRIVER_MIPS default y # Assumption: We are on embedded, if we compile the MIPS core. |