diff options
Diffstat (limited to 'board/gaisler')
-rw-r--r-- | board/gaisler/gr_cpci_ax2000/Kconfig | 19 | ||||
-rw-r--r-- | board/gaisler/gr_ep2s60/Kconfig | 19 | ||||
-rw-r--r-- | board/gaisler/gr_xc3s_1500/Kconfig | 19 | ||||
-rw-r--r-- | board/gaisler/grsim/Kconfig | 19 | ||||
-rw-r--r-- | board/gaisler/grsim_leon2/Kconfig | 19 |
5 files changed, 95 insertions, 0 deletions
diff --git a/board/gaisler/gr_cpci_ax2000/Kconfig b/board/gaisler/gr_cpci_ax2000/Kconfig new file mode 100644 index 0000000..d5a2eb4 --- /dev/null +++ b/board/gaisler/gr_cpci_ax2000/Kconfig @@ -0,0 +1,19 @@ +if TARGET_GR_CPCI_AX2000 + +config SYS_CPU + string + default "leon3" + +config SYS_BOARD + string + default "gr_cpci_ax2000" + +config SYS_VENDOR + string + default "gaisler" + +config SYS_CONFIG_NAME + string + default "gr_cpci_ax2000" + +endif diff --git a/board/gaisler/gr_ep2s60/Kconfig b/board/gaisler/gr_ep2s60/Kconfig new file mode 100644 index 0000000..e742ea8 --- /dev/null +++ b/board/gaisler/gr_ep2s60/Kconfig @@ -0,0 +1,19 @@ +if TARGET_GR_EP2S60 + +config SYS_CPU + string + default "leon3" + +config SYS_BOARD + string + default "gr_ep2s60" + +config SYS_VENDOR + string + default "gaisler" + +config SYS_CONFIG_NAME + string + default "gr_ep2s60" + +endif diff --git a/board/gaisler/gr_xc3s_1500/Kconfig b/board/gaisler/gr_xc3s_1500/Kconfig new file mode 100644 index 0000000..6d9f107 --- /dev/null +++ b/board/gaisler/gr_xc3s_1500/Kconfig @@ -0,0 +1,19 @@ +if TARGET_GR_XC3S_1500 + +config SYS_CPU + string + default "leon3" + +config SYS_BOARD + string + default "gr_xc3s_1500" + +config SYS_VENDOR + string + default "gaisler" + +config SYS_CONFIG_NAME + string + default "gr_xc3s_1500" + +endif diff --git a/board/gaisler/grsim/Kconfig b/board/gaisler/grsim/Kconfig new file mode 100644 index 0000000..10f51e1 --- /dev/null +++ b/board/gaisler/grsim/Kconfig @@ -0,0 +1,19 @@ +if TARGET_GRSIM + +config SYS_CPU + string + default "leon3" + +config SYS_BOARD + string + default "grsim" + +config SYS_VENDOR + string + default "gaisler" + +config SYS_CONFIG_NAME + string + default "grsim" + +endif diff --git a/board/gaisler/grsim_leon2/Kconfig b/board/gaisler/grsim_leon2/Kconfig new file mode 100644 index 0000000..8dd2d27 --- /dev/null +++ b/board/gaisler/grsim_leon2/Kconfig @@ -0,0 +1,19 @@ +if TARGET_GRSIM_LEON2 + +config SYS_CPU + string + default "leon2" + +config SYS_BOARD + string + default "grsim_leon2" + +config SYS_VENDOR + string + default "gaisler" + +config SYS_CONFIG_NAME + string + default "grsim_leon2" + +endif |