| 33 | | config FWRT_LINUX_NOKERNEL_AVR32 |
|---|
| 34 | | bool "avr32" |
|---|
| 35 | | depends on FWRT_DEVEL |
|---|
| 36 | | depends on FWRT_TARGET_CATEGORY_NOKERNEL |
|---|
| 37 | | select FWRT_TARGET_NOKERNEL |
|---|
| 38 | | select FWRT_avr32 |
|---|
| 39 | | select FWRT_TARGET_CAN_LINUX_2_4 |
|---|
| 40 | | select !FWRT_TARGET_CAN_LINUX_2_6 |
|---|
| 41 | | help |
|---|
| 42 | | This is a target which does not build a kernel, root filesy- |
|---|
| 43 | | stem or flash image; it is mostly used for testing packages. |
|---|
| 44 | | Where a kernel is required, Linux 2.4 will be used. |
|---|
| 45 | | |
|---|
| 46 | | This option selects the big-endian 32-bit AVR platform. |
|---|
| | 33 | #config FWRT_LINUX_NOKERNEL_AVR32 |
|---|
| | 34 | # bool "avr32" |
|---|
| | 35 | # depends on FWRT_DEVEL |
|---|
| | 36 | # depends on FWRT_TARGET_CATEGORY_NOKERNEL |
|---|
| | 37 | # select FWRT_TARGET_NOKERNEL |
|---|
| | 38 | # select FWRT_avr32 |
|---|
| | 39 | # select FWRT_TARGET_CAN_LINUX_2_4 |
|---|
| | 40 | # select !FWRT_TARGET_CAN_LINUX_2_6 |
|---|
| | 41 | # help |
|---|
| | 42 | # This is a target which does not build a kernel, root filesy- |
|---|
| | 43 | # stem or flash image; it is mostly used for testing packages. |
|---|
| | 44 | # Where a kernel is required, Linux 2.4 will be used. |
|---|
| | 45 | # |
|---|
| | 46 | # This option selects the big-endian 32-bit AVR platform. |
|---|