diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-08-04 09:27:52 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-09-16 11:01:33 -0400 |
commit | 7cfc4e5e7f9b5fa598aa69b5344b6fd0539f71d6 (patch) | |
tree | 810b5bbd63929e66aa32bfc2a8cee5a5cd7d6b46 /drivers | |
parent | 637166337ca29459581bd2943072a9f1268fb982 (diff) |
serial/cpm_uart: Remove dead Kconfig options
With the change to device tree based setup we no longer need the explicit
Kconfig options for each SCC{1,4} or SMC{1,2} port.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/serial/Kconfig | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 77cb34270fc1..b87b1cf9df66 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig | |||
@@ -1136,42 +1136,6 @@ config SERIAL_CPM_CONSOLE | |||
1136 | your boot loader (lilo or loadlin) about how to pass options to the | 1136 | your boot loader (lilo or loadlin) about how to pass options to the |
1137 | kernel at boot time.) | 1137 | kernel at boot time.) |
1138 | 1138 | ||
1139 | config SERIAL_CPM_SCC1 | ||
1140 | bool "Support for SCC1 serial port" | ||
1141 | depends on SERIAL_CPM=y | ||
1142 | help | ||
1143 | Select this option to use SCC1 as a serial port | ||
1144 | |||
1145 | config SERIAL_CPM_SCC2 | ||
1146 | bool "Support for SCC2 serial port" | ||
1147 | depends on SERIAL_CPM=y | ||
1148 | help | ||
1149 | Select this option to use SCC2 as a serial port | ||
1150 | |||
1151 | config SERIAL_CPM_SCC3 | ||
1152 | bool "Support for SCC3 serial port" | ||
1153 | depends on SERIAL_CPM=y | ||
1154 | help | ||
1155 | Select this option to use SCC3 as a serial port | ||
1156 | |||
1157 | config SERIAL_CPM_SCC4 | ||
1158 | bool "Support for SCC4 serial port" | ||
1159 | depends on SERIAL_CPM=y | ||
1160 | help | ||
1161 | Select this option to use SCC4 as a serial port | ||
1162 | |||
1163 | config SERIAL_CPM_SMC1 | ||
1164 | bool "Support for SMC1 serial port" | ||
1165 | depends on SERIAL_CPM=y | ||
1166 | help | ||
1167 | Select this option to use SMC1 as a serial port | ||
1168 | |||
1169 | config SERIAL_CPM_SMC2 | ||
1170 | bool "Support for SMC2 serial port" | ||
1171 | depends on SERIAL_CPM=y | ||
1172 | help | ||
1173 | Select this option to use SMC2 as a serial port | ||
1174 | |||
1175 | config SERIAL_SGI_L1_CONSOLE | 1139 | config SERIAL_SGI_L1_CONSOLE |
1176 | bool "SGI Altix L1 serial console support" | 1140 | bool "SGI Altix L1 serial console support" |
1177 | depends on IA64_GENERIC || IA64_SGI_SN2 | 1141 | depends on IA64_GENERIC || IA64_SGI_SN2 |