diff options
Diffstat (limited to 'arch/mips/jz4740/Kconfig')
-rw-r--r-- | arch/mips/jz4740/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/mips/jz4740/Kconfig b/arch/mips/jz4740/Kconfig new file mode 100644 index 000000000000..3e7141f0746c --- /dev/null +++ b/arch/mips/jz4740/Kconfig | |||
@@ -0,0 +1,12 @@ | |||
1 | choice | ||
2 | prompt "Machine type" | ||
3 | depends on MACH_JZ4740 | ||
4 | default JZ4740_QI_LB60 | ||
5 | |||
6 | config JZ4740_QI_LB60 | ||
7 | bool "Qi Hardware Ben NanoNote" | ||
8 | |||
9 | endchoice | ||
10 | |||
11 | config HAVE_PWM | ||
12 | bool | ||