aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-rmobile/Kconfig.rza1
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-rmobile/Kconfig.rza1')
-rw-r--r--arch/arm/mach-rmobile/Kconfig.rza121
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/mach-rmobile/Kconfig.rza1 b/arch/arm/mach-rmobile/Kconfig.rza1
new file mode 100644
index 0000000..efb703b
--- /dev/null
+++ b/arch/arm/mach-rmobile/Kconfig.rza1
@@ -0,0 +1,21 @@
+if RZA1
+
+# required by the Ethernet driver
+config R7S72100
+ bool
+ default y
+
+# required by serial and usb driver
+config CPU_RZA1
+ bool
+ default y
+
+choice
+ prompt "Renesas RZ/A1 board select"
+
+endchoice
+
+config SYS_SOC
+ default "rmobile"
+
+endif