diff options
Diffstat (limited to 'arch/cris/arch-v10/drivers')
-rw-r--r-- | arch/cris/arch-v10/drivers/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/cris/arch-v10/drivers/Kconfig b/arch/cris/arch-v10/drivers/Kconfig index e3c0f2928149..96740ef497d4 100644 --- a/arch/cris/arch-v10/drivers/Kconfig +++ b/arch/cris/arch-v10/drivers/Kconfig | |||
@@ -1,3 +1,5 @@ | |||
1 | if ETRAX_ARCH_V10 | ||
2 | |||
1 | config ETRAX_ETHERNET | 3 | config ETRAX_ETHERNET |
2 | bool "Ethernet support" | 4 | bool "Ethernet support" |
3 | depends on ETRAX_ARCH_V10 | 5 | depends on ETRAX_ARCH_V10 |
@@ -806,3 +808,5 @@ config ETRAX_DS1302_TRICKLE_CHARGE | |||
806 | 1 = 2kohm, 2 = 4kohm, 3 = 4kohm | 808 | 1 = 2kohm, 2 = 4kohm, 3 = 4kohm |
807 | 4 = 1 diode, 8 = 2 diodes | 809 | 4 = 1 diode, 8 = 2 diodes |
808 | Allowed values are (increasing current): 0, 11, 10, 9, 7, 6, 5 | 810 | Allowed values are (increasing current): 0, 11, 10, 9, 7, 6, 5 |
811 | |||
812 | endif | ||