Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame^] | 1 | if ARCH_PXA |
| 2 | |
| 3 | menu "Intel PXA2xx Implementations" |
| 4 | |
| 5 | choice |
| 6 | prompt "Select target board" |
| 7 | |
| 8 | config ARCH_LUBBOCK |
| 9 | bool "Intel DBPXA250 Development Platform" |
| 10 | select PXA25x |
| 11 | select SA1111 |
| 12 | |
| 13 | config MACH_MAINSTONE |
| 14 | bool "Intel HCDDBBVA0 Development Platform" |
| 15 | select PXA27x |
| 16 | select IWMMXT |
| 17 | |
| 18 | config ARCH_PXA_IDP |
| 19 | bool "Accelent Xscale IDP" |
| 20 | select PXA25x |
| 21 | |
| 22 | config PXA_SHARPSL |
| 23 | bool "SHARP SL-5600 and SL-C7xx Models" |
| 24 | select PXA25x |
| 25 | select SHARP_SCOOP |
| 26 | select SHARP_PARAM |
| 27 | help |
| 28 | Say Y here if you intend to run this kernel on a |
| 29 | Sharp SL-5600 (Poodle), Sharp SL-C700 (Corgi), |
| 30 | SL-C750 (Shepherd) or a Sharp SL-C760 (Husky) |
| 31 | handheld computer. |
| 32 | |
| 33 | endchoice |
| 34 | |
| 35 | endmenu |
| 36 | |
| 37 | config MACH_POODLE |
| 38 | bool "Enable Sharp SL-5600 (Poodle) Support" |
| 39 | depends PXA_SHARPSL |
| 40 | select SHARP_LOCOMO |
| 41 | |
| 42 | config MACH_CORGI |
| 43 | bool "Enable Sharp SL-C700 (Corgi) Support" |
| 44 | depends PXA_SHARPSL |
| 45 | select PXA_SHARP_C7xx |
| 46 | |
| 47 | config MACH_SHEPHERD |
| 48 | bool "Enable Sharp SL-C750 (Shepherd) Support" |
| 49 | depends PXA_SHARPSL |
| 50 | select PXA_SHARP_C7xx |
| 51 | |
| 52 | config MACH_HUSKY |
| 53 | bool "Enable Sharp SL-C760 (Husky) Support" |
| 54 | depends PXA_SHARPSL |
| 55 | select PXA_SHARP_C7xx |
| 56 | |
| 57 | config PXA25x |
| 58 | bool |
| 59 | help |
| 60 | Select code specific to PXA21x/25x/26x variants |
| 61 | |
| 62 | config PXA27x |
| 63 | bool |
| 64 | help |
| 65 | Select code specific to PXA27x variants |
| 66 | |
| 67 | config IWMMXT |
| 68 | bool |
| 69 | help |
| 70 | Enable support for iWMMXt |
| 71 | |
| 72 | config PXA_SHARP_C7xx |
| 73 | bool |
| 74 | help |
| 75 | Enable support for all Sharp C7xx models |
| 76 | |
| 77 | endif |