diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2013-01-06 15:48:50 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-01-09 14:37:09 -0500 |
commit | 72a525cbb8037ecf8663720b7087e8e6fc77a49a (patch) | |
tree | f4fa7fc864e32a5a83884442fa5cc4c745c9c475 /drivers/ssb/Kconfig | |
parent | 79afb22d093993ef50f250f5368b565d0a0b7569 (diff) |
ssb: add place for serial flash driver
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/ssb/Kconfig')
-rw-r--r-- | drivers/ssb/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/ssb/Kconfig b/drivers/ssb/Kconfig index ff3c8a21f10d..f7305e2fddcc 100644 --- a/drivers/ssb/Kconfig +++ b/drivers/ssb/Kconfig | |||
@@ -136,6 +136,11 @@ config SSB_DRIVER_MIPS | |||
136 | 136 | ||
137 | If unsure, say N | 137 | If unsure, say N |
138 | 138 | ||
139 | config SSB_SFLASH | ||
140 | bool "SSB serial flash support" | ||
141 | depends on SSB_DRIVER_MIPS && BROKEN | ||
142 | default y | ||
143 | |||
139 | # Assumption: We are on embedded, if we compile the MIPS core. | 144 | # Assumption: We are on embedded, if we compile the MIPS core. |
140 | config SSB_EMBEDDED | 145 | config SSB_EMBEDDED |
141 | bool | 146 | bool |