diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-06-10 12:07:14 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-06-19 19:36:24 -0400 |
commit | c5dece37c53f5b9e1dee434a994e2d0ff457a267 (patch) | |
tree | d8be59dbf6e818f9fc904b57347dd2c7c2462ada /drivers/tty/serial/Kconfig | |
parent | 9682bcdef1a9a0af940c30250ede697e7e70ef28 (diff) |
ARM: sirf: use CONFIG_SIRF rather than CONFIG_PRIMA2 where necessary
I got a build error today that made me realize that it is not
possible to build a kernel for a SiRF platform without enabling
CONFIG_PRIMA2, since a lot of common code depends on CONFIG_PRIMA2.
This fixes all occurences that appear like common SiRF code.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Wolfram Sang <wsa@the-dreams.de>
Acked-by: Mark Brown <broonie@linaro.org>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Barry Song <Baohua.Song@csr.com>
Acked-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'drivers/tty/serial/Kconfig')
-rw-r--r-- | drivers/tty/serial/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig index 7e7006fd404e..80155a1577e8 100644 --- a/drivers/tty/serial/Kconfig +++ b/drivers/tty/serial/Kconfig | |||
@@ -251,7 +251,7 @@ config SERIAL_SAMSUNG_CONSOLE | |||
251 | 251 | ||
252 | config SERIAL_SIRFSOC | 252 | config SERIAL_SIRFSOC |
253 | tristate "SiRF SoC Platform Serial port support" | 253 | tristate "SiRF SoC Platform Serial port support" |
254 | depends on ARCH_PRIMA2 | 254 | depends on ARCH_SIRF |
255 | select SERIAL_CORE | 255 | select SERIAL_CORE |
256 | help | 256 | help |
257 | Support for the on-chip UART on the CSR SiRFprimaII series, | 257 | Support for the on-chip UART on the CSR SiRFprimaII series, |