diff options
Diffstat (limited to 'board/ronetix')
-rw-r--r-- | board/ronetix/pm9261/Kconfig | 23 | ||||
-rw-r--r-- | board/ronetix/pm9263/Kconfig | 23 | ||||
-rw-r--r-- | board/ronetix/pm9g45/Kconfig | 23 |
3 files changed, 69 insertions, 0 deletions
diff --git a/board/ronetix/pm9261/Kconfig b/board/ronetix/pm9261/Kconfig new file mode 100644 index 0000000..1cb9149 --- /dev/null +++ b/board/ronetix/pm9261/Kconfig @@ -0,0 +1,23 @@ +if TARGET_PM9261 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "pm9261" + +config SYS_VENDOR + string + default "ronetix" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "pm9261" + +endif diff --git a/board/ronetix/pm9263/Kconfig b/board/ronetix/pm9263/Kconfig new file mode 100644 index 0000000..292ccd6 --- /dev/null +++ b/board/ronetix/pm9263/Kconfig @@ -0,0 +1,23 @@ +if TARGET_PM9263 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "pm9263" + +config SYS_VENDOR + string + default "ronetix" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "pm9263" + +endif diff --git a/board/ronetix/pm9g45/Kconfig b/board/ronetix/pm9g45/Kconfig new file mode 100644 index 0000000..e60e9aa --- /dev/null +++ b/board/ronetix/pm9g45/Kconfig @@ -0,0 +1,23 @@ +if TARGET_PM9G45 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "pm9g45" + +config SYS_VENDOR + string + default "ronetix" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "pm9g45" + +endif |