diff options
author | Paul Mundt <lethal@linux-sh.org> | 2005-05-03 13:56:36 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2005-05-03 13:56:36 +0000 |
commit | c5564f7b346e8b9d7227d5e25b6324b27d02e584 (patch) | |
tree | 9de948fe3b94e7316671ff3740910d012b525ad7 /target/device/Hitachi/Config.in | |
parent | 5b72a75f945397ee3e3af9e2d1d24a2adac47567 (diff) |
Initial support for MS7206SE01 sh2a board.
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 |