diff options
Diffstat (limited to 'target/device/Hitachi/Config.in')
-rw-r--r-- | target/device/Hitachi/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/target/device/Hitachi/Config.in b/target/device/Hitachi/Config.in new file mode 100644 index 000000000..8048e8508 --- /dev/null +++ b/target/device/Hitachi/Config.in @@ -0,0 +1,12 @@ +comment "Hitachi ULSI Systems device support" + depends BR2_sh + +config BR2_TARGET_HITACHI_SE + bool "Board support for Solution Engine development boards" + depends on BR2_sh + default n + +config BR2_TARGET_HITACHI_MS7206SE01 + bool "MS7206SE01 development board support" + depends BR2_TARGET_HITACHI_SE && BR2_sh2a_nofpueb + default n |