diff options
Diffstat (limited to 'arch')
55 files changed, 7922 insertions, 315 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index f47cf9af3bc8..1b7e5c2e90ef 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
| @@ -93,15 +93,49 @@ choice | |||
| 93 | prompt "ARM system type" | 93 | prompt "ARM system type" |
| 94 | default ARCH_VERSATILE | 94 | default ARCH_VERSATILE |
| 95 | 95 | ||
| 96 | config ARCH_AAEC2000 | ||
| 97 | bool "Agilent AAEC-2000 based" | ||
| 98 | select ARM_AMBA | ||
| 99 | help | ||
| 100 | This enables support for systems based on the Agilent AAEC-2000 | ||
| 101 | |||
| 102 | config ARCH_INTEGRATOR | ||
| 103 | bool "ARM Ltd. Integrator family" | ||
| 104 | select ARM_AMBA | ||
| 105 | select ICST525 | ||
| 106 | help | ||
| 107 | Support for ARM's Integrator platform. | ||
| 108 | |||
| 109 | config ARCH_REALVIEW | ||
| 110 | bool "ARM Ltd. RealView family" | ||
| 111 | select ARM_AMBA | ||
| 112 | select ICST307 | ||
| 113 | help | ||
| 114 | This enables support for ARM Ltd RealView boards. | ||
| 115 | |||
| 116 | config ARCH_VERSATILE | ||
| 117 | bool "ARM Ltd. Versatile family" | ||
| 118 | select ARM_AMBA | ||
| 119 | select ARM_VIC | ||
| 120 | select ICST307 | ||
| 121 | help | ||
| 122 | This enables support for ARM Ltd Versatile board. | ||
| 123 | |||
| 124 | config ARCH_AT91RM9200 | ||
| 125 | bool "Atmel AT91RM9200" | ||
| 126 | help | ||
| 127 | Say Y here if you intend to run this kernel on an Atmel | ||
| 128 | AT91RM9200-based board. | ||
| 129 | |||
| 96 | config ARCH_CLPS7500 | 130 | config ARCH_CLPS7500 |
| 97 | bool "Cirrus-CL-PS7500FE" | 131 | bool "Cirrus CL-PS7500FE" |
| 98 | select TIMER_ACORN | 132 | select TIMER_ACORN |
| 99 | select ISA | 133 | select ISA |
| 100 | help | 134 | help |
| 101 | Support for the Cirrus Logic PS7500FE system-on-a-chip. | 135 | Support for the Cirrus Logic PS7500FE system-on-a-chip. |
| 102 | 136 | ||
| 103 | config ARCH_CLPS711X | 137 | config ARCH_CLPS711X |
| 104 | bool "CLPS711x/EP721x-based" | 138 | bool "Cirrus Logic CLPS711x/EP721x-based" |
| 105 | help | 139 | help |
| 106 | Support for Cirrus Logic 711x/721x based boards. | 140 | Support for Cirrus Logic 711x/721x based boards. |
| 107 | 141 | ||
| @@ -135,12 +169,22 @@ config ARCH_FOOTBRIDGE | |||
| 135 | Support for systems based on the DC21285 companion chip | 169 | Support for systems based on the DC21285 companion chip |
| 136 | ("FootBridge"), such as the Simtec CATS and the Rebel NetWinder. | 170 | ("FootBridge"), such as the Simtec CATS and the Rebel NetWinder. |
| 137 | 171 | ||
| 138 | config ARCH_INTEGRATOR | 172 | config ARCH_NETX |
| 139 | bool "Integrator" | 173 | bool "Hilscher NetX based" |
| 140 | select ARM_AMBA | 174 | select ARM_VIC |
| 141 | select ICST525 | ||
| 142 | help | 175 | help |
| 143 | Support for ARM's Integrator platform. | 176 | This enables support for systems based on the Hilscher NetX Soc |
| 177 | |||
| 178 | config ARCH_H720X | ||
| 179 | bool "Hynix HMS720x-based" | ||
| 180 | select ISA_DMA_API | ||
| 181 | help | ||
| 182 | This enables support for systems based on the Hynix HMS720x | ||
| 183 | |||
| 184 | config ARCH_IMX | ||
| 185 | bool "IMX" | ||
| 186 | help | ||
| 187 | Support for Motorola's i.MX family of processors (MX1, MXL). | ||
| 144 | 188 | ||
| 145 | config ARCH_IOP3XX | 189 | config ARCH_IOP3XX |
| 146 | bool "IOP3xx-based" | 190 | bool "IOP3xx-based" |
| @@ -178,6 +222,11 @@ config ARCH_L7200 | |||
| 178 | If you have any questions or comments about the Linux kernel port | 222 | If you have any questions or comments about the Linux kernel port |
| 179 | to this board, send e-mail to <sjhill@cotw.com>. | 223 | to this board, send e-mail to <sjhill@cotw.com>. |
| 180 | 224 | ||
| 225 | config ARCH_PNX4008 | ||
| 226 | bool "Philips Nexperia PNX4008 Mobile" | ||
| 227 | help | ||
| 228 | This enables support for Philips PNX4008 mobile platform. | ||
| 229 | |||
| 181 | config ARCH_PXA | 230 | config ARCH_PXA |
| 182 | bool "PXA2xx-based" | 231 | bool "PXA2xx-based" |
| 183 | select ARCH_MTD_XIP | 232 | select ARCH_MTD_XIP |
| @@ -232,49 +281,6 @@ config ARCH_OMAP | |||
| 232 | help | 281 | help |
| 233 | Support for TI's OMAP platform (OMAP1 and OMAP2). | 282 | Support for TI's OMAP platform (OMAP1 and OMAP2). |
| 234 | 283 | ||
| 235 | config ARCH_VERSATILE | ||
| 236 | bool "Versatile" | ||
| 237 | select ARM_AMBA | ||
| 238 | select ARM_VIC | ||
| 239 | select ICST307 | ||
| 240 | help | ||
| 241 | This enables support for ARM Ltd Versatile board. | ||
| 242 | |||
| 243 | config ARCH_REALVIEW | ||
| 244 | bool "RealView" | ||
| 245 | select ARM_AMBA | ||
| 246 | select ICST307 | ||
| 247 | help | ||
| 248 | This enables support for ARM Ltd RealView boards. | ||
| 249 | |||
| 250 | config ARCH_IMX | ||
| 251 | bool "IMX" | ||
| 252 | help | ||
| 253 | Support for Motorola's i.MX family of processors (MX1, MXL). | ||
| 254 | |||
| 255 | config ARCH_H720X | ||
| 256 | bool "Hynix-HMS720x-based" | ||
| 257 | select ISA_DMA_API | ||
| 258 | help | ||
| 259 | This enables support for systems based on the Hynix HMS720x | ||
| 260 | |||
| 261 | config ARCH_AAEC2000 | ||
| 262 | bool "Agilent AAEC-2000 based" | ||
| 263 | select ARM_AMBA | ||
| 264 | help | ||
| 265 | This enables support for systems based on the Agilent AAEC-2000 | ||
| 266 | |||
| 267 | config ARCH_AT91RM9200 | ||
| 268 | bool "AT91RM9200" | ||
| 269 | help | ||
| 270 | Say Y here if you intend to run this kernel on an Atmel | ||
| 271 | AT91RM9200-based board. | ||
| 272 | |||
| 273 | config ARCH_PNX4008 | ||
| 274 | bool "Philips Nexperia PNX4008 Mobile" | ||
| 275 | help | ||
| 276 | This enables support for Philips PNX4008 mobile platform. | ||
| 277 | |||
| 278 | endchoice | 284 | endchoice |
| 279 | 285 | ||
| 280 | source "arch/arm/mach-clps711x/Kconfig" | 286 | source "arch/arm/mach-clps711x/Kconfig" |
| @@ -319,6 +325,8 @@ source "arch/arm/mach-realview/Kconfig" | |||
| 319 | 325 | ||
| 320 | source "arch/arm/mach-at91rm9200/Kconfig" | 326 | source "arch/arm/mach-at91rm9200/Kconfig" |
| 321 | 327 | ||
| 328 | source "arch/arm/mach-netx/Kconfig" | ||
| 329 | |||
| 322 | # Definitions to make life easier | 330 | # Definitions to make life easier |
| 323 | config ARCH_ACORN | 331 | config ARCH_ACORN |
| 324 | bool | 332 | bool |
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 6c97aa70d3bc..282b14e2f464 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile | |||
| @@ -117,6 +117,7 @@ endif | |||
| 117 | machine-$(CONFIG_ARCH_AT91RM9200) := at91rm9200 | 117 | machine-$(CONFIG_ARCH_AT91RM9200) := at91rm9200 |
| 118 | machine-$(CONFIG_ARCH_EP93XX) := ep93xx | 118 | machine-$(CONFIG_ARCH_EP93XX) := ep93xx |
| 119 | machine-$(CONFIG_ARCH_PNX4008) := pnx4008 | 119 | machine-$(CONFIG_ARCH_PNX4008) := pnx4008 |
| 120 | machine-$(CONFIG_ARCH_NETX) := netx | ||
| 120 | 121 | ||
| 121 | ifeq ($(CONFIG_ARCH_EBSA110),y) | 122 | ifeq ($(CONFIG_ARCH_EBSA110),y) |
| 122 | # This is what happens if you forget the IOCS16 line. | 123 | # This is what happens if you forget the IOCS16 line. |
diff --git a/arch/arm/boot/compressed/head-at91rm9200.S b/arch/arm/boot/compressed/head-at91rm9200.S index 2119ea62b547..57a3b163b2cb 100644 --- a/arch/arm/boot/compressed/head-at91rm9200.S +++ b/arch/arm/boot/compressed/head-at91rm9200.S | |||
| @@ -49,6 +49,18 @@ | |||
| 49 | cmp r7, r3 | 49 | cmp r7, r3 |
| 50 | beq 99f | 50 | beq 99f |
| 51 | 51 | ||
| 52 | @ Embest ATEB9200 : 923 | ||
| 53 | mov r3, #(MACH_TYPE_ATEB9200 & 0xff) | ||
| 54 | orr r3, r3, #(MACH_TYPE_ATEB9200 & 0xff00) | ||
| 55 | cmp r7, r3 | ||
| 56 | beq 99f | ||
| 57 | |||
| 58 | @ Sperry-Sun KAFA : 662 | ||
| 59 | mov r3, #(MACH_TYPE_KAFA & 0xff) | ||
| 60 | orr r3, r3, #(MACH_TYPE_KAFA & 0xff00) | ||
| 61 | cmp r7, r3 | ||
| 62 | beq 99f | ||
| 63 | |||
| 52 | @ Unknown board, use the AT91RM9200DK board | 64 | @ Unknown board, use the AT91RM9200DK board |
| 53 | @ mov r7, #MACH_TYPE_AT91RM9200 | 65 | @ mov r7, #MACH_TYPE_AT91RM9200 |
| 54 | mov r7, #(MACH_TYPE_AT91RM9200DK & 0xff) | 66 | mov r7, #(MACH_TYPE_AT91RM9200DK & 0xff) |
diff --git a/arch/arm/common/sharpsl_pm.c b/arch/arm/common/sharpsl_pm.c index 3cd8c9ee4510..045e37e07330 100644 --- a/arch/arm/common/sharpsl_pm.c +++ b/arch/arm/common/sharpsl_pm.c | |||
| @@ -49,13 +49,6 @@ | |||
| 49 | #define SHARPSL_CHARGE_CO_CHECK_TIME 5 /* 5 msec */ | 49 | #define SHARPSL_CHARGE_CO_CHECK_TIME 5 /* 5 msec */ |
| 50 | #define SHARPSL_CHARGE_RETRY_CNT 1 /* eqv. 10 min */ | 50 | #define SHARPSL_CHARGE_RETRY_CNT 1 /* eqv. 10 min */ |
| 51 | 51 | ||
| 52 | #define SHARPSL_CHARGE_ON_VOLT 0x99 /* 2.9V */ | ||
| 53 | #define SHARPSL_CHARGE_ON_TEMP 0xe0 /* 2.9V */ | ||
| 54 | #define SHARPSL_CHARGE_ON_ACIN_HIGH 0x9b /* 6V */ | ||
| 55 | #define SHARPSL_CHARGE_ON_ACIN_LOW 0x34 /* 2V */ | ||
| 56 | #define SHARPSL_FATAL_ACIN_VOLT 182 /* 3.45V */ | ||
| 57 | #define SHARPSL_FATAL_NOACIN_VOLT 170 /* 3.40V */ | ||
| 58 | |||
| 59 | /* | 52 | /* |
| 60 | * Prototypes | 53 | * Prototypes |
| 61 | */ | 54 | */ |
| @@ -82,12 +75,13 @@ DEFINE_LED_TRIGGER(sharpsl_charge_led_trigger); | |||
| 82 | static int get_percentage(int voltage) | 75 | static int get_percentage(int voltage) |
| 83 | { | 76 | { |
| 84 | int i = sharpsl_pm.machinfo->bat_levels - 1; | 77 | int i = sharpsl_pm.machinfo->bat_levels - 1; |
| 78 | int bl_status = sharpsl_pm.machinfo->backlight_get_status ? sharpsl_pm.machinfo->backlight_get_status() : 0; | ||
| 85 | struct battery_thresh *thresh; | 79 | struct battery_thresh *thresh; |
| 86 | 80 | ||
| 87 | if (sharpsl_pm.charge_mode == CHRG_ON) | 81 | if (sharpsl_pm.charge_mode == CHRG_ON) |
| 88 | thresh=sharpsl_pm.machinfo->bat_levels_acin; | 82 | thresh = bl_status ? sharpsl_pm.machinfo->bat_levels_acin_bl : sharpsl_pm.machinfo->bat_levels_acin; |
| 89 | else | 83 | else |
| 90 | thresh=sharpsl_pm.machinfo->bat_levels_noac; | 84 | thresh = bl_status ? sharpsl_pm.machinfo->bat_levels_noac_bl : sharpsl_pm.machinfo->bat_levels_noac; |
| 91 | 85 | ||
| 92 | while (i > 0 && (voltage > thresh[i].voltage)) | 86 | while (i > 0 && (voltage > thresh[i].voltage)) |
| 93 | i--; | 87 | i--; |
| @@ -131,7 +125,7 @@ static void sharpsl_battery_thread(void *private_) | |||
| 131 | sharpsl_pm.battstat.ac_status = (sharpsl_pm.machinfo->read_devdata(SHARPSL_STATUS_ACIN) ? APM_AC_ONLINE : APM_AC_OFFLINE); | 125 | sharpsl_pm.battstat.ac_status = (sharpsl_pm.machinfo->read_devdata(SHARPSL_STATUS_ACIN) ? APM_AC_ONLINE : APM_AC_OFFLINE); |
| 132 | 126 | ||
| 133 | /* Corgi cannot confirm when battery fully charged so periodically kick! */ | 127 | /* Corgi cannot confirm when battery fully charged so periodically kick! */ |
| 134 | if (machine_is_corgi() && (sharpsl_pm.charge_mode == CHRG_ON) | 128 | if (!sharpsl_pm.machinfo->batfull_irq && (sharpsl_pm.charge_mode == CHRG_ON) |
| 135 | && time_after(jiffies, sharpsl_pm.charge_start_time + SHARPSL_CHARGE_ON_TIME_INTERVAL)) | 129 | && time_after(jiffies, sharpsl_pm.charge_start_time + SHARPSL_CHARGE_ON_TIME_INTERVAL)) |
| 136 | schedule_work(&toggle_charger); | 130 | schedule_work(&toggle_charger); |
| 137 | 131 | ||
| @@ -166,11 +160,11 @@ static void sharpsl_battery_thread(void *private_) | |||
| 166 | && ((sharpsl_pm.battstat.mainbat_status == APM_BATTERY_STATUS_LOW) || | 160 | && ((sharpsl_pm.battstat.mainbat_status == APM_BATTERY_STATUS_LOW) || |
| 167 | (sharpsl_pm.battstat.mainbat_status == APM_BATTERY_STATUS_CRITICAL))) { | 161 | (sharpsl_pm.battstat.mainbat_status == APM_BATTERY_STATUS_CRITICAL))) { |
| 168 | if (!(sharpsl_pm.flags & SHARPSL_BL_LIMIT)) { | 162 | if (!(sharpsl_pm.flags & SHARPSL_BL_LIMIT)) { |
| 169 | corgibl_limit_intensity(1); | 163 | sharpsl_pm.machinfo->backlight_limit(1); |
| 170 | sharpsl_pm.flags |= SHARPSL_BL_LIMIT; | 164 | sharpsl_pm.flags |= SHARPSL_BL_LIMIT; |
| 171 | } | 165 | } |
| 172 | } else if (sharpsl_pm.flags & SHARPSL_BL_LIMIT) { | 166 | } else if (sharpsl_pm.flags & SHARPSL_BL_LIMIT) { |
| 173 | corgibl_limit_intensity(0); | 167 | sharpsl_pm.machinfo->backlight_limit(0); |
| 174 | sharpsl_pm.flags &= ~SHARPSL_BL_LIMIT; | 168 | sharpsl_pm.flags &= ~SHARPSL_BL_LIMIT; |
| 175 | } | 169 | } |
| 176 | 170 | ||
| @@ -418,7 +412,7 @@ static int sharpsl_check_battery_temp(void) | |||
| 418 | val = get_select_val(buff); | 412 | val = get_select_val(buff); |
| 419 | 413 | ||
| 420 | dev_dbg(sharpsl_pm.dev, "Temperature: %d\n", val); | 414 | dev_dbg(sharpsl_pm.dev, "Temperature: %d\n", val); |
| 421 | if (val > SHARPSL_CHARGE_ON_TEMP) | 415 | if (val > sharpsl_pm.machinfo->charge_on_temp) |
| 422 | return -1; | 416 | return -1; |
| 423 | 417 | ||
| 424 | return 0; | 418 | return 0; |
| @@ -450,7 +444,7 @@ static int sharpsl_check_battery_voltage(void) | |||
| 450 | val = get_select_val(buff); | 444 | val = get_select_val(buff); |
| 451 | dev_dbg(sharpsl_pm.dev, "Battery Voltage: %d\n", val); | 445 | dev_dbg(sharpsl_pm.dev, "Battery Voltage: %d\n", val); |
| 452 | 446 | ||
| 453 | if (val < SHARPSL_CHARGE_ON_VOLT) | 447 | if (val < sharpsl_pm.machinfo->charge_on_volt) |
| 454 | return -1; | 448 | return -1; |
| 455 | 449 | ||
| 456 | return 0; | 450 | return 0; |
| @@ -468,7 +462,7 @@ static int sharpsl_ac_check(void) | |||
| 468 | temp = get_select_val(buff); | 462 | temp = get_select_val(buff); |
| 469 | dev_dbg(sharpsl_pm.dev, "AC Voltage: %d\n",temp); | 463 | dev_dbg(sharpsl_pm.dev, "AC Voltage: %d\n",temp); |
| 470 | 464 | ||
| 471 | if ((temp > SHARPSL_CHARGE_ON_ACIN_HIGH) || (temp < SHARPSL_CHARGE_ON_ACIN_LOW)) { | 465 | if ((temp > sharpsl_pm.machinfo->charge_acin_high) || (temp < sharpsl_pm.machinfo->charge_acin_low)) { |
| 472 | dev_err(sharpsl_pm.dev, "Error: AC check failed.\n"); | 466 | dev_err(sharpsl_pm.dev, "Error: AC check failed.\n"); |
| 473 | return -1; | 467 | return -1; |
| 474 | } | 468 | } |
| @@ -627,8 +621,8 @@ static int sharpsl_fatal_check(void) | |||
| 627 | temp = get_select_val(buff); | 621 | temp = get_select_val(buff); |
| 628 | dev_dbg(sharpsl_pm.dev, "sharpsl_fatal_check: acin: %d, discharge voltage: %d, no discharge: %d\n", acin, temp, sharpsl_pm.machinfo->read_devdata(SHARPSL_BATT_VOLT)); | 622 | dev_dbg(sharpsl_pm.dev, "sharpsl_fatal_check: acin: %d, discharge voltage: %d, no discharge: %d\n", acin, temp, sharpsl_pm.machinfo->read_devdata(SHARPSL_BATT_VOLT)); |
| 629 | 623 | ||
| 630 | if ((acin && (temp < SHARPSL_FATAL_ACIN_VOLT)) || | 624 | if ((acin && (temp < sharpsl_pm.machinfo->fatal_acin_volt)) || |
| 631 | (!acin && (temp < SHARPSL_FATAL_NOACIN_VOLT))) | 625 | (!acin && (temp < sharpsl_pm.machinfo->fatal_noacin_volt))) |
| 632 | return -1; | 626 | return -1; |
| 633 | return 0; | 627 | return 0; |
| 634 | } | 628 | } |
diff --git a/arch/arm/configs/ateb9200_defconfig b/arch/arm/configs/ateb9200_defconfig new file mode 100644 index 000000000000..69c39e098743 --- /dev/null +++ b/arch/arm/configs/ateb9200_defconfig | |||
| @@ -0,0 +1,1312 @@ | |||
| 1 | # | ||
| 2 | # Automatically generated make config: don't edit | ||
| 3 | # Linux kernel version: 2.6.17-rc3 | ||
| 4 | # Sun May 7 16:53:18 2006 | ||
| 5 | # | ||
| 6 | CONFIG_ARM=y | ||
| 7 | CONFIG_MMU=y | ||
| 8 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
| 9 | CONFIG_GENERIC_HWEIGHT=y | ||
| 10 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
| 11 | CONFIG_VECTORS_BASE=0xffff0000 | ||
| 12 | |||
| 13 | # | ||
| 14 | # Code maturity level options | ||
| 15 | # | ||
| 16 | CONFIG_EXPERIMENTAL=y | ||
| 17 | CONFIG_BROKEN_ON_SMP=y | ||
| 18 | CONFIG_LOCK_KERNEL=y | ||
| 19 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
| 20 | |||
| 21 | # | ||
| 22 | # General setup | ||
| 23 | # | ||
| 24 | CONFIG_LOCALVERSION="" | ||
| 25 | CONFIG_LOCALVERSION_AUTO=y | ||
| 26 | CONFIG_SWAP=y | ||
| 27 | CONFIG_SYSVIPC=y | ||
| 28 | # CONFIG_POSIX_MQUEUE is not set | ||
| 29 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
| 30 | CONFIG_SYSCTL=y | ||
| 31 | # CONFIG_AUDIT is not set | ||
| 32 | # CONFIG_IKCONFIG is not set | ||
| 33 | # CONFIG_RELAY is not set | ||
| 34 | CONFIG_INITRAMFS_SOURCE="" | ||
| 35 | CONFIG_UID16=y | ||
| 36 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
| 37 | CONFIG_EMBEDDED=y | ||
| 38 | CONFIG_KALLSYMS=y | ||
| 39 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
| 40 | CONFIG_HOTPLUG=y | ||
| 41 | CONFIG_PRINTK=y | ||
| 42 | CONFIG_BUG=y | ||
| 43 | CONFIG_ELF_CORE=y | ||
| 44 | CONFIG_BASE_FULL=y | ||
| 45 | CONFIG_FUTEX=y | ||
| 46 | CONFIG_EPOLL=y | ||
| 47 | CONFIG_SHMEM=y | ||
| 48 | CONFIG_SLAB=y | ||
| 49 | # CONFIG_TINY_SHMEM is not set | ||
| 50 | CONFIG_BASE_SMALL=0 | ||
| 51 | # CONFIG_SLOB is not set | ||
| 52 | |||
| 53 | # | ||
| 54 | # Loadable module support | ||
| 55 | # | ||
| 56 | CONFIG_MODULES=y | ||
| 57 | CONFIG_MODULE_UNLOAD=y | ||
| 58 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
| 59 | # CONFIG_MODVERSIONS is not set | ||
| 60 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
| 61 | CONFIG_KMOD=y | ||
| 62 | |||
| 63 | # | ||
| 64 | # Block layer | ||
| 65 | # | ||
| 66 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
| 67 | |||
| 68 | # | ||
| 69 | # IO Schedulers | ||
| 70 | # | ||
| 71 | CONFIG_IOSCHED_NOOP=y | ||
| 72 | CONFIG_IOSCHED_AS=y | ||
| 73 | CONFIG_IOSCHED_DEADLINE=y | ||
| 74 | CONFIG_IOSCHED_CFQ=y | ||
| 75 | CONFIG_DEFAULT_AS=y | ||
| 76 | # CONFIG_DEFAULT_DEADLINE is not set | ||
| 77 | # CONFIG_DEFAULT_CFQ is not set | ||
| 78 | # CONFIG_DEFAULT_NOOP is not set | ||
| 79 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
| 80 | |||
| 81 | # | ||
| 82 | # System Type | ||
| 83 | # | ||
| 84 | # CONFIG_ARCH_CLPS7500 is not set | ||
| 85 | # CONFIG_ARCH_CLPS711X is not set | ||
| 86 | # CONFIG_ARCH_CO285 is not set | ||
| 87 | # CONFIG_ARCH_EBSA110 is not set | ||
| 88 | # CONFIG_ARCH_EP93XX is not set | ||
| 89 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
| 90 | # CONFIG_ARCH_INTEGRATOR is not set | ||
| 91 | # CONFIG_ARCH_IOP3XX is not set | ||
| 92 | # CONFIG_ARCH_IXP4XX is not set | ||
| 93 | # CONFIG_ARCH_IXP2000 is not set | ||
| 94 | # CONFIG_ARCH_IXP23XX is not set | ||
| 95 | # CONFIG_ARCH_L7200 is not set | ||
| 96 | # CONFIG_ARCH_PXA is not set | ||
| 97 | # CONFIG_ARCH_RPC is not set | ||
| 98 | # CONFIG_ARCH_SA1100 is not set | ||
| 99 | # CONFIG_ARCH_S3C2410 is not set | ||
| 100 | # CONFIG_ARCH_SHARK is not set | ||
| 101 | # CONFIG_ARCH_LH7A40X is not set | ||
| 102 | # CONFIG_ARCH_OMAP is not set | ||
| 103 | # CONFIG_ARCH_VERSATILE is not set | ||
| 104 | # CONFIG_ARCH_REALVIEW is not set | ||
| 105 | # CONFIG_ARCH_IMX is not set | ||
| 106 | # CONFIG_ARCH_H720X is not set | ||
| 107 | # CONFIG_ARCH_AAEC2000 is not set | ||
| 108 | CONFIG_ARCH_AT91RM9200=y | ||
| 109 | |||
| 110 | # | ||
| 111 | # AT91RM9200 Implementations | ||
| 112 | # | ||
| 113 | |||
| 114 | # | ||
| 115 | # AT91RM9200 Board Type | ||
| 116 | # | ||
| 117 | # CONFIG_ARCH_AT91RM9200DK is not set | ||
| 118 | # CONFIG_MACH_AT91RM9200EK is not set | ||
| 119 | # CONFIG_MACH_CSB337 is not set | ||
| 120 | # CONFIG_MACH_CSB637 is not set | ||
| 121 | # CONFIG_MACH_CARMEVA is not set | ||
| 122 | # CONFIG_MACH_KB9200 is not set | ||
| 123 | CONFIG_MACH_ATEB9200=y | ||
| 124 | # CONFIG_MACH_KAFA is not set | ||
| 125 | |||
| 126 | # | ||
| 127 | # AT91 Feature Selections | ||
| 128 | # | ||
| 129 | # CONFIG_AT91_PROGRAMMABLE_CLOCKS is not set | ||
| 130 | |||
| 131 | # | ||
| 132 | # Processor Type | ||
| 133 | # | ||
| 134 | CONFIG_CPU_32=y | ||
| 135 | CONFIG_CPU_ARM920T=y | ||
| 136 | CONFIG_CPU_32v4=y | ||
| 137 | CONFIG_CPU_ABRT_EV4T=y | ||
| 138 | CONFIG_CPU_CACHE_V4WT=y | ||
| 139 | CONFIG_CPU_CACHE_VIVT=y | ||
| 140 | CONFIG_CPU_COPY_V4WB=y | ||
| 141 | CONFIG_CPU_TLB_V4WBI=y | ||
| 142 | |||
| 143 | # | ||
| 144 | # Processor Features | ||
| 145 | # | ||
| 146 | CONFIG_ARM_THUMB=y | ||
| 147 | # CONFIG_CPU_ICACHE_DISABLE is not set | ||
| 148 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
| 149 | # CONFIG_CPU_DCACHE_WRITETHROUGH is not set | ||
| 150 | |||
| 151 | # | ||
| 152 | # Bus support | ||
| 153 | # | ||
| 154 | |||
| 155 | # | ||
| 156 | # PCCARD (PCMCIA/CardBus) support | ||
| 157 | # | ||
| 158 | CONFIG_PCCARD=m | ||
| 159 | # CONFIG_PCMCIA_DEBUG is not set | ||
| 160 | CONFIG_PCMCIA=m | ||
| 161 | CONFIG_PCMCIA_LOAD_CIS=y | ||
| 162 | CONFIG_PCMCIA_IOCTL=y | ||
| 163 | |||
| 164 | # | ||
| 165 | # PC-card bridges | ||
| 166 | # | ||
| 167 | CONFIG_AT91_CF=m | ||
| 168 | |||
| 169 | # | ||
| 170 | # Kernel Features | ||
| 171 | # | ||
| 172 | CONFIG_PREEMPT=y | ||
| 173 | CONFIG_NO_IDLE_HZ=y | ||
| 174 | CONFIG_HZ=100 | ||
| 175 | # CONFIG_AEABI is not set | ||
| 176 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | ||
| 177 | CONFIG_SELECT_MEMORY_MODEL=y | ||
| 178 | CONFIG_FLATMEM_MANUAL=y | ||
| 179 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
| 180 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
| 181 | CONFIG_FLATMEM=y | ||
| 182 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
| 183 | # CONFIG_SPARSEMEM_STATIC is not set | ||
| 184 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | ||
| 185 | # CONFIG_LEDS is not set | ||
| 186 | CONFIG_ALIGNMENT_TRAP=y | ||
| 187 | |||
| 188 | # | ||
| 189 | # Boot options | ||
| 190 | # | ||
| 191 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
| 192 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
| 193 | CONFIG_CMDLINE="" | ||
| 194 | # CONFIG_XIP_KERNEL is not set | ||
| 195 | |||
| 196 | # | ||
| 197 | # Floating point emulation | ||
| 198 | # | ||
| 199 | |||
| 200 | # | ||
| 201 | # At least one emulation must be selected | ||
| 202 | # | ||
| 203 | CONFIG_FPE_NWFPE=y | ||
| 204 | # CONFIG_FPE_NWFPE_XP is not set | ||
| 205 | # CONFIG_FPE_FASTFPE is not set | ||
| 206 | |||
| 207 | # | ||
| 208 | # Userspace binary formats | ||
| 209 | # | ||
| 210 | CONFIG_BINFMT_ELF=y | ||
| 211 | # CONFIG_BINFMT_AOUT is not set | ||
| 212 | # CONFIG_BINFMT_MISC is not set | ||
| 213 | # CONFIG_ARTHUR is not set | ||
| 214 | |||
| 215 | # | ||
| 216 | # Power management options | ||
| 217 | # | ||
| 218 | CONFIG_PM=y | ||
| 219 | CONFIG_PM_LEGACY=y | ||
| 220 | # CONFIG_PM_DEBUG is not set | ||
| 221 | # CONFIG_APM is not set | ||
| 222 | |||
| 223 | # | ||
| 224 | # Networking | ||
| 225 | # | ||
| 226 | CONFIG_NET=y | ||
| 227 | |||
| 228 | # | ||
| 229 | # Networking options | ||
| 230 | # | ||
| 231 | # CONFIG_NETDEBUG is not set | ||
| 232 | CONFIG_PACKET=y | ||
| 233 | # CONFIG_PACKET_MMAP is not set | ||
| 234 | CONFIG_UNIX=y | ||
| 235 | CONFIG_XFRM=y | ||
| 236 | # CONFIG_XFRM_USER is not set | ||
| 237 | CONFIG_NET_KEY=y | ||
| 238 | CONFIG_INET=y | ||
| 239 | # CONFIG_IP_MULTICAST is not set | ||
| 240 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
| 241 | CONFIG_IP_FIB_HASH=y | ||
| 242 | # CONFIG_IP_PNP is not set | ||
| 243 | # CONFIG_NET_IPIP is not set | ||
| 244 | # CONFIG_NET_IPGRE is not set | ||
| 245 | # CONFIG_ARPD is not set | ||
| 246 | # CONFIG_SYN_COOKIES is not set | ||
| 247 | # CONFIG_INET_AH is not set | ||
| 248 | # CONFIG_INET_ESP is not set | ||
| 249 | # CONFIG_INET_IPCOMP is not set | ||
| 250 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
| 251 | # CONFIG_INET_TUNNEL is not set | ||
| 252 | CONFIG_INET_DIAG=y | ||
| 253 | CONFIG_INET_TCP_DIAG=y | ||
| 254 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
| 255 | CONFIG_TCP_CONG_BIC=y | ||
| 256 | # CONFIG_IPV6 is not set | ||
| 257 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
| 258 | # CONFIG_INET6_TUNNEL is not set | ||
| 259 | # CONFIG_NETFILTER is not set | ||
| 260 | |||
| 261 | # | ||
| 262 | # DCCP Configuration (EXPERIMENTAL) | ||
| 263 | # | ||
| 264 | # CONFIG_IP_DCCP is not set | ||
| 265 | |||
| 266 | # | ||
| 267 | # SCTP Configuration (EXPERIMENTAL) | ||
| 268 | # | ||
| 269 | # CONFIG_IP_SCTP is not set | ||
| 270 | |||
| 271 | # | ||
| 272 | # TIPC Configuration (EXPERIMENTAL) | ||
| 273 | # | ||
| 274 | # CONFIG_TIPC is not set | ||
| 275 | # CONFIG_ATM is not set | ||
| 276 | CONFIG_BRIDGE=m | ||
| 277 | CONFIG_VLAN_8021Q=m | ||
| 278 | # CONFIG_DECNET is not set | ||
| 279 | CONFIG_LLC=m | ||
| 280 | # CONFIG_LLC2 is not set | ||
| 281 | # CONFIG_IPX is not set | ||
| 282 | # CONFIG_ATALK is not set | ||
| 283 | # CONFIG_X25 is not set | ||
| 284 | # CONFIG_LAPB is not set | ||
| 285 | # CONFIG_NET_DIVERT is not set | ||
| 286 | # CONFIG_ECONET is not set | ||
| 287 | # CONFIG_WAN_ROUTER is not set | ||
| 288 | |||
| 289 | # | ||
| 290 | # QoS and/or fair queueing | ||
| 291 | # | ||
| 292 | # CONFIG_NET_SCHED is not set | ||
| 293 | |||
| 294 | # | ||
| 295 | # Network testing | ||
| 296 | # | ||
| 297 | # CONFIG_NET_PKTGEN is not set | ||
| 298 | # CONFIG_HAMRADIO is not set | ||
| 299 | # CONFIG_IRDA is not set | ||
| 300 | # CONFIG_BT is not set | ||
| 301 | CONFIG_IEEE80211=m | ||
| 302 | # CONFIG_IEEE80211_DEBUG is not set | ||
| 303 | CONFIG_IEEE80211_CRYPT_WEP=m | ||
| 304 | CONFIG_IEEE80211_CRYPT_CCMP=m | ||
| 305 | CONFIG_IEEE80211_CRYPT_TKIP=m | ||
| 306 | # CONFIG_IEEE80211_SOFTMAC is not set | ||
| 307 | CONFIG_WIRELESS_EXT=y | ||
| 308 | |||
| 309 | # | ||
| 310 | # Device Drivers | ||
| 311 | # | ||
| 312 | |||
| 313 | # | ||
| 314 | # Generic Driver Options | ||
| 315 | # | ||
| 316 | CONFIG_STANDALONE=y | ||
| 317 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
| 318 | CONFIG_FW_LOADER=y | ||
| 319 | |||
| 320 | # | ||
| 321 | # Connector - unified userspace <-> kernelspace linker | ||
| 322 | # | ||
| 323 | # CONFIG_CONNECTOR is not set | ||
| 324 | |||
| 325 | # | ||
| 326 | # Memory Technology Devices (MTD) | ||
| 327 | # | ||
| 328 | CONFIG_MTD=y | ||
| 329 | # CONFIG_MTD_DEBUG is not set | ||
| 330 | # CONFIG_MTD_CONCAT is not set | ||
| 331 | CONFIG_MTD_PARTITIONS=y | ||
| 332 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
| 333 | CONFIG_MTD_CMDLINE_PARTS=y | ||
| 334 | # CONFIG_MTD_AFS_PARTS is not set | ||
| 335 | |||
| 336 | # | ||
| 337 | # User Modules And Translation Layers | ||
| 338 | # | ||
| 339 | CONFIG_MTD_CHAR=y | ||
| 340 | # CONFIG_MTD_BLOCK is not set | ||
| 341 | CONFIG_MTD_BLOCK_RO=y | ||
| 342 | # CONFIG_FTL is not set | ||
| 343 | # CONFIG_NFTL is not set | ||
| 344 | # CONFIG_INFTL is not set | ||
| 345 | # CONFIG_RFD_FTL is not set | ||
| 346 | |||
| 347 | # | ||
| 348 | # RAM/ROM/Flash chip drivers | ||
| 349 | # | ||
| 350 | # CONFIG_MTD_CFI is not set | ||
| 351 | # CONFIG_MTD_JEDECPROBE is not set | ||
| 352 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
| 353 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
| 354 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
| 355 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
| 356 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
| 357 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
| 358 | CONFIG_MTD_CFI_I1=y | ||
| 359 | CONFIG_MTD_CFI_I2=y | ||
| 360 | # CONFIG_MTD_CFI_I4 is not set | ||
| 361 | # CONFIG_MTD_CFI_I8 is not set | ||
| 362 | # CONFIG_MTD_RAM is not set | ||
| 363 | # CONFIG_MTD_ROM is not set | ||
| 364 | # CONFIG_MTD_ABSENT is not set | ||
| 365 | # CONFIG_MTD_OBSOLETE_CHIPS is not set | ||
| 366 | |||
| 367 | # | ||
| 368 | # Mapping drivers for chip access | ||
| 369 | # | ||
| 370 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
| 371 | # CONFIG_MTD_PLATRAM is not set | ||
| 372 | |||
| 373 | # | ||
| 374 | # Self-contained MTD device drivers | ||
| 375 | # | ||
| 376 | # CONFIG_MTD_SLRAM is not set | ||
| 377 | # CONFIG_MTD_PHRAM is not set | ||
| 378 | # CONFIG_MTD_MTDRAM is not set | ||
| 379 | # CONFIG_MTD_BLOCK2MTD is not set | ||
| 380 | |||
| 381 | # | ||
| 382 | # Disk-On-Chip Device Drivers | ||
| 383 | # | ||
| 384 | # CONFIG_MTD_DOC2000 is not set | ||
| 385 | # CONFIG_MTD_DOC2001 is not set | ||
| 386 | # CONFIG_MTD_DOC2001PLUS is not set | ||
| 387 | CONFIG_MTD_AT91_DATAFLASH=y | ||
| 388 | # CONFIG_MTD_AT91_DATAFLASH_CARD is not set | ||
| 389 | |||
| 390 | # | ||
| 391 | # NAND Flash Device Drivers | ||
| 392 | # | ||
| 393 | # CONFIG_MTD_NAND is not set | ||
| 394 | |||
| 395 | # | ||
| 396 | # OneNAND Flash Device Drivers | ||
| 397 | # | ||
| 398 | # CONFIG_MTD_ONENAND is not set | ||
| 399 | |||
| 400 | # | ||
| 401 | # Parallel port support | ||
| 402 | # | ||
| 403 | # CONFIG_PARPORT is not set | ||
| 404 | |||
| 405 | # | ||
| 406 | # Plug and Play support | ||
| 407 | # | ||
| 408 | |||
| 409 | # | ||
| 410 | # Block devices | ||
| 411 | # | ||
| 412 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
| 413 | CONFIG_BLK_DEV_LOOP=m | ||
| 414 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
| 415 | CONFIG_BLK_DEV_NBD=m | ||
| 416 | # CONFIG_BLK_DEV_UB is not set | ||
| 417 | # CONFIG_BLK_DEV_RAM is not set | ||
| 418 | # CONFIG_BLK_DEV_INITRD is not set | ||
| 419 | # CONFIG_CDROM_PKTCDVD is not set | ||
| 420 | # CONFIG_ATA_OVER_ETH is not set | ||
| 421 | |||
| 422 | # | ||
| 423 | # ATA/ATAPI/MFM/RLL support | ||
| 424 | # | ||
| 425 | # CONFIG_IDE is not set | ||
| 426 | |||
| 427 | # | ||
| 428 | # SCSI device support | ||
| 429 | # | ||
| 430 | # CONFIG_RAID_ATTRS is not set | ||
| 431 | CONFIG_SCSI=m | ||
| 432 | CONFIG_SCSI_PROC_FS=y | ||
| 433 | |||
| 434 | # | ||
| 435 | # SCSI support type (disk, tape, CD-ROM) | ||
| 436 | # | ||
| 437 | CONFIG_BLK_DEV_SD=m | ||
| 438 | # CONFIG_CHR_DEV_ST is not set | ||
| 439 | # CONFIG_CHR_DEV_OSST is not set | ||
| 440 | CONFIG_BLK_DEV_SR=m | ||
| 441 | CONFIG_BLK_DEV_SR_VENDOR=y | ||
| 442 | CONFIG_CHR_DEV_SG=m | ||
| 443 | # CONFIG_CHR_DEV_SCH is not set | ||
| 444 | |||
| 445 | # | ||
| 446 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
| 447 | # | ||
| 448 | CONFIG_SCSI_MULTI_LUN=y | ||
| 449 | # CONFIG_SCSI_CONSTANTS is not set | ||
| 450 | # CONFIG_SCSI_LOGGING is not set | ||
| 451 | |||
| 452 | # | ||
| 453 | # SCSI Transport Attributes | ||
| 454 | # | ||
| 455 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
| 456 | # CONFIG_SCSI_FC_ATTRS is not set | ||
| 457 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
| 458 | # CONFIG_SCSI_SAS_ATTRS is not set | ||
| 459 | |||
| 460 | # | ||
| 461 | # SCSI low-level drivers | ||
| 462 | # | ||
| 463 | # CONFIG_ISCSI_TCP is not set | ||
| 464 | # CONFIG_SCSI_SATA is not set | ||
| 465 | # CONFIG_SCSI_DEBUG is not set | ||
| 466 | |||
| 467 | # | ||
| 468 | # PCMCIA SCSI adapter support | ||
| 469 | # | ||
| 470 | # CONFIG_PCMCIA_AHA152X is not set | ||
| 471 | # CONFIG_PCMCIA_FDOMAIN is not set | ||
| 472 | # CONFIG_PCMCIA_NINJA_SCSI is not set | ||
| 473 | # CONFIG_PCMCIA_QLOGIC is not set | ||
| 474 | # CONFIG_PCMCIA_SYM53C500 is not set | ||
| 475 | |||
| 476 | # | ||
| 477 | # Multi-device support (RAID and LVM) | ||
| 478 | # | ||
| 479 | # CONFIG_MD is not set | ||
| 480 | |||
| 481 | # | ||
| 482 | # Fusion MPT device support | ||
| 483 | # | ||
| 484 | # CONFIG_FUSION is not set | ||
| 485 | |||
| 486 | # | ||
| 487 | # IEEE 1394 (FireWire) support | ||
| 488 | # | ||
| 489 | |||
| 490 | # | ||
| 491 | # I2O device support | ||
| 492 | # | ||
| 493 | |||
| 494 | # | ||
| 495 | # Network device support | ||
| 496 | # | ||
| 497 | CONFIG_NETDEVICES=y | ||
| 498 | CONFIG_DUMMY=m | ||
| 499 | # CONFIG_BONDING is not set | ||
| 500 | # CONFIG_EQUALIZER is not set | ||
| 501 | CONFIG_TUN=m | ||
| 502 | |||
| 503 | # | ||
| 504 | # PHY device support | ||
| 505 | # | ||
| 506 | CONFIG_PHYLIB=y | ||
| 507 | |||
| 508 | # | ||
| 509 | # MII PHY device drivers | ||
| 510 | # | ||
| 511 | # CONFIG_MARVELL_PHY is not set | ||
| 512 | CONFIG_DAVICOM_PHY=y | ||
| 513 | # CONFIG_QSEMI_PHY is not set | ||
| 514 | # CONFIG_LXT_PHY is not set | ||
| 515 | # CONFIG_CICADA_PHY is not set | ||
| 516 | |||
| 517 | # | ||
| 518 | # Ethernet (10 or 100Mbit) | ||
| 519 | # | ||
| 520 | CONFIG_NET_ETHERNET=y | ||
| 521 | CONFIG_MII=y | ||
| 522 | CONFIG_ARM_AT91_ETHER=y | ||
| 523 | # CONFIG_SMC91X is not set | ||
| 524 | # CONFIG_DM9000 is not set | ||
| 525 | |||
| 526 | # | ||
| 527 | # Ethernet (1000 Mbit) | ||
| 528 | # | ||
| 529 | |||
| 530 | # | ||
| 531 | # Ethernet (10000 Mbit) | ||
| 532 | # | ||
| 533 | |||
| 534 | # | ||
| 535 | # Token Ring devices | ||
| 536 | # | ||
| 537 | |||
| 538 | # | ||
| 539 | # Wireless LAN (non-hamradio) | ||
| 540 | # | ||
| 541 | CONFIG_NET_RADIO=y | ||
| 542 | # CONFIG_NET_WIRELESS_RTNETLINK is not set | ||
| 543 | |||
| 544 | # | ||
| 545 | # Obsolete Wireless cards support (pre-802.11) | ||
| 546 | # | ||
| 547 | # CONFIG_STRIP is not set | ||
| 548 | # CONFIG_PCMCIA_WAVELAN is not set | ||
| 549 | # CONFIG_PCMCIA_NETWAVE is not set | ||
| 550 | |||
| 551 | # | ||
| 552 | # Wireless 802.11 Frequency Hopping cards support | ||
| 553 | # | ||
| 554 | # CONFIG_PCMCIA_RAYCS is not set | ||
| 555 | |||
| 556 | # | ||
| 557 | # Wireless 802.11b ISA/PCI cards support | ||
| 558 | # | ||
| 559 | # CONFIG_HERMES is not set | ||
| 560 | # CONFIG_ATMEL is not set | ||
| 561 | |||
| 562 | # | ||
| 563 | # Wireless 802.11b Pcmcia/Cardbus cards support | ||
| 564 | # | ||
| 565 | # CONFIG_AIRO_CS is not set | ||
| 566 | # CONFIG_PCMCIA_WL3501 is not set | ||
| 567 | # CONFIG_HOSTAP is not set | ||
| 568 | CONFIG_NET_WIRELESS=y | ||
| 569 | |||
| 570 | # | ||
| 571 | # PCMCIA network device support | ||
| 572 | # | ||
| 573 | # CONFIG_NET_PCMCIA is not set | ||
| 574 | |||
| 575 | # | ||
| 576 | # Wan interfaces | ||
| 577 | # | ||
| 578 | # CONFIG_WAN is not set | ||
| 579 | CONFIG_PPP=m | ||
| 580 | # CONFIG_PPP_MULTILINK is not set | ||
| 581 | # CONFIG_PPP_FILTER is not set | ||
| 582 | CONFIG_PPP_ASYNC=m | ||
| 583 | CONFIG_PPP_SYNC_TTY=m | ||
| 584 | CONFIG_PPP_DEFLATE=m | ||
| 585 | CONFIG_PPP_BSDCOMP=m | ||
| 586 | # CONFIG_PPP_MPPE is not set | ||
| 587 | CONFIG_PPPOE=m | ||
| 588 | # CONFIG_SLIP is not set | ||
| 589 | # CONFIG_SHAPER is not set | ||
| 590 | # CONFIG_NETCONSOLE is not set | ||
| 591 | # CONFIG_NETPOLL is not set | ||
| 592 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
| 593 | |||
| 594 | # | ||
| 595 | # ISDN subsystem | ||
| 596 | # | ||
| 597 | # CONFIG_ISDN is not set | ||
| 598 | |||
| 599 | # | ||
| 600 | # Input device support | ||
| 601 | # | ||
| 602 | CONFIG_INPUT=y | ||
| 603 | |||
| 604 | # | ||
| 605 | # Userland interfaces | ||
| 606 | # | ||
| 607 | CONFIG_INPUT_MOUSEDEV=y | ||
| 608 | CONFIG_INPUT_MOUSEDEV_PSAUX=y | ||
| 609 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
| 610 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
| 611 | # CONFIG_INPUT_JOYDEV is not set | ||
| 612 | # CONFIG_INPUT_TSDEV is not set | ||
| 613 | # CONFIG_INPUT_EVDEV is not set | ||
| 614 | # CONFIG_INPUT_EVBUG is not set | ||
| 615 | |||
| 616 | # | ||
| 617 | # Input Device Drivers | ||
| 618 | # | ||
| 619 | CONFIG_INPUT_KEYBOARD=y | ||
| 620 | CONFIG_KEYBOARD_ATKBD=y | ||
| 621 | # CONFIG_KEYBOARD_SUNKBD is not set | ||
| 622 | # CONFIG_KEYBOARD_LKKBD is not set | ||
| 623 | # CONFIG_KEYBOARD_XTKBD is not set | ||
| 624 | # CONFIG_KEYBOARD_NEWTON is not set | ||
| 625 | CONFIG_INPUT_MOUSE=y | ||
| 626 | CONFIG_MOUSE_PS2=y | ||
| 627 | # CONFIG_MOUSE_SERIAL is not set | ||
| 628 | # CONFIG_MOUSE_VSXXXAA is not set | ||
| 629 | # CONFIG_INPUT_JOYSTICK is not set | ||
| 630 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
| 631 | # CONFIG_INPUT_MISC is not set | ||
| 632 | |||
| 633 | # | ||
| 634 | # Hardware I/O ports | ||
| 635 | # | ||
| 636 | CONFIG_SERIO=y | ||
| 637 | CONFIG_SERIO_SERPORT=y | ||
| 638 | CONFIG_SERIO_LIBPS2=y | ||
| 639 | # CONFIG_SERIO_RAW is not set | ||
| 640 | # CONFIG_GAMEPORT is not set | ||
| 641 | |||
| 642 | # | ||
| 643 | # Character devices | ||
| 644 | # | ||
| 645 | CONFIG_VT=y | ||
| 646 | CONFIG_VT_CONSOLE=y | ||
| 647 | CONFIG_HW_CONSOLE=y | ||
| 648 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
| 649 | |||
| 650 | # | ||
| 651 | # Serial drivers | ||
| 652 | # | ||
| 653 | # CONFIG_SERIAL_8250 is not set | ||
| 654 | |||
| 655 | # | ||
| 656 | # Non-8250 serial port support | ||
| 657 | # | ||
| 658 | CONFIG_SERIAL_AT91=y | ||
| 659 | CONFIG_SERIAL_AT91_CONSOLE=y | ||
| 660 | # CONFIG_SERIAL_AT91_TTYAT is not set | ||
| 661 | CONFIG_SERIAL_CORE=y | ||
| 662 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
| 663 | CONFIG_UNIX98_PTYS=y | ||
| 664 | CONFIG_LEGACY_PTYS=y | ||
| 665 | CONFIG_LEGACY_PTY_COUNT=256 | ||
| 666 | |||
| 667 | # | ||
| 668 | # IPMI | ||
| 669 | # | ||
| 670 | # CONFIG_IPMI_HANDLER is not set | ||
| 671 | |||
| 672 | # | ||
| 673 | # Watchdog Cards | ||
| 674 | # | ||
| 675 | # CONFIG_WATCHDOG is not set | ||
| 676 | # CONFIG_NVRAM is not set | ||
| 677 | # CONFIG_DTLK is not set | ||
| 678 | # CONFIG_R3964 is not set | ||
| 679 | |||
| 680 | # | ||
| 681 | # Ftape, the floppy tape device driver | ||
| 682 | # | ||
| 683 | |||
| 684 | # | ||
| 685 | # PCMCIA character devices | ||
| 686 | # | ||
| 687 | # CONFIG_SYNCLINK_CS is not set | ||
| 688 | # CONFIG_CARDMAN_4000 is not set | ||
| 689 | # CONFIG_CARDMAN_4040 is not set | ||
| 690 | # CONFIG_RAW_DRIVER is not set | ||
| 691 | |||
| 692 | # | ||
| 693 | # TPM devices | ||
| 694 | # | ||
| 695 | # CONFIG_TCG_TPM is not set | ||
| 696 | # CONFIG_TELCLOCK is not set | ||
| 697 | CONFIG_AT91_SPI=y | ||
| 698 | CONFIG_AT91_SPIDEV=y | ||
| 699 | |||
| 700 | # | ||
| 701 | # I2C support | ||
| 702 | # | ||
| 703 | CONFIG_I2C=m | ||
| 704 | CONFIG_I2C_CHARDEV=m | ||
| 705 | |||
| 706 | # | ||
| 707 | # I2C Algorithms | ||
| 708 | # | ||
| 709 | CONFIG_I2C_ALGOBIT=m | ||
| 710 | CONFIG_I2C_ALGOPCF=m | ||
| 711 | CONFIG_I2C_ALGOPCA=m | ||
| 712 | |||
| 713 | # | ||
| 714 | # I2C Hardware Bus support | ||
| 715 | # | ||
| 716 | CONFIG_I2C_AT91=m | ||
| 717 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 718 | # CONFIG_I2C_STUB is not set | ||
| 719 | # CONFIG_I2C_PCA_ISA is not set | ||
| 720 | |||
| 721 | # | ||
| 722 | # Miscellaneous I2C Chip support | ||
| 723 | # | ||
| 724 | # CONFIG_SENSORS_DS1337 is not set | ||
| 725 | # CONFIG_SENSORS_DS1374 is not set | ||
| 726 | # CONFIG_SENSORS_EEPROM is not set | ||
| 727 | # CONFIG_SENSORS_PCF8574 is not set | ||
| 728 | # CONFIG_SENSORS_PCA9539 is not set | ||
| 729 | # CONFIG_SENSORS_PCF8591 is not set | ||
| 730 | # CONFIG_SENSORS_MAX6875 is not set | ||
| 731 | # CONFIG_I2C_DEBUG_CORE is not set | ||
| 732 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
| 733 | # CONFIG_I2C_DEBUG_BUS is not set | ||
| 734 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
| 735 | |||
| 736 | # | ||
| 737 | # SPI support | ||
| 738 | # | ||
| 739 | # CONFIG_SPI is not set | ||
| 740 | # CONFIG_SPI_MASTER is not set | ||
| 741 | |||
| 742 | # | ||
| 743 | # Dallas's 1-wire bus | ||
| 744 | # | ||
| 745 | # CONFIG_W1 is not set | ||
| 746 | |||
| 747 | # | ||
| 748 | # Hardware Monitoring support | ||
| 749 | # | ||
| 750 | CONFIG_HWMON=y | ||
| 751 | # CONFIG_HWMON_VID is not set | ||
| 752 | # CONFIG_SENSORS_ADM1021 is not set | ||
| 753 | # CONFIG_SENSORS_ADM1025 is not set | ||
| 754 | # CONFIG_SENSORS_ADM1026 is not set | ||
| 755 | # CONFIG_SENSORS_ADM1031 is not set | ||
| 756 | # CONFIG_SENSORS_ADM9240 is not set | ||
| 757 | # CONFIG_SENSORS_ASB100 is not set | ||
| 758 | # CONFIG_SENSORS_ATXP1 is not set | ||
| 759 | # CONFIG_SENSORS_DS1621 is not set | ||
| 760 | # CONFIG_SENSORS_F71805F is not set | ||
| 761 | # CONFIG_SENSORS_FSCHER is not set | ||
| 762 | # CONFIG_SENSORS_FSCPOS is not set | ||
| 763 | # CONFIG_SENSORS_GL518SM is not set | ||
| 764 | # CONFIG_SENSORS_GL520SM is not set | ||
| 765 | # CONFIG_SENSORS_IT87 is not set | ||
| 766 | # CONFIG_SENSORS_LM63 is not set | ||
| 767 | # CONFIG_SENSORS_LM75 is not set | ||
| 768 | # CONFIG_SENSORS_LM77 is not set | ||
| 769 | # CONFIG_SENSORS_LM78 is not set | ||
| 770 | # CONFIG_SENSORS_LM80 is not set | ||
| 771 | # CONFIG_SENSORS_LM83 is not set | ||
| 772 | # CONFIG_SENSORS_LM85 is not set | ||
| 773 | # CONFIG_SENSORS_LM87 is not set | ||
| 774 | # CONFIG_SENSORS_LM90 is not set | ||
| 775 | # CONFIG_SENSORS_LM92 is not set | ||
| 776 | # CONFIG_SENSORS_MAX1619 is not set | ||
| 777 | # CONFIG_SENSORS_PC87360 is not set | ||
| 778 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
| 779 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
| 780 | # CONFIG_SENSORS_W83781D is not set | ||
| 781 | # CONFIG_SENSORS_W83792D is not set | ||
| 782 | # CONFIG_SENSORS_W83L785TS is not set | ||
| 783 | # CONFIG_SENSORS_W83627HF is not set | ||
| 784 | # CONFIG_SENSORS_W83627EHF is not set | ||
| 785 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
| 786 | |||
| 787 | # | ||
| 788 | # Misc devices | ||
| 789 | # | ||
| 790 | |||
| 791 | # | ||
| 792 | # LED devices | ||
| 793 | # | ||
| 794 | # CONFIG_NEW_LEDS is not set | ||
| 795 | |||
| 796 | # | ||
| 797 | # LED drivers | ||
| 798 | # | ||
| 799 | |||
| 800 | # | ||
| 801 | # LED Triggers | ||
| 802 | # | ||
| 803 | |||
| 804 | # | ||
| 805 | # Multimedia devices | ||
| 806 | # | ||
| 807 | # CONFIG_VIDEO_DEV is not set | ||
| 808 | |||
| 809 | # | ||
| 810 | # Digital Video Broadcasting Devices | ||
| 811 | # | ||
| 812 | # CONFIG_DVB is not set | ||
| 813 | # CONFIG_USB_DABUSB is not set | ||
| 814 | |||
| 815 | # | ||
| 816 | # Graphics support | ||
| 817 | # | ||
| 818 | # CONFIG_FB is not set | ||
| 819 | |||
| 820 | # | ||
| 821 | # Console display driver support | ||
| 822 | # | ||
| 823 | # CONFIG_VGA_CONSOLE is not set | ||
| 824 | CONFIG_DUMMY_CONSOLE=y | ||
| 825 | |||
| 826 | # | ||
| 827 | # Sound | ||
| 828 | # | ||
| 829 | CONFIG_SOUND=y | ||
| 830 | |||
| 831 | # | ||
| 832 | # Advanced Linux Sound Architecture | ||
| 833 | # | ||
| 834 | # CONFIG_SND is not set | ||
| 835 | |||
| 836 | # | ||
| 837 | # Open Sound System | ||
| 838 | # | ||
| 839 | # CONFIG_SOUND_PRIME is not set | ||
| 840 | |||
| 841 | # | ||
| 842 | # USB support | ||
| 843 | # | ||
| 844 | CONFIG_USB_ARCH_HAS_HCD=y | ||
| 845 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
| 846 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
| 847 | CONFIG_USB=y | ||
| 848 | # CONFIG_USB_DEBUG is not set | ||
| 849 | |||
| 850 | # | ||
| 851 | # Miscellaneous USB options | ||
| 852 | # | ||
| 853 | CONFIG_USB_DEVICEFS=y | ||
| 854 | # CONFIG_USB_BANDWIDTH is not set | ||
| 855 | # CONFIG_USB_DYNAMIC_MINORS is not set | ||
| 856 | # CONFIG_USB_SUSPEND is not set | ||
| 857 | # CONFIG_USB_OTG is not set | ||
| 858 | |||
| 859 | # | ||
| 860 | # USB Host Controller Drivers | ||
| 861 | # | ||
| 862 | # CONFIG_USB_ISP116X_HCD is not set | ||
| 863 | CONFIG_USB_OHCI_HCD=y | ||
| 864 | # CONFIG_USB_OHCI_BIG_ENDIAN is not set | ||
| 865 | CONFIG_USB_OHCI_LITTLE_ENDIAN=y | ||
| 866 | # CONFIG_USB_SL811_HCD is not set | ||
| 867 | |||
| 868 | # | ||
| 869 | # USB Device Class drivers | ||
| 870 | # | ||
| 871 | CONFIG_USB_ACM=m | ||
| 872 | CONFIG_USB_PRINTER=m | ||
| 873 | |||
| 874 | # | ||
| 875 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
| 876 | # | ||
| 877 | |||
| 878 | # | ||
| 879 | # may also be needed; see USB_STORAGE Help for more information | ||
| 880 | # | ||
| 881 | CONFIG_USB_STORAGE=m | ||
| 882 | # CONFIG_USB_STORAGE_DEBUG is not set | ||
| 883 | CONFIG_USB_STORAGE_DATAFAB=y | ||
| 884 | CONFIG_USB_STORAGE_FREECOM=y | ||
| 885 | CONFIG_USB_STORAGE_DPCM=y | ||
| 886 | CONFIG_USB_STORAGE_USBAT=y | ||
| 887 | CONFIG_USB_STORAGE_SDDR09=y | ||
| 888 | CONFIG_USB_STORAGE_SDDR55=y | ||
| 889 | CONFIG_USB_STORAGE_JUMPSHOT=y | ||
| 890 | # CONFIG_USB_STORAGE_ALAUDA is not set | ||
| 891 | # CONFIG_USB_LIBUSUAL is not set | ||
| 892 | |||
| 893 | # | ||
| 894 | # USB Input Devices | ||
| 895 | # | ||
| 896 | CONFIG_USB_HID=m | ||
| 897 | CONFIG_USB_HIDINPUT=y | ||
| 898 | # CONFIG_USB_HIDINPUT_POWERBOOK is not set | ||
| 899 | CONFIG_HID_FF=y | ||
| 900 | CONFIG_HID_PID=y | ||
| 901 | CONFIG_LOGITECH_FF=y | ||
| 902 | CONFIG_THRUSTMASTER_FF=y | ||
| 903 | CONFIG_USB_HIDDEV=y | ||
| 904 | |||
| 905 | # | ||
| 906 | # USB HID Boot Protocol drivers | ||
| 907 | # | ||
| 908 | # CONFIG_USB_KBD is not set | ||
| 909 | # CONFIG_USB_MOUSE is not set | ||
| 910 | # CONFIG_USB_AIPTEK is not set | ||
| 911 | # CONFIG_USB_WACOM is not set | ||
| 912 | # CONFIG_USB_ACECAD is not set | ||
| 913 | # CONFIG_USB_KBTAB is not set | ||
| 914 | # CONFIG_USB_POWERMATE is not set | ||
| 915 | # CONFIG_USB_TOUCHSCREEN is not set | ||
| 916 | # CONFIG_USB_YEALINK is not set | ||
| 917 | # CONFIG_USB_XPAD is not set | ||
| 918 | # CONFIG_USB_ATI_REMOTE is not set | ||
| 919 | # CONFIG_USB_ATI_REMOTE2 is not set | ||
| 920 | # CONFIG_USB_KEYSPAN_REMOTE is not set | ||
| 921 | # CONFIG_USB_APPLETOUCH is not set | ||
| 922 | |||
| 923 | # | ||
| 924 | # USB Imaging devices | ||
| 925 | # | ||
| 926 | # CONFIG_USB_MDC800 is not set | ||
| 927 | # CONFIG_USB_MICROTEK is not set | ||
| 928 | |||
| 929 | # | ||
| 930 | # USB Network Adapters | ||
| 931 | # | ||
| 932 | # CONFIG_USB_CATC is not set | ||
| 933 | # CONFIG_USB_KAWETH is not set | ||
| 934 | # CONFIG_USB_PEGASUS is not set | ||
| 935 | # CONFIG_USB_RTL8150 is not set | ||
| 936 | CONFIG_USB_USBNET=y | ||
| 937 | CONFIG_USB_NET_AX8817X=y | ||
| 938 | CONFIG_USB_NET_CDCETHER=y | ||
| 939 | CONFIG_USB_NET_GL620A=y | ||
| 940 | CONFIG_USB_NET_NET1080=y | ||
| 941 | CONFIG_USB_NET_PLUSB=y | ||
| 942 | CONFIG_USB_NET_RNDIS_HOST=y | ||
| 943 | CONFIG_USB_NET_CDC_SUBSET=y | ||
| 944 | CONFIG_USB_ALI_M5632=y | ||
| 945 | CONFIG_USB_AN2720=y | ||
| 946 | CONFIG_USB_BELKIN=y | ||
| 947 | CONFIG_USB_ARMLINUX=y | ||
| 948 | CONFIG_USB_EPSON2888=y | ||
| 949 | CONFIG_USB_NET_ZAURUS=y | ||
| 950 | # CONFIG_USB_ZD1201 is not set | ||
| 951 | CONFIG_USB_MON=y | ||
| 952 | |||
| 953 | # | ||
| 954 | # USB port drivers | ||
| 955 | # | ||
| 956 | |||
| 957 | # | ||
| 958 | # USB Serial Converter support | ||
| 959 | # | ||
| 960 | CONFIG_USB_SERIAL=m | ||
| 961 | CONFIG_USB_SERIAL_GENERIC=y | ||
| 962 | # CONFIG_USB_SERIAL_AIRPRIME is not set | ||
| 963 | # CONFIG_USB_SERIAL_ANYDATA is not set | ||
| 964 | # CONFIG_USB_SERIAL_BELKIN is not set | ||
| 965 | # CONFIG_USB_SERIAL_WHITEHEAT is not set | ||
| 966 | # CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set | ||
| 967 | CONFIG_USB_SERIAL_CP2101=m | ||
| 968 | # CONFIG_USB_SERIAL_CYPRESS_M8 is not set | ||
| 969 | # CONFIG_USB_SERIAL_EMPEG is not set | ||
| 970 | CONFIG_USB_SERIAL_FTDI_SIO=m | ||
| 971 | # CONFIG_USB_SERIAL_FUNSOFT is not set | ||
| 972 | # CONFIG_USB_SERIAL_VISOR is not set | ||
| 973 | # CONFIG_USB_SERIAL_IPAQ is not set | ||
| 974 | # CONFIG_USB_SERIAL_IR is not set | ||
| 975 | # CONFIG_USB_SERIAL_EDGEPORT is not set | ||
| 976 | # CONFIG_USB_SERIAL_EDGEPORT_TI is not set | ||
| 977 | # CONFIG_USB_SERIAL_GARMIN is not set | ||
| 978 | # CONFIG_USB_SERIAL_IPW is not set | ||
| 979 | # CONFIG_USB_SERIAL_KEYSPAN_PDA is not set | ||
| 980 | # CONFIG_USB_SERIAL_KEYSPAN is not set | ||
| 981 | # CONFIG_USB_SERIAL_KLSI is not set | ||
| 982 | # CONFIG_USB_SERIAL_KOBIL_SCT is not set | ||
| 983 | # CONFIG_USB_SERIAL_MCT_U232 is not set | ||
| 984 | # CONFIG_USB_SERIAL_NAVMAN is not set | ||
| 985 | CONFIG_USB_SERIAL_PL2303=m | ||
| 986 | # CONFIG_USB_SERIAL_HP4X is not set | ||
| 987 | # CONFIG_USB_SERIAL_SAFE is not set | ||
| 988 | # CONFIG_USB_SERIAL_TI is not set | ||
| 989 | # CONFIG_USB_SERIAL_CYBERJACK is not set | ||
| 990 | # CONFIG_USB_SERIAL_XIRCOM is not set | ||
| 991 | # CONFIG_USB_SERIAL_OPTION is not set | ||
| 992 | # CONFIG_USB_SERIAL_OMNINET is not set | ||
| 993 | |||
| 994 | # | ||
| 995 | # USB Miscellaneous drivers | ||
| 996 | # | ||
| 997 | # CONFIG_USB_EMI62 is not set | ||
| 998 | # CONFIG_USB_EMI26 is not set | ||
| 999 | # CONFIG_USB_AUERSWALD is not set | ||
| 1000 | # CONFIG_USB_RIO500 is not set | ||
| 1001 | # CONFIG_USB_LEGOTOWER is not set | ||
| 1002 | # CONFIG_USB_LCD is not set | ||
| 1003 | # CONFIG_USB_LED is not set | ||
| 1004 | # CONFIG_USB_CYTHERM is not set | ||
| 1005 | # CONFIG_USB_PHIDGETKIT is not set | ||
| 1006 | # CONFIG_USB_PHIDGETSERVO is not set | ||
| 1007 | # CONFIG_USB_IDMOUSE is not set | ||
| 1008 | # CONFIG_USB_LD is not set | ||
| 1009 | # CONFIG_USB_TEST is not set | ||
| 1010 | |||
| 1011 | # | ||
| 1012 | # USB DSL modem support | ||
| 1013 | # | ||
| 1014 | |||
| 1015 | # | ||
| 1016 | # USB Gadget Support | ||
| 1017 | # | ||
| 1018 | CONFIG_USB_GADGET=m | ||
| 1019 | # CONFIG_USB_GADGET_DEBUG_FILES is not set | ||
| 1020 | CONFIG_USB_GADGET_SELECTED=y | ||
| 1021 | # CONFIG_USB_GADGET_NET2280 is not set | ||
| 1022 | # CONFIG_USB_GADGET_PXA2XX is not set | ||
| 1023 | # CONFIG_USB_GADGET_GOKU is not set | ||
| 1024 | # CONFIG_USB_GADGET_LH7A40X is not set | ||
| 1025 | # CONFIG_USB_GADGET_OMAP is not set | ||
| 1026 | CONFIG_USB_GADGET_AT91=y | ||
| 1027 | CONFIG_USB_AT91=m | ||
| 1028 | # CONFIG_USB_GADGET_DUMMY_HCD is not set | ||
| 1029 | # CONFIG_USB_GADGET_DUALSPEED is not set | ||
| 1030 | # CONFIG_USB_ZERO is not set | ||
| 1031 | CONFIG_USB_ETH=m | ||
| 1032 | CONFIG_USB_ETH_RNDIS=y | ||
| 1033 | CONFIG_USB_GADGETFS=m | ||
| 1034 | CONFIG_USB_FILE_STORAGE=m | ||
| 1035 | # CONFIG_USB_FILE_STORAGE_TEST is not set | ||
| 1036 | CONFIG_USB_G_SERIAL=m | ||
| 1037 | |||
| 1038 | # | ||
| 1039 | # MMC/SD Card support | ||
| 1040 | # | ||
| 1041 | CONFIG_MMC=m | ||
| 1042 | CONFIG_MMC_DEBUG=y | ||
| 1043 | CONFIG_MMC_BLOCK=m | ||
| 1044 | CONFIG_MMC_AT91RM9200=m | ||
| 1045 | |||
| 1046 | # | ||
| 1047 | # Real Time Clock | ||
| 1048 | # | ||
| 1049 | CONFIG_RTC_LIB=y | ||
| 1050 | CONFIG_RTC_CLASS=y | ||
| 1051 | # CONFIG_RTC_HCTOSYS is not set | ||
| 1052 | |||
| 1053 | # | ||
| 1054 | # RTC interfaces | ||
| 1055 | # | ||
| 1056 | CONFIG_RTC_INTF_SYSFS=y | ||
| 1057 | CONFIG_RTC_INTF_PROC=y | ||
| 1058 | CONFIG_RTC_INTF_DEV=y | ||
| 1059 | |||
| 1060 | # | ||
| 1061 | # RTC drivers | ||
| 1062 | # | ||
| 1063 | # CONFIG_RTC_DRV_X1205 is not set | ||
| 1064 | # CONFIG_RTC_DRV_DS1672 is not set | ||
| 1065 | # CONFIG_RTC_DRV_PCF8563 is not set | ||
| 1066 | # CONFIG_RTC_DRV_RS5C372 is not set | ||
| 1067 | # CONFIG_RTC_DRV_M48T86 is not set | ||
| 1068 | CONFIG_RTC_DRV_AT91=y | ||
| 1069 | # CONFIG_RTC_DRV_TEST is not set | ||
| 1070 | |||
| 1071 | # | ||
| 1072 | # File systems | ||
| 1073 | # | ||
| 1074 | CONFIG_EXT2_FS=m | ||
| 1075 | # CONFIG_EXT2_FS_XATTR is not set | ||
| 1076 | # CONFIG_EXT2_FS_XIP is not set | ||
| 1077 | CONFIG_EXT3_FS=m | ||
| 1078 | CONFIG_EXT3_FS_XATTR=y | ||
| 1079 | # CONFIG_EXT3_FS_POSIX_ACL is not set | ||
| 1080 | # CONFIG_EXT3_FS_SECURITY is not set | ||
| 1081 | CONFIG_JBD=m | ||
| 1082 | # CONFIG_JBD_DEBUG is not set | ||
| 1083 | CONFIG_FS_MBCACHE=m | ||
| 1084 | CONFIG_REISERFS_FS=m | ||
| 1085 | # CONFIG_REISERFS_CHECK is not set | ||
| 1086 | # CONFIG_REISERFS_PROC_INFO is not set | ||
| 1087 | # CONFIG_REISERFS_FS_XATTR is not set | ||
| 1088 | # CONFIG_JFS_FS is not set | ||
| 1089 | CONFIG_FS_POSIX_ACL=y | ||
| 1090 | # CONFIG_XFS_FS is not set | ||
| 1091 | # CONFIG_OCFS2_FS is not set | ||
| 1092 | # CONFIG_MINIX_FS is not set | ||
| 1093 | # CONFIG_ROMFS_FS is not set | ||
| 1094 | CONFIG_INOTIFY=y | ||
| 1095 | # CONFIG_QUOTA is not set | ||
| 1096 | CONFIG_DNOTIFY=y | ||
| 1097 | # CONFIG_AUTOFS_FS is not set | ||
| 1098 | # CONFIG_AUTOFS4_FS is not set | ||
| 1099 | # CONFIG_FUSE_FS is not set | ||
| 1100 | |||
| 1101 | # | ||
| 1102 | # CD-ROM/DVD Filesystems | ||
| 1103 | # | ||
| 1104 | CONFIG_ISO9660_FS=m | ||
| 1105 | CONFIG_JOLIET=y | ||
| 1106 | CONFIG_ZISOFS=y | ||
| 1107 | CONFIG_ZISOFS_FS=m | ||
| 1108 | CONFIG_UDF_FS=m | ||
| 1109 | CONFIG_UDF_NLS=y | ||
| 1110 | |||
| 1111 | # | ||
| 1112 | # DOS/FAT/NT Filesystems | ||
| 1113 | # | ||
| 1114 | CONFIG_FAT_FS=m | ||
| 1115 | CONFIG_MSDOS_FS=m | ||
| 1116 | CONFIG_VFAT_FS=m | ||
| 1117 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
| 1118 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
| 1119 | CONFIG_NTFS_FS=m | ||
| 1120 | # CONFIG_NTFS_DEBUG is not set | ||
| 1121 | CONFIG_NTFS_RW=y | ||
| 1122 | |||
| 1123 | # | ||
| 1124 | # Pseudo filesystems | ||
| 1125 | # | ||
| 1126 | CONFIG_PROC_FS=y | ||
| 1127 | CONFIG_SYSFS=y | ||
| 1128 | CONFIG_TMPFS=y | ||
| 1129 | # CONFIG_HUGETLB_PAGE is not set | ||
| 1130 | CONFIG_RAMFS=y | ||
| 1131 | # CONFIG_CONFIGFS_FS is not set | ||
| 1132 | |||
| 1133 | # | ||
| 1134 | # Miscellaneous filesystems | ||
| 1135 | # | ||
| 1136 | # CONFIG_ADFS_FS is not set | ||
| 1137 | # CONFIG_AFFS_FS is not set | ||
| 1138 | # CONFIG_HFS_FS is not set | ||
| 1139 | # CONFIG_HFSPLUS_FS is not set | ||
| 1140 | # CONFIG_BEFS_FS is not set | ||
| 1141 | # CONFIG_BFS_FS is not set | ||
| 1142 | # CONFIG_EFS_FS is not set | ||
| 1143 | # CONFIG_JFFS_FS is not set | ||
| 1144 | # CONFIG_JFFS2_FS is not set | ||
| 1145 | CONFIG_CRAMFS=y | ||
| 1146 | # CONFIG_VXFS_FS is not set | ||
| 1147 | # CONFIG_HPFS_FS is not set | ||
| 1148 | # CONFIG_QNX4FS_FS is not set | ||
| 1149 | # CONFIG_SYSV_FS is not set | ||
| 1150 | # CONFIG_UFS_FS is not set | ||
| 1151 | |||
| 1152 | # | ||
| 1153 | # Network File Systems | ||
| 1154 | # | ||
| 1155 | CONFIG_NFS_FS=m | ||
| 1156 | CONFIG_NFS_V3=y | ||
| 1157 | CONFIG_NFS_V3_ACL=y | ||
| 1158 | CONFIG_NFS_V4=y | ||
| 1159 | CONFIG_NFS_DIRECTIO=y | ||
| 1160 | CONFIG_NFSD=m | ||
| 1161 | CONFIG_NFSD_V3=y | ||
| 1162 | # CONFIG_NFSD_V3_ACL is not set | ||
| 1163 | CONFIG_NFSD_V4=y | ||
| 1164 | CONFIG_NFSD_TCP=y | ||
| 1165 | CONFIG_LOCKD=m | ||
| 1166 | CONFIG_LOCKD_V4=y | ||
| 1167 | CONFIG_EXPORTFS=m | ||
| 1168 | CONFIG_NFS_ACL_SUPPORT=m | ||
| 1169 | CONFIG_NFS_COMMON=y | ||
| 1170 | CONFIG_SUNRPC=m | ||
| 1171 | CONFIG_SUNRPC_GSS=m | ||
| 1172 | CONFIG_RPCSEC_GSS_KRB5=m | ||
| 1173 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
| 1174 | # CONFIG_SMB_FS is not set | ||
| 1175 | # CONFIG_CIFS is not set | ||
| 1176 | # CONFIG_NCP_FS is not set | ||
| 1177 | # CONFIG_CODA_FS is not set | ||
| 1178 | # CONFIG_AFS_FS is not set | ||
| 1179 | # CONFIG_9P_FS is not set | ||
| 1180 | |||
| 1181 | # | ||
| 1182 | # Partition Types | ||
| 1183 | # | ||
| 1184 | CONFIG_PARTITION_ADVANCED=y | ||
| 1185 | # CONFIG_ACORN_PARTITION is not set | ||
| 1186 | # CONFIG_OSF_PARTITION is not set | ||
| 1187 | # CONFIG_AMIGA_PARTITION is not set | ||
| 1188 | # CONFIG_ATARI_PARTITION is not set | ||
| 1189 | CONFIG_MAC_PARTITION=y | ||
| 1190 | CONFIG_MSDOS_PARTITION=y | ||
| 1191 | CONFIG_BSD_DISKLABEL=y | ||
| 1192 | CONFIG_MINIX_SUBPARTITION=y | ||
| 1193 | CONFIG_SOLARIS_X86_PARTITION=y | ||
| 1194 | CONFIG_UNIXWARE_DISKLABEL=y | ||
| 1195 | # CONFIG_LDM_PARTITION is not set | ||
| 1196 | # CONFIG_SGI_PARTITION is not set | ||
| 1197 | # CONFIG_ULTRIX_PARTITION is not set | ||
| 1198 | # CONFIG_SUN_PARTITION is not set | ||
| 1199 | # CONFIG_KARMA_PARTITION is not set | ||
| 1200 | # CONFIG_EFI_PARTITION is not set | ||
| 1201 | |||
| 1202 | # | ||
| 1203 | # Native Language Support | ||
| 1204 | # | ||
| 1205 | CONFIG_NLS=m | ||
| 1206 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
| 1207 | # CONFIG_NLS_CODEPAGE_437 is not set | ||
| 1208 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
| 1209 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
| 1210 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
| 1211 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
| 1212 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
| 1213 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
| 1214 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
| 1215 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
| 1216 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
| 1217 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
| 1218 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
| 1219 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
| 1220 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
| 1221 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
| 1222 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
| 1223 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
| 1224 | CONFIG_NLS_CODEPAGE_932=m | ||
| 1225 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
| 1226 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
| 1227 | # CONFIG_NLS_ISO8859_8 is not set | ||
| 1228 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
| 1229 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
| 1230 | CONFIG_NLS_ASCII=m | ||
| 1231 | # CONFIG_NLS_ISO8859_1 is not set | ||
| 1232 | # CONFIG_NLS_ISO8859_2 is not set | ||
| 1233 | # CONFIG_NLS_ISO8859_3 is not set | ||
| 1234 | # CONFIG_NLS_ISO8859_4 is not set | ||
| 1235 | # CONFIG_NLS_ISO8859_5 is not set | ||
| 1236 | # CONFIG_NLS_ISO8859_6 is not set | ||
| 1237 | # CONFIG_NLS_ISO8859_7 is not set | ||
| 1238 | # CONFIG_NLS_ISO8859_9 is not set | ||
| 1239 | # CONFIG_NLS_ISO8859_13 is not set | ||
| 1240 | # CONFIG_NLS_ISO8859_14 is not set | ||
| 1241 | CONFIG_NLS_ISO8859_15=m | ||
| 1242 | # CONFIG_NLS_KOI8_R is not set | ||
| 1243 | # CONFIG_NLS_KOI8_U is not set | ||
| 1244 | CONFIG_NLS_UTF8=m | ||
| 1245 | |||
| 1246 | # | ||
| 1247 | # Profiling support | ||
| 1248 | # | ||
| 1249 | CONFIG_PROFILING=y | ||
| 1250 | CONFIG_OPROFILE=m | ||
| 1251 | |||
| 1252 | # | ||
| 1253 | # Kernel hacking | ||
| 1254 | # | ||
| 1255 | # CONFIG_PRINTK_TIME is not set | ||
| 1256 | # CONFIG_MAGIC_SYSRQ is not set | ||
| 1257 | # CONFIG_DEBUG_KERNEL is not set | ||
| 1258 | CONFIG_LOG_BUF_SHIFT=14 | ||
| 1259 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
| 1260 | # CONFIG_DEBUG_FS is not set | ||
| 1261 | CONFIG_FRAME_POINTER=y | ||
| 1262 | # CONFIG_UNWIND_INFO is not set | ||
| 1263 | # CONFIG_DEBUG_USER is not set | ||
| 1264 | |||
| 1265 | # | ||
| 1266 | # Security options | ||
| 1267 | # | ||
| 1268 | # CONFIG_KEYS is not set | ||
| 1269 | # CONFIG_SECURITY is not set | ||
| 1270 | |||
| 1271 | # | ||
| 1272 | # Cryptographic options | ||
| 1273 | # | ||
| 1274 | CONFIG_CRYPTO=y | ||
| 1275 | # CONFIG_CRYPTO_HMAC is not set | ||
| 1276 | # CONFIG_CRYPTO_NULL is not set | ||
| 1277 | # CONFIG_CRYPTO_MD4 is not set | ||
| 1278 | CONFIG_CRYPTO_MD5=y | ||
| 1279 | # CONFIG_CRYPTO_SHA1 is not set | ||
| 1280 | # CONFIG_CRYPTO_SHA256 is not set | ||
| 1281 | # CONFIG_CRYPTO_SHA512 is not set | ||
| 1282 | # CONFIG_CRYPTO_WP512 is not set | ||
| 1283 | # CONFIG_CRYPTO_TGR192 is not set | ||
| 1284 | CONFIG_CRYPTO_DES=m | ||
| 1285 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
| 1286 | # CONFIG_CRYPTO_TWOFISH is not set | ||
| 1287 | # CONFIG_CRYPTO_SERPENT is not set | ||
| 1288 | CONFIG_CRYPTO_AES=m | ||
| 1289 | # CONFIG_CRYPTO_CAST5 is not set | ||
| 1290 | # CONFIG_CRYPTO_CAST6 is not set | ||
| 1291 | # CONFIG_CRYPTO_TEA is not set | ||
| 1292 | CONFIG_CRYPTO_ARC4=m | ||
| 1293 | # CONFIG_CRYPTO_KHAZAD is not set | ||
| 1294 | # CONFIG_CRYPTO_ANUBIS is not set | ||
| 1295 | # CONFIG_CRYPTO_DEFLATE is not set | ||
| 1296 | CONFIG_CRYPTO_MICHAEL_MIC=m | ||
| 1297 | # CONFIG_CRYPTO_CRC32C is not set | ||
| 1298 | # CONFIG_CRYPTO_TEST is not set | ||
| 1299 | |||
| 1300 | # | ||
| 1301 | # Hardware crypto devices | ||
| 1302 | # | ||
| 1303 | |||
| 1304 | # | ||
| 1305 | # Library routines | ||
| 1306 | # | ||
| 1307 | CONFIG_CRC_CCITT=m | ||
| 1308 | CONFIG_CRC16=m | ||
| 1309 | CONFIG_CRC32=y | ||
| 1310 | CONFIG_LIBCRC32C=m | ||
| 1311 | CONFIG_ZLIB_INFLATE=y | ||
| 1312 | CONFIG_ZLIB_DEFLATE=m | ||
diff --git a/arch/arm/configs/carmeva_defconfig b/arch/arm/configs/carmeva_defconfig new file mode 100644 index 000000000000..5ccd29a7c1fb --- /dev/null +++ b/arch/arm/configs/carmeva_defconfig | |||
| @@ -0,0 +1,723 @@ | |||
| 1 | # | ||
| 2 | # Automatically generated make config: don't edit | ||
| 3 | # Linux kernel version: 2.6.12-rc4 | ||
| 4 | # Tue Jun 14 12:05:24 2005 | ||
| 5 | # | ||
| 6 | CONFIG_ARM=y | ||
| 7 | CONFIG_MMU=y | ||
| 8 | CONFIG_UID16=y | ||
| 9 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
| 10 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
| 11 | CONFIG_GENERIC_IOMAP=y | ||
| 12 | |||
| 13 | # | ||
| 14 | # Code maturity level options | ||
| 15 | # | ||
| 16 | CONFIG_EXPERIMENTAL=y | ||
| 17 | CONFIG_CLEAN_COMPILE=y | ||
| 18 | CONFIG_BROKEN_ON_SMP=y | ||
| 19 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
| 20 | |||
| 21 | # | ||
| 22 | # General setup | ||
| 23 | # | ||
| 24 | CONFIG_LOCALVERSION="" | ||
| 25 | CONFIG_SWAP=y | ||
| 26 | # CONFIG_SYSVIPC is not set | ||
| 27 | # CONFIG_POSIX_MQUEUE is not set | ||
| 28 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
| 29 | # CONFIG_SYSCTL is not set | ||
| 30 | # CONFIG_AUDIT is not set | ||
| 31 | # CONFIG_HOTPLUG is not set | ||
| 32 | CONFIG_KOBJECT_UEVENT=y | ||
| 33 | # CONFIG_IKCONFIG is not set | ||
| 34 | CONFIG_EMBEDDED=y | ||
| 35 | CONFIG_KALLSYMS=y | ||
| 36 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
| 37 | CONFIG_PRINTK=y | ||
| 38 | CONFIG_BUG=y | ||
| 39 | CONFIG_BASE_FULL=y | ||
| 40 | CONFIG_FUTEX=y | ||
| 41 | CONFIG_EPOLL=y | ||
| 42 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
| 43 | CONFIG_SHMEM=y | ||
| 44 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
| 45 | CONFIG_CC_ALIGN_LABELS=0 | ||
| 46 | CONFIG_CC_ALIGN_LOOPS=0 | ||
| 47 | CONFIG_CC_ALIGN_JUMPS=0 | ||
| 48 | # CONFIG_TINY_SHMEM is not set | ||
| 49 | CONFIG_BASE_SMALL=0 | ||
| 50 | |||
| 51 | # | ||
| 52 | # Loadable module support | ||
| 53 | # | ||
| 54 | CONFIG_MODULES=y | ||
| 55 | CONFIG_MODULE_UNLOAD=y | ||
| 56 | CONFIG_MODULE_FORCE_UNLOAD=y | ||
| 57 | CONFIG_OBSOLETE_MODPARM=y | ||
| 58 | # CONFIG_MODVERSIONS is not set | ||
| 59 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
| 60 | # CONFIG_KMOD is not set | ||
| 61 | |||
| 62 | # | ||
| 63 | # System Type | ||
| 64 | # | ||
| 65 | # CONFIG_ARCH_CLPS7500 is not set | ||
| 66 | # CONFIG_ARCH_CLPS711X is not set | ||
| 67 | # CONFIG_ARCH_CO285 is not set | ||
| 68 | # CONFIG_ARCH_EBSA110 is not set | ||
| 69 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
| 70 | # CONFIG_ARCH_INTEGRATOR is not set | ||
| 71 | # CONFIG_ARCH_IOP3XX is not set | ||
| 72 | # CONFIG_ARCH_IXP4XX is not set | ||
| 73 | # CONFIG_ARCH_IXP2000 is not set | ||
| 74 | # CONFIG_ARCH_L7200 is not set | ||
| 75 | # CONFIG_ARCH_PXA is not set | ||
| 76 | # CONFIG_ARCH_RPC is not set | ||
| 77 | # CONFIG_ARCH_SA1100 is not set | ||
| 78 | # CONFIG_ARCH_S3C2410 is not set | ||
| 79 | # CONFIG_ARCH_SHARK is not set | ||
| 80 | # CONFIG_ARCH_LH7A40X is not set | ||
| 81 | # CONFIG_ARCH_OMAP is not set | ||
| 82 | # CONFIG_ARCH_VERSATILE is not set | ||
| 83 | # CONFIG_ARCH_IMX is not set | ||
| 84 | # CONFIG_ARCH_H720X is not set | ||
| 85 | CONFIG_ARCH_AT91RM9200=y | ||
| 86 | |||
| 87 | # | ||
| 88 | # AT91RM9200 Implementations | ||
| 89 | # | ||
| 90 | # CONFIG_ARCH_AT91RM9200DK is not set | ||
| 91 | # CONFIG_MACH_AT91RM9200EK is not set | ||
| 92 | # CONFIG_MACH_CSB337 is not set | ||
| 93 | # CONFIG_MACH_CSB637 is not set | ||
| 94 | CONFIG_MACH_CARMEVA=y | ||
| 95 | |||
| 96 | # | ||
| 97 | # Processor Type | ||
| 98 | # | ||
| 99 | CONFIG_CPU_32=y | ||
| 100 | CONFIG_CPU_ARM920T=y | ||
| 101 | CONFIG_CPU_32v4=y | ||
| 102 | CONFIG_CPU_ABRT_EV4T=y | ||
| 103 | CONFIG_CPU_CACHE_V4WT=y | ||
| 104 | CONFIG_CPU_CACHE_VIVT=y | ||
| 105 | CONFIG_CPU_COPY_V4WB=y | ||
| 106 | CONFIG_CPU_TLB_V4WBI=y | ||
| 107 | |||
| 108 | # | ||
| 109 | # Processor Features | ||
| 110 | # | ||
| 111 | CONFIG_ARM_THUMB=y | ||
| 112 | # CONFIG_CPU_ICACHE_DISABLE is not set | ||
| 113 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
| 114 | # CONFIG_CPU_DCACHE_WRITETHROUGH is not set | ||
| 115 | |||
| 116 | # | ||
| 117 | # Bus support | ||
| 118 | # | ||
| 119 | CONFIG_ISA_DMA_API=y | ||
| 120 | |||
| 121 | # | ||
| 122 | # PCCARD (PCMCIA/CardBus) support | ||
| 123 | # | ||
| 124 | # CONFIG_PCCARD is not set | ||
| 125 | |||
| 126 | # | ||
| 127 | # Kernel Features | ||
| 128 | # | ||
| 129 | # CONFIG_SMP is not set | ||
| 130 | # CONFIG_PREEMPT is not set | ||
| 131 | # CONFIG_DISCONTIGMEM is not set | ||
| 132 | # CONFIG_LEDS is not set | ||
| 133 | CONFIG_ALIGNMENT_TRAP=y | ||
| 134 | |||
| 135 | # | ||
| 136 | # Boot options | ||
| 137 | # | ||
| 138 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
| 139 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
| 140 | CONFIG_CMDLINE="" | ||
| 141 | # CONFIG_XIP_KERNEL is not set | ||
| 142 | |||
| 143 | # | ||
| 144 | # Floating point emulation | ||
| 145 | # | ||
| 146 | |||
| 147 | # | ||
| 148 | # At least one emulation must be selected | ||
| 149 | # | ||
| 150 | CONFIG_FPE_NWFPE=y | ||
| 151 | # CONFIG_FPE_NWFPE_XP is not set | ||
| 152 | # CONFIG_FPE_FASTFPE is not set | ||
| 153 | |||
| 154 | # | ||
| 155 | # Userspace binary formats | ||
| 156 | # | ||
| 157 | CONFIG_BINFMT_ELF=y | ||
| 158 | # CONFIG_BINFMT_AOUT is not set | ||
| 159 | # CONFIG_BINFMT_MISC is not set | ||
| 160 | # CONFIG_ARTHUR is not set | ||
| 161 | |||
| 162 | # | ||
| 163 | # Power management options | ||
| 164 | # | ||
| 165 | # CONFIG_PM is not set | ||
| 166 | |||
| 167 | # | ||
| 168 | # Device Drivers | ||
| 169 | # | ||
| 170 | |||
| 171 | # | ||
| 172 | # Generic Driver Options | ||
| 173 | # | ||
| 174 | CONFIG_STANDALONE=y | ||
| 175 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
| 176 | # CONFIG_FW_LOADER is not set | ||
| 177 | |||
| 178 | # | ||
| 179 | # Memory Technology Devices (MTD) | ||
| 180 | # | ||
| 181 | CONFIG_MTD=y | ||
| 182 | # CONFIG_MTD_DEBUG is not set | ||
| 183 | # CONFIG_MTD_CONCAT is not set | ||
| 184 | CONFIG_MTD_PARTITIONS=y | ||
| 185 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
| 186 | CONFIG_MTD_CMDLINE_PARTS=y | ||
| 187 | # CONFIG_MTD_AFS_PARTS is not set | ||
| 188 | |||
| 189 | # | ||
| 190 | # User Modules And Translation Layers | ||
| 191 | # | ||
| 192 | CONFIG_MTD_CHAR=y | ||
| 193 | CONFIG_MTD_BLOCK=y | ||
| 194 | # CONFIG_FTL is not set | ||
| 195 | # CONFIG_NFTL is not set | ||
| 196 | # CONFIG_INFTL is not set | ||
| 197 | |||
| 198 | # | ||
| 199 | # RAM/ROM/Flash chip drivers | ||
| 200 | # | ||
| 201 | # CONFIG_MTD_CFI is not set | ||
| 202 | # CONFIG_MTD_JEDECPROBE is not set | ||
| 203 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
| 204 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
| 205 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
| 206 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
| 207 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
| 208 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
| 209 | CONFIG_MTD_CFI_I1=y | ||
| 210 | CONFIG_MTD_CFI_I2=y | ||
| 211 | # CONFIG_MTD_CFI_I4 is not set | ||
| 212 | # CONFIG_MTD_CFI_I8 is not set | ||
| 213 | # CONFIG_MTD_RAM is not set | ||
| 214 | # CONFIG_MTD_ROM is not set | ||
| 215 | # CONFIG_MTD_ABSENT is not set | ||
| 216 | |||
| 217 | # | ||
| 218 | # Mapping drivers for chip access | ||
| 219 | # | ||
| 220 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
| 221 | |||
| 222 | # | ||
| 223 | # Self-contained MTD device drivers | ||
| 224 | # | ||
| 225 | # CONFIG_MTD_SLRAM is not set | ||
| 226 | # CONFIG_MTD_PHRAM is not set | ||
| 227 | # CONFIG_MTD_MTDRAM is not set | ||
| 228 | # CONFIG_MTD_BLKMTD is not set | ||
| 229 | # CONFIG_MTD_BLOCK2MTD is not set | ||
| 230 | |||
| 231 | # | ||
| 232 | # Disk-On-Chip Device Drivers | ||
| 233 | # | ||
| 234 | # CONFIG_MTD_DOC2000 is not set | ||
| 235 | # CONFIG_MTD_DOC2001 is not set | ||
| 236 | # CONFIG_MTD_DOC2001PLUS is not set | ||
| 237 | CONFIG_MTD_AT91_DATAFLASH=y | ||
| 238 | # CONFIG_MTD_AT91_DATAFLASH_CARD is not set | ||
| 239 | |||
| 240 | # | ||
| 241 | # NAND Flash Device Drivers | ||
| 242 | # | ||
| 243 | # CONFIG_MTD_NAND is not set | ||
| 244 | |||
| 245 | # | ||
| 246 | # Parallel port support | ||
| 247 | # | ||
| 248 | # CONFIG_PARPORT is not set | ||
| 249 | |||
| 250 | # | ||
| 251 | # Plug and Play support | ||
| 252 | # | ||
| 253 | |||
| 254 | # | ||
| 255 | # Block devices | ||
| 256 | # | ||
| 257 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
| 258 | # CONFIG_BLK_DEV_LOOP is not set | ||
| 259 | # CONFIG_BLK_DEV_NBD is not set | ||
| 260 | CONFIG_BLK_DEV_RAM=y | ||
| 261 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
| 262 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
| 263 | CONFIG_BLK_DEV_INITRD=y | ||
| 264 | CONFIG_INITRAMFS_SOURCE="" | ||
| 265 | # CONFIG_CDROM_PKTCDVD is not set | ||
| 266 | |||
| 267 | # | ||
| 268 | # IO Schedulers | ||
| 269 | # | ||
| 270 | CONFIG_IOSCHED_NOOP=y | ||
| 271 | CONFIG_IOSCHED_AS=y | ||
| 272 | CONFIG_IOSCHED_DEADLINE=y | ||
| 273 | CONFIG_IOSCHED_CFQ=y | ||
| 274 | # CONFIG_ATA_OVER_ETH is not set | ||
| 275 | |||
| 276 | # | ||
| 277 | # SCSI device support | ||
| 278 | # | ||
| 279 | # CONFIG_SCSI is not set | ||
| 280 | |||
| 281 | # | ||
| 282 | # Multi-device support (RAID and LVM) | ||
| 283 | # | ||
| 284 | # CONFIG_MD is not set | ||
| 285 | |||
| 286 | # | ||
| 287 | # Fusion MPT device support | ||
| 288 | # | ||
| 289 | |||
| 290 | # | ||
| 291 | # IEEE 1394 (FireWire) support | ||
| 292 | # | ||
| 293 | |||
| 294 | # | ||
| 295 | # I2O device support | ||
| 296 | # | ||
| 297 | |||
| 298 | # | ||
| 299 | # Networking support | ||
| 300 | # | ||
| 301 | CONFIG_NET=y | ||
| 302 | |||
| 303 | # | ||
| 304 | # Networking options | ||
| 305 | # | ||
| 306 | # CONFIG_PACKET is not set | ||
| 307 | CONFIG_UNIX=y | ||
| 308 | # CONFIG_NET_KEY is not set | ||
| 309 | CONFIG_INET=y | ||
| 310 | CONFIG_IP_MULTICAST=y | ||
| 311 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
| 312 | CONFIG_IP_PNP=y | ||
| 313 | # CONFIG_IP_PNP_DHCP is not set | ||
| 314 | # CONFIG_IP_PNP_BOOTP is not set | ||
| 315 | # CONFIG_IP_PNP_RARP is not set | ||
| 316 | # CONFIG_NET_IPIP is not set | ||
| 317 | # CONFIG_NET_IPGRE is not set | ||
| 318 | # CONFIG_IP_MROUTE is not set | ||
| 319 | # CONFIG_ARPD is not set | ||
| 320 | # CONFIG_SYN_COOKIES is not set | ||
| 321 | # CONFIG_INET_AH is not set | ||
| 322 | # CONFIG_INET_ESP is not set | ||
| 323 | # CONFIG_INET_IPCOMP is not set | ||
| 324 | # CONFIG_INET_TUNNEL is not set | ||
| 325 | CONFIG_IP_TCPDIAG=y | ||
| 326 | # CONFIG_IP_TCPDIAG_IPV6 is not set | ||
| 327 | # CONFIG_IPV6 is not set | ||
| 328 | # CONFIG_NETFILTER is not set | ||
| 329 | |||
| 330 | # | ||
| 331 | # SCTP Configuration (EXPERIMENTAL) | ||
| 332 | # | ||
| 333 | # CONFIG_IP_SCTP is not set | ||
| 334 | # CONFIG_ATM is not set | ||
| 335 | # CONFIG_BRIDGE is not set | ||
| 336 | # CONFIG_VLAN_8021Q is not set | ||
| 337 | # CONFIG_DECNET is not set | ||
| 338 | # CONFIG_LLC2 is not set | ||
| 339 | # CONFIG_IPX is not set | ||
| 340 | # CONFIG_ATALK is not set | ||
| 341 | # CONFIG_X25 is not set | ||
| 342 | # CONFIG_LAPB is not set | ||
| 343 | # CONFIG_NET_DIVERT is not set | ||
| 344 | # CONFIG_ECONET is not set | ||
| 345 | # CONFIG_WAN_ROUTER is not set | ||
| 346 | |||
| 347 | # | ||
| 348 | # QoS and/or fair queueing | ||
| 349 | # | ||
| 350 | # CONFIG_NET_SCHED is not set | ||
| 351 | # CONFIG_NET_CLS_ROUTE is not set | ||
| 352 | |||
| 353 | # | ||
| 354 | # Network testing | ||
| 355 | # | ||
| 356 | # CONFIG_NET_PKTGEN is not set | ||
| 357 | # CONFIG_NETPOLL is not set | ||
| 358 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
| 359 | # CONFIG_HAMRADIO is not set | ||
| 360 | # CONFIG_IRDA is not set | ||
| 361 | # CONFIG_BT is not set | ||
| 362 | CONFIG_NETDEVICES=y | ||
| 363 | # CONFIG_DUMMY is not set | ||
| 364 | # CONFIG_BONDING is not set | ||
| 365 | # CONFIG_EQUALIZER is not set | ||
| 366 | # CONFIG_TUN is not set | ||
| 367 | |||
| 368 | # | ||
| 369 | # Ethernet (10 or 100Mbit) | ||
| 370 | # | ||
| 371 | CONFIG_NET_ETHERNET=y | ||
| 372 | CONFIG_MII=y | ||
| 373 | CONFIG_ARM_AT91_ETHER=y | ||
| 374 | CONFIG_ARM_AT91_ETHER_RMII=y | ||
| 375 | # CONFIG_SMC91X is not set | ||
| 376 | |||
| 377 | # | ||
| 378 | # Ethernet (1000 Mbit) | ||
| 379 | # | ||
| 380 | |||
| 381 | # | ||
| 382 | # Ethernet (10000 Mbit) | ||
| 383 | # | ||
| 384 | |||
| 385 | # | ||
| 386 | # Token Ring devices | ||
| 387 | # | ||
| 388 | |||
| 389 | # | ||
| 390 | # Wireless LAN (non-hamradio) | ||
| 391 | # | ||
| 392 | # CONFIG_NET_RADIO is not set | ||
| 393 | |||
| 394 | # | ||
| 395 | # Wan interfaces | ||
| 396 | # | ||
| 397 | # CONFIG_WAN is not set | ||
| 398 | # CONFIG_PPP is not set | ||
| 399 | # CONFIG_SLIP is not set | ||
| 400 | # CONFIG_SHAPER is not set | ||
| 401 | # CONFIG_NETCONSOLE is not set | ||
| 402 | |||
| 403 | # | ||
| 404 | # ISDN subsystem | ||
| 405 | # | ||
| 406 | # CONFIG_ISDN is not set | ||
| 407 | |||
| 408 | # | ||
| 409 | # Input device support | ||
| 410 | # | ||
| 411 | CONFIG_INPUT=y | ||
| 412 | |||
| 413 | # | ||
| 414 | # Userland interfaces | ||
| 415 | # | ||
| 416 | # CONFIG_INPUT_MOUSEDEV is not set | ||
| 417 | # CONFIG_INPUT_JOYDEV is not set | ||
| 418 | # CONFIG_INPUT_TSDEV is not set | ||
| 419 | # CONFIG_INPUT_EVDEV is not set | ||
| 420 | # CONFIG_INPUT_EVBUG is not set | ||
| 421 | |||
| 422 | # | ||
| 423 | # Input Device Drivers | ||
| 424 | # | ||
| 425 | # CONFIG_INPUT_KEYBOARD is not set | ||
| 426 | # CONFIG_INPUT_MOUSE is not set | ||
| 427 | # CONFIG_INPUT_JOYSTICK is not set | ||
| 428 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
| 429 | # CONFIG_INPUT_MISC is not set | ||
| 430 | |||
| 431 | # | ||
| 432 | # Hardware I/O ports | ||
| 433 | # | ||
| 434 | CONFIG_SERIO=m | ||
| 435 | CONFIG_SERIO_SERPORT=m | ||
| 436 | # CONFIG_SERIO_LIBPS2 is not set | ||
| 437 | # CONFIG_SERIO_RAW is not set | ||
| 438 | # CONFIG_GAMEPORT is not set | ||
| 439 | CONFIG_SOUND_GAMEPORT=y | ||
| 440 | |||
| 441 | # | ||
| 442 | # Character devices | ||
| 443 | # | ||
| 444 | CONFIG_VT=y | ||
| 445 | CONFIG_VT_CONSOLE=y | ||
| 446 | CONFIG_HW_CONSOLE=y | ||
| 447 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
| 448 | |||
| 449 | # | ||
| 450 | # Serial drivers | ||
| 451 | # | ||
| 452 | # CONFIG_SERIAL_8250 is not set | ||
| 453 | |||
| 454 | # | ||
| 455 | # Non-8250 serial port support | ||
| 456 | # | ||
| 457 | CONFIG_SERIAL_AT91=y | ||
| 458 | CONFIG_SERIAL_AT91_CONSOLE=y | ||
| 459 | CONFIG_SERIAL_CORE=y | ||
| 460 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
| 461 | CONFIG_UNIX98_PTYS=y | ||
| 462 | CONFIG_LEGACY_PTYS=y | ||
| 463 | CONFIG_LEGACY_PTY_COUNT=256 | ||
| 464 | |||
| 465 | # | ||
| 466 | # IPMI | ||
| 467 | # | ||
| 468 | # CONFIG_IPMI_HANDLER is not set | ||
| 469 | |||
| 470 | # | ||
| 471 | # Watchdog Cards | ||
| 472 | # | ||
| 473 | # CONFIG_WATCHDOG is not set | ||
| 474 | # CONFIG_NVRAM is not set | ||
| 475 | # CONFIG_RTC is not set | ||
| 476 | # CONFIG_AT91_RTC is not set | ||
| 477 | # CONFIG_DTLK is not set | ||
| 478 | # CONFIG_R3964 is not set | ||
| 479 | |||
| 480 | # | ||
| 481 | # Ftape, the floppy tape device driver | ||
| 482 | # | ||
| 483 | # CONFIG_DRM is not set | ||
| 484 | # CONFIG_RAW_DRIVER is not set | ||
| 485 | |||
| 486 | # | ||
| 487 | # TPM devices | ||
| 488 | # | ||
| 489 | CONFIG_AT91_SPI=y | ||
| 490 | CONFIG_AT91_SPIDEV=y | ||
| 491 | |||
| 492 | # | ||
| 493 | # I2C support | ||
| 494 | # | ||
| 495 | # CONFIG_I2C is not set | ||
| 496 | |||
| 497 | # | ||
| 498 | # Misc devices | ||
| 499 | # | ||
| 500 | |||
| 501 | # | ||
| 502 | # Multimedia devices | ||
| 503 | # | ||
| 504 | # CONFIG_VIDEO_DEV is not set | ||
| 505 | |||
| 506 | # | ||
| 507 | # Digital Video Broadcasting Devices | ||
| 508 | # | ||
| 509 | # CONFIG_DVB is not set | ||
| 510 | |||
| 511 | # | ||
| 512 | # Graphics support | ||
| 513 | # | ||
| 514 | # CONFIG_FB is not set | ||
| 515 | |||
| 516 | # | ||
| 517 | # Console display driver support | ||
| 518 | # | ||
| 519 | # CONFIG_VGA_CONSOLE is not set | ||
| 520 | CONFIG_DUMMY_CONSOLE=y | ||
| 521 | |||
| 522 | # | ||
| 523 | # Sound | ||
| 524 | # | ||
| 525 | # CONFIG_SOUND is not set | ||
| 526 | |||
| 527 | # | ||
| 528 | # USB support | ||
| 529 | # | ||
| 530 | CONFIG_USB_ARCH_HAS_HCD=y | ||
| 531 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
| 532 | # CONFIG_USB is not set | ||
| 533 | |||
| 534 | # | ||
| 535 | # USB Gadget Support | ||
| 536 | # | ||
| 537 | # CONFIG_USB_GADGET is not set | ||
| 538 | |||
| 539 | # | ||
| 540 | # MMC/SD Card support | ||
| 541 | # | ||
| 542 | CONFIG_MMC=m | ||
| 543 | CONFIG_MMC_DEBUG=y | ||
| 544 | CONFIG_MMC_BLOCK=m | ||
| 545 | CONFIG_MMC_AT91RM9200=m | ||
| 546 | |||
| 547 | # | ||
| 548 | # File systems | ||
| 549 | # | ||
| 550 | CONFIG_EXT2_FS=y | ||
| 551 | CONFIG_EXT2_FS_XATTR=y | ||
| 552 | # CONFIG_EXT2_FS_POSIX_ACL is not set | ||
| 553 | # CONFIG_EXT2_FS_SECURITY is not set | ||
| 554 | # CONFIG_EXT3_FS is not set | ||
| 555 | # CONFIG_JBD is not set | ||
| 556 | CONFIG_FS_MBCACHE=y | ||
| 557 | # CONFIG_REISERFS_FS is not set | ||
| 558 | # CONFIG_JFS_FS is not set | ||
| 559 | |||
| 560 | # | ||
| 561 | # XFS support | ||
| 562 | # | ||
| 563 | # CONFIG_XFS_FS is not set | ||
| 564 | # CONFIG_MINIX_FS is not set | ||
| 565 | # CONFIG_ROMFS_FS is not set | ||
| 566 | # CONFIG_QUOTA is not set | ||
| 567 | # CONFIG_DNOTIFY is not set | ||
| 568 | # CONFIG_AUTOFS_FS is not set | ||
| 569 | # CONFIG_AUTOFS4_FS is not set | ||
| 570 | |||
| 571 | # | ||
| 572 | # CD-ROM/DVD Filesystems | ||
| 573 | # | ||
| 574 | # CONFIG_ISO9660_FS is not set | ||
| 575 | # CONFIG_UDF_FS is not set | ||
| 576 | |||
| 577 | # | ||
| 578 | # DOS/FAT/NT Filesystems | ||
| 579 | # | ||
| 580 | # CONFIG_MSDOS_FS is not set | ||
| 581 | # CONFIG_VFAT_FS is not set | ||
| 582 | # CONFIG_NTFS_FS is not set | ||
| 583 | |||
| 584 | # | ||
| 585 | # Pseudo filesystems | ||
| 586 | # | ||
| 587 | CONFIG_PROC_FS=y | ||
| 588 | CONFIG_SYSFS=y | ||
| 589 | # CONFIG_DEVFS_FS is not set | ||
| 590 | CONFIG_DEVPTS_FS_XATTR=y | ||
| 591 | CONFIG_DEVPTS_FS_SECURITY=y | ||
| 592 | # CONFIG_TMPFS is not set | ||
| 593 | # CONFIG_HUGETLB_PAGE is not set | ||
| 594 | CONFIG_RAMFS=y | ||
| 595 | |||
| 596 | # | ||
| 597 | # Miscellaneous filesystems | ||
| 598 | # | ||
| 599 | # CONFIG_ADFS_FS is not set | ||
| 600 | # CONFIG_AFFS_FS is not set | ||
| 601 | # CONFIG_HFS_FS is not set | ||
| 602 | # CONFIG_HFSPLUS_FS is not set | ||
| 603 | # CONFIG_BEFS_FS is not set | ||
| 604 | # CONFIG_BFS_FS is not set | ||
| 605 | # CONFIG_EFS_FS is not set | ||
| 606 | CONFIG_JFFS_FS=y | ||
| 607 | CONFIG_JFFS_FS_VERBOSE=0 | ||
| 608 | CONFIG_JFFS_PROC_FS=y | ||
| 609 | CONFIG_JFFS2_FS=y | ||
| 610 | CONFIG_JFFS2_FS_DEBUG=0 | ||
| 611 | CONFIG_JFFS2_FS_NAND=y | ||
| 612 | # CONFIG_JFFS2_FS_NOR_ECC is not set | ||
| 613 | CONFIG_JFFS2_COMPRESSION_OPTIONS=y | ||
| 614 | CONFIG_JFFS2_ZLIB=y | ||
| 615 | CONFIG_JFFS2_RTIME=y | ||
| 616 | # CONFIG_JFFS2_RUBIN is not set | ||
| 617 | # CONFIG_JFFS2_CMODE_NONE is not set | ||
| 618 | CONFIG_JFFS2_CMODE_PRIORITY=y | ||
| 619 | # CONFIG_JFFS2_CMODE_SIZE is not set | ||
| 620 | # CONFIG_CRAMFS is not set | ||
| 621 | # CONFIG_VXFS_FS is not set | ||
| 622 | # CONFIG_HPFS_FS is not set | ||
| 623 | # CONFIG_QNX4FS_FS is not set | ||
| 624 | # CONFIG_SYSV_FS is not set | ||
| 625 | # CONFIG_UFS_FS is not set | ||
| 626 | |||
| 627 | # | ||
| 628 | # Network File Systems | ||
| 629 | # | ||
| 630 | CONFIG_NFS_FS=y | ||
| 631 | CONFIG_NFS_V3=y | ||
| 632 | CONFIG_NFS_V4=y | ||
| 633 | # CONFIG_NFS_DIRECTIO is not set | ||
| 634 | CONFIG_NFSD=y | ||
| 635 | # CONFIG_NFSD_V3 is not set | ||
| 636 | CONFIG_NFSD_TCP=y | ||
| 637 | CONFIG_ROOT_NFS=y | ||
| 638 | CONFIG_LOCKD=y | ||
| 639 | CONFIG_LOCKD_V4=y | ||
| 640 | CONFIG_EXPORTFS=y | ||
| 641 | CONFIG_SUNRPC=y | ||
| 642 | CONFIG_SUNRPC_GSS=y | ||
| 643 | CONFIG_RPCSEC_GSS_KRB5=y | ||
| 644 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
| 645 | # CONFIG_SMB_FS is not set | ||
| 646 | # CONFIG_CIFS is not set | ||
| 647 | # CONFIG_NCP_FS is not set | ||
| 648 | # CONFIG_CODA_FS is not set | ||
| 649 | # CONFIG_AFS_FS is not set | ||
| 650 | |||
| 651 | # | ||
| 652 | # Partition Types | ||
| 653 | # | ||
| 654 | # CONFIG_PARTITION_ADVANCED is not set | ||
| 655 | CONFIG_MSDOS_PARTITION=y | ||
| 656 | |||
| 657 | # | ||
| 658 | # Native Language Support | ||
| 659 | # | ||
| 660 | # CONFIG_NLS is not set | ||
| 661 | |||
| 662 | # | ||
| 663 | # Profiling support | ||
| 664 | # | ||
| 665 | # CONFIG_PROFILING is not set | ||
| 666 | |||
| 667 | # | ||
| 668 | # Kernel hacking | ||
| 669 | # | ||
| 670 | # CONFIG_PRINTK_TIME is not set | ||
| 671 | # CONFIG_DEBUG_KERNEL is not set | ||
| 672 | CONFIG_LOG_BUF_SHIFT=14 | ||
| 673 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
| 674 | CONFIG_FRAME_POINTER=y | ||
| 675 | # CONFIG_DEBUG_USER is not set | ||
| 676 | |||
| 677 | # | ||
| 678 | # Security options | ||
| 679 | # | ||
| 680 | # CONFIG_KEYS is not set | ||
| 681 | # CONFIG_SECURITY is not set | ||
| 682 | |||
| 683 | # | ||
| 684 | # Cryptographic options | ||
| 685 | # | ||
| 686 | CONFIG_CRYPTO=y | ||
| 687 | # CONFIG_CRYPTO_HMAC is not set | ||
| 688 | # CONFIG_CRYPTO_NULL is not set | ||
| 689 | # CONFIG_CRYPTO_MD4 is not set | ||
| 690 | CONFIG_CRYPTO_MD5=y | ||
| 691 | # CONFIG_CRYPTO_SHA1 is not set | ||
| 692 | # CONFIG_CRYPTO_SHA256 is not set | ||
| 693 | # CONFIG_CRYPTO_SHA512 is not set | ||
| 694 | # CONFIG_CRYPTO_WP512 is not set | ||
| 695 | # CONFIG_CRYPTO_TGR192 is not set | ||
| 696 | CONFIG_CRYPTO_DES=y | ||
| 697 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
| 698 | # CONFIG_CRYPTO_TWOFISH is not set | ||
| 699 | # CONFIG_CRYPTO_SERPENT is not set | ||
| 700 | # CONFIG_CRYPTO_AES is not set | ||
| 701 | # CONFIG_CRYPTO_CAST5 is not set | ||
| 702 | # CONFIG_CRYPTO_CAST6 is not set | ||
| 703 | # CONFIG_CRYPTO_TEA is not set | ||
| 704 | # CONFIG_CRYPTO_ARC4 is not set | ||
| 705 | # CONFIG_CRYPTO_KHAZAD is not set | ||
| 706 | # CONFIG_CRYPTO_ANUBIS is not set | ||
| 707 | # CONFIG_CRYPTO_DEFLATE is not set | ||
| 708 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
| 709 | # CONFIG_CRYPTO_CRC32C is not set | ||
| 710 | # CONFIG_CRYPTO_TEST is not set | ||
| 711 | |||
| 712 | # | ||
| 713 | # Hardware crypto devices | ||
| 714 | # | ||
| 715 | |||
| 716 | # | ||
| 717 | # Library routines | ||
| 718 | # | ||
| 719 | # CONFIG_CRC_CCITT is not set | ||
| 720 | CONFIG_CRC32=y | ||
| 721 | # CONFIG_LIBCRC32C is not set | ||
| 722 | CONFIG_ZLIB_INFLATE=y | ||
| 723 | CONFIG_ZLIB_DEFLATE=y | ||
diff --git a/arch/arm/configs/kafa_defconfig b/arch/arm/configs/kafa_defconfig new file mode 100644 index 000000000000..51ded20e3f64 --- /dev/null +++ b/arch/arm/configs/kafa_defconfig | |||
| @@ -0,0 +1,884 @@ | |||
| 1 | # | ||
| 2 | # Automatically generated make config: don't edit | ||
| 3 | # Linux kernel version: 2.6.17-rc3 | ||
| 4 | # Sun May 7 16:54:53 2006 | ||
| 5 | # | ||
| 6 | CONFIG_ARM=y | ||
| 7 | CONFIG_MMU=y | ||
| 8 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
| 9 | CONFIG_GENERIC_HWEIGHT=y | ||
| 10 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
| 11 | CONFIG_VECTORS_BASE=0xffff0000 | ||
| 12 | |||
| 13 | # | ||
| 14 | # Code maturity level options | ||
| 15 | # | ||
| 16 | CONFIG_EXPERIMENTAL=y | ||
| 17 | CONFIG_BROKEN_ON_SMP=y | ||
| 18 | CONFIG_LOCK_KERNEL=y | ||
| 19 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
| 20 | |||
| 21 | # | ||
| 22 | # General setup | ||
| 23 | # | ||
| 24 | CONFIG_LOCALVERSION="" | ||
| 25 | # CONFIG_LOCALVERSION_AUTO is not set | ||
| 26 | # CONFIG_SWAP is not set | ||
| 27 | CONFIG_SYSVIPC=y | ||
| 28 | # CONFIG_POSIX_MQUEUE is not set | ||
| 29 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
| 30 | CONFIG_SYSCTL=y | ||
| 31 | # CONFIG_AUDIT is not set | ||
| 32 | # CONFIG_IKCONFIG is not set | ||
| 33 | # CONFIG_RELAY is not set | ||
| 34 | CONFIG_INITRAMFS_SOURCE="" | ||
| 35 | CONFIG_UID16=y | ||
| 36 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
| 37 | # CONFIG_EMBEDDED is not set | ||
| 38 | CONFIG_KALLSYMS=y | ||
| 39 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
| 40 | CONFIG_HOTPLUG=y | ||
| 41 | CONFIG_PRINTK=y | ||
| 42 | CONFIG_BUG=y | ||
| 43 | CONFIG_ELF_CORE=y | ||
| 44 | CONFIG_BASE_FULL=y | ||
| 45 | CONFIG_FUTEX=y | ||
| 46 | CONFIG_EPOLL=y | ||
| 47 | CONFIG_SHMEM=y | ||
| 48 | CONFIG_SLAB=y | ||
| 49 | # CONFIG_TINY_SHMEM is not set | ||
| 50 | CONFIG_BASE_SMALL=0 | ||
| 51 | # CONFIG_SLOB is not set | ||
| 52 | |||
| 53 | # | ||
| 54 | # Loadable module support | ||
| 55 | # | ||
| 56 | CONFIG_MODULES=y | ||
| 57 | CONFIG_MODULE_UNLOAD=y | ||
| 58 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
| 59 | # CONFIG_MODVERSIONS is not set | ||
| 60 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
| 61 | # CONFIG_KMOD is not set | ||
| 62 | |||
| 63 | # | ||
| 64 | # Block layer | ||
| 65 | # | ||
| 66 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
| 67 | |||
| 68 | # | ||
| 69 | # IO Schedulers | ||
| 70 | # | ||
| 71 | CONFIG_IOSCHED_NOOP=y | ||
| 72 | # CONFIG_IOSCHED_AS is not set | ||
| 73 | CONFIG_IOSCHED_DEADLINE=y | ||
| 74 | # CONFIG_IOSCHED_CFQ is not set | ||
| 75 | # CONFIG_DEFAULT_AS is not set | ||
| 76 | CONFIG_DEFAULT_DEADLINE=y | ||
| 77 | # CONFIG_DEFAULT_CFQ is not set | ||
| 78 | # CONFIG_DEFAULT_NOOP is not set | ||
| 79 | CONFIG_DEFAULT_IOSCHED="deadline" | ||
| 80 | |||
| 81 | # | ||
| 82 | # System Type | ||
| 83 | # | ||
| 84 | # CONFIG_ARCH_CLPS7500 is not set | ||
| 85 | # CONFIG_ARCH_CLPS711X is not set | ||
| 86 | # CONFIG_ARCH_CO285 is not set | ||
| 87 | # CONFIG_ARCH_EBSA110 is not set | ||
| 88 | # CONFIG_ARCH_EP93XX is not set | ||
| 89 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
| 90 | # CONFIG_ARCH_INTEGRATOR is not set | ||
| 91 | # CONFIG_ARCH_IOP3XX is not set | ||
| 92 | # CONFIG_ARCH_IXP4XX is not set | ||
| 93 | # CONFIG_ARCH_IXP2000 is not set | ||
| 94 | # CONFIG_ARCH_IXP23XX is not set | ||
| 95 | # CONFIG_ARCH_L7200 is not set | ||
| 96 | # CONFIG_ARCH_PXA is not set | ||
| 97 | # CONFIG_ARCH_RPC is not set | ||
| 98 | # CONFIG_ARCH_SA1100 is not set | ||
| 99 | # CONFIG_ARCH_S3C2410 is not set | ||
| 100 | # CONFIG_ARCH_SHARK is not set | ||
| 101 | # CONFIG_ARCH_LH7A40X is not set | ||
| 102 | # CONFIG_ARCH_OMAP is not set | ||
| 103 | # CONFIG_ARCH_VERSATILE is not set | ||
| 104 | # CONFIG_ARCH_REALVIEW is not set | ||
| 105 | # CONFIG_ARCH_IMX is not set | ||
| 106 | # CONFIG_ARCH_H720X is not set | ||
| 107 | # CONFIG_ARCH_AAEC2000 is not set | ||
| 108 | CONFIG_ARCH_AT91RM9200=y | ||
| 109 | |||
| 110 | # | ||
| 111 | # AT91RM9200 Implementations | ||
| 112 | # | ||
| 113 | |||
| 114 | # | ||
| 115 | # AT91RM9200 Board Type | ||
| 116 | # | ||
| 117 | # CONFIG_ARCH_AT91RM9200DK is not set | ||
| 118 | # CONFIG_MACH_AT91RM9200EK is not set | ||
| 119 | # CONFIG_MACH_CSB337 is not set | ||
| 120 | # CONFIG_MACH_CSB637 is not set | ||
| 121 | # CONFIG_MACH_CARMEVA is not set | ||
| 122 | # CONFIG_MACH_KB9200 is not set | ||
| 123 | # CONFIG_MACH_ATEB9200 is not set | ||
| 124 | CONFIG_MACH_KAFA=y | ||
| 125 | |||
| 126 | # | ||
| 127 | # AT91 Feature Selections | ||
| 128 | # | ||
| 129 | # CONFIG_AT91_PROGRAMMABLE_CLOCKS is not set | ||
| 130 | |||
| 131 | # | ||
| 132 | # Processor Type | ||
| 133 | # | ||
| 134 | CONFIG_CPU_32=y | ||
| 135 | CONFIG_CPU_ARM920T=y | ||
| 136 | CONFIG_CPU_32v4=y | ||
| 137 | CONFIG_CPU_ABRT_EV4T=y | ||
| 138 | CONFIG_CPU_CACHE_V4WT=y | ||
| 139 | CONFIG_CPU_CACHE_VIVT=y | ||
| 140 | CONFIG_CPU_COPY_V4WB=y | ||
| 141 | CONFIG_CPU_TLB_V4WBI=y | ||
| 142 | |||
| 143 | # | ||
| 144 | # Processor Features | ||
| 145 | # | ||
| 146 | # CONFIG_ARM_THUMB is not set | ||
| 147 | # CONFIG_CPU_ICACHE_DISABLE is not set | ||
| 148 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
| 149 | # CONFIG_CPU_DCACHE_WRITETHROUGH is not set | ||
| 150 | |||
| 151 | # | ||
| 152 | # Bus support | ||
| 153 | # | ||
| 154 | |||
| 155 | # | ||
| 156 | # PCCARD (PCMCIA/CardBus) support | ||
| 157 | # | ||
| 158 | # CONFIG_PCCARD is not set | ||
| 159 | |||
| 160 | # | ||
| 161 | # Kernel Features | ||
| 162 | # | ||
| 163 | CONFIG_PREEMPT=y | ||
| 164 | # CONFIG_NO_IDLE_HZ is not set | ||
| 165 | CONFIG_HZ=100 | ||
| 166 | # CONFIG_AEABI is not set | ||
| 167 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | ||
| 168 | CONFIG_SELECT_MEMORY_MODEL=y | ||
| 169 | CONFIG_FLATMEM_MANUAL=y | ||
| 170 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
| 171 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
| 172 | CONFIG_FLATMEM=y | ||
| 173 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
| 174 | # CONFIG_SPARSEMEM_STATIC is not set | ||
| 175 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | ||
| 176 | CONFIG_LEDS=y | ||
| 177 | # CONFIG_LEDS_TIMER is not set | ||
| 178 | CONFIG_LEDS_CPU=y | ||
| 179 | CONFIG_ALIGNMENT_TRAP=y | ||
| 180 | |||
| 181 | # | ||
| 182 | # Boot options | ||
| 183 | # | ||
| 184 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
| 185 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
| 186 | CONFIG_CMDLINE="mem=32M console=ttyS0,115200 initrd=0x20800000,10M root=/dev/ram0 rw" | ||
| 187 | # CONFIG_XIP_KERNEL is not set | ||
| 188 | |||
| 189 | # | ||
| 190 | # Floating point emulation | ||
| 191 | # | ||
| 192 | |||
| 193 | # | ||
| 194 | # At least one emulation must be selected | ||
| 195 | # | ||
| 196 | CONFIG_FPE_NWFPE=y | ||
| 197 | # CONFIG_FPE_NWFPE_XP is not set | ||
| 198 | # CONFIG_FPE_FASTFPE is not set | ||
| 199 | |||
| 200 | # | ||
| 201 | # Userspace binary formats | ||
| 202 | # | ||
| 203 | CONFIG_BINFMT_ELF=y | ||
| 204 | # CONFIG_BINFMT_AOUT is not set | ||
| 205 | CONFIG_BINFMT_MISC=y | ||
| 206 | # CONFIG_ARTHUR is not set | ||
| 207 | |||
| 208 | # | ||
| 209 | # Power management options | ||
| 210 | # | ||
| 211 | # CONFIG_PM is not set | ||
| 212 | # CONFIG_APM is not set | ||
| 213 | |||
| 214 | # | ||
| 215 | # Networking | ||
| 216 | # | ||
| 217 | CONFIG_NET=y | ||
| 218 | |||
| 219 | # | ||
| 220 | # Networking options | ||
| 221 | # | ||
| 222 | # CONFIG_NETDEBUG is not set | ||
| 223 | CONFIG_PACKET=y | ||
| 224 | # CONFIG_PACKET_MMAP is not set | ||
| 225 | CONFIG_UNIX=y | ||
| 226 | # CONFIG_NET_KEY is not set | ||
| 227 | CONFIG_INET=y | ||
| 228 | # CONFIG_IP_MULTICAST is not set | ||
| 229 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
| 230 | CONFIG_IP_FIB_HASH=y | ||
| 231 | # CONFIG_IP_PNP is not set | ||
| 232 | # CONFIG_NET_IPIP is not set | ||
| 233 | # CONFIG_NET_IPGRE is not set | ||
| 234 | # CONFIG_ARPD is not set | ||
| 235 | # CONFIG_SYN_COOKIES is not set | ||
| 236 | # CONFIG_INET_AH is not set | ||
| 237 | # CONFIG_INET_ESP is not set | ||
| 238 | # CONFIG_INET_IPCOMP is not set | ||
| 239 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
| 240 | # CONFIG_INET_TUNNEL is not set | ||
| 241 | # CONFIG_INET_DIAG is not set | ||
| 242 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
| 243 | CONFIG_TCP_CONG_BIC=y | ||
| 244 | # CONFIG_IPV6 is not set | ||
| 245 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
| 246 | # CONFIG_INET6_TUNNEL is not set | ||
| 247 | # CONFIG_NETFILTER is not set | ||
| 248 | |||
| 249 | # | ||
| 250 | # DCCP Configuration (EXPERIMENTAL) | ||
| 251 | # | ||
| 252 | # CONFIG_IP_DCCP is not set | ||
| 253 | |||
| 254 | # | ||
| 255 | # SCTP Configuration (EXPERIMENTAL) | ||
| 256 | # | ||
| 257 | # CONFIG_IP_SCTP is not set | ||
| 258 | |||
| 259 | # | ||
| 260 | # TIPC Configuration (EXPERIMENTAL) | ||
| 261 | # | ||
| 262 | # CONFIG_TIPC is not set | ||
| 263 | # CONFIG_ATM is not set | ||
| 264 | # CONFIG_BRIDGE is not set | ||
| 265 | # CONFIG_VLAN_8021Q is not set | ||
| 266 | # CONFIG_DECNET is not set | ||
| 267 | # CONFIG_LLC2 is not set | ||
| 268 | # CONFIG_IPX is not set | ||
| 269 | # CONFIG_ATALK is not set | ||
| 270 | # CONFIG_X25 is not set | ||
| 271 | # CONFIG_LAPB is not set | ||
| 272 | # CONFIG_NET_DIVERT is not set | ||
| 273 | # CONFIG_ECONET is not set | ||
| 274 | # CONFIG_WAN_ROUTER is not set | ||
| 275 | |||
| 276 | # | ||
| 277 | # QoS and/or fair queueing | ||
| 278 | # | ||
| 279 | # CONFIG_NET_SCHED is not set | ||
| 280 | |||
| 281 | # | ||
| 282 | # Network testing | ||
| 283 | # | ||
| 284 | # CONFIG_NET_PKTGEN is not set | ||
| 285 | # CONFIG_HAMRADIO is not set | ||
| 286 | # CONFIG_IRDA is not set | ||
| 287 | # CONFIG_BT is not set | ||
| 288 | # CONFIG_IEEE80211 is not set | ||
| 289 | |||
| 290 | # | ||
| 291 | # Device Drivers | ||
| 292 | # | ||
| 293 | |||
| 294 | # | ||
| 295 | # Generic Driver Options | ||
| 296 | # | ||
| 297 | CONFIG_STANDALONE=y | ||
| 298 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
| 299 | # CONFIG_FW_LOADER is not set | ||
| 300 | |||
| 301 | # | ||
| 302 | # Connector - unified userspace <-> kernelspace linker | ||
| 303 | # | ||
| 304 | # CONFIG_CONNECTOR is not set | ||
| 305 | |||
| 306 | # | ||
| 307 | # Memory Technology Devices (MTD) | ||
| 308 | # | ||
| 309 | CONFIG_MTD=y | ||
| 310 | # CONFIG_MTD_DEBUG is not set | ||
| 311 | # CONFIG_MTD_CONCAT is not set | ||
| 312 | CONFIG_MTD_PARTITIONS=y | ||
| 313 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
| 314 | # CONFIG_MTD_CMDLINE_PARTS is not set | ||
| 315 | # CONFIG_MTD_AFS_PARTS is not set | ||
| 316 | |||
| 317 | # | ||
| 318 | # User Modules And Translation Layers | ||
| 319 | # | ||
| 320 | CONFIG_MTD_CHAR=y | ||
| 321 | # CONFIG_MTD_BLOCK is not set | ||
| 322 | CONFIG_MTD_BLOCK_RO=y | ||
| 323 | # CONFIG_FTL is not set | ||
| 324 | # CONFIG_NFTL is not set | ||
| 325 | # CONFIG_INFTL is not set | ||
| 326 | # CONFIG_RFD_FTL is not set | ||
| 327 | |||
| 328 | # | ||
| 329 | # RAM/ROM/Flash chip drivers | ||
| 330 | # | ||
| 331 | # CONFIG_MTD_CFI is not set | ||
| 332 | # CONFIG_MTD_JEDECPROBE is not set | ||
| 333 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
| 334 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
| 335 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
| 336 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
| 337 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
| 338 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
| 339 | CONFIG_MTD_CFI_I1=y | ||
| 340 | CONFIG_MTD_CFI_I2=y | ||
| 341 | # CONFIG_MTD_CFI_I4 is not set | ||
| 342 | # CONFIG_MTD_CFI_I8 is not set | ||
| 343 | # CONFIG_MTD_RAM is not set | ||
| 344 | # CONFIG_MTD_ROM is not set | ||
| 345 | # CONFIG_MTD_ABSENT is not set | ||
| 346 | # CONFIG_MTD_OBSOLETE_CHIPS is not set | ||
| 347 | |||
| 348 | # | ||
| 349 | # Mapping drivers for chip access | ||
| 350 | # | ||
| 351 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
| 352 | # CONFIG_MTD_PLATRAM is not set | ||
| 353 | |||
| 354 | # | ||
| 355 | # Self-contained MTD device drivers | ||
| 356 | # | ||
| 357 | # CONFIG_MTD_SLRAM is not set | ||
| 358 | # CONFIG_MTD_PHRAM is not set | ||
| 359 | # CONFIG_MTD_MTDRAM is not set | ||
| 360 | # CONFIG_MTD_BLOCK2MTD is not set | ||
| 361 | |||
| 362 | # | ||
| 363 | # Disk-On-Chip Device Drivers | ||
| 364 | # | ||
| 365 | # CONFIG_MTD_DOC2000 is not set | ||
| 366 | # CONFIG_MTD_DOC2001 is not set | ||
| 367 | # CONFIG_MTD_DOC2001PLUS is not set | ||
| 368 | CONFIG_MTD_AT91_DATAFLASH=y | ||
| 369 | # CONFIG_MTD_AT91_DATAFLASH_CARD is not set | ||
| 370 | |||
| 371 | # | ||
| 372 | # NAND Flash Device Drivers | ||
| 373 | # | ||
| 374 | # CONFIG_MTD_NAND is not set | ||
| 375 | |||
| 376 | # | ||
| 377 | # OneNAND Flash Device Drivers | ||
| 378 | # | ||
| 379 | # CONFIG_MTD_ONENAND is not set | ||
| 380 | |||
| 381 | # | ||
| 382 | # Parallel port support | ||
| 383 | # | ||
| 384 | # CONFIG_PARPORT is not set | ||
| 385 | |||
| 386 | # | ||
| 387 | # Plug and Play support | ||
| 388 | # | ||
| 389 | |||
| 390 | # | ||
| 391 | # Block devices | ||
| 392 | # | ||
| 393 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
| 394 | # CONFIG_BLK_DEV_LOOP is not set | ||
| 395 | # CONFIG_BLK_DEV_NBD is not set | ||
| 396 | # CONFIG_BLK_DEV_RAM is not set | ||
| 397 | # CONFIG_BLK_DEV_INITRD is not set | ||
| 398 | # CONFIG_CDROM_PKTCDVD is not set | ||
| 399 | # CONFIG_ATA_OVER_ETH is not set | ||
| 400 | |||
| 401 | # | ||
| 402 | # SCSI device support | ||
| 403 | # | ||
| 404 | # CONFIG_RAID_ATTRS is not set | ||
| 405 | # CONFIG_SCSI is not set | ||
| 406 | |||
| 407 | # | ||
| 408 | # Multi-device support (RAID and LVM) | ||
| 409 | # | ||
| 410 | # CONFIG_MD is not set | ||
| 411 | |||
| 412 | # | ||
| 413 | # Fusion MPT device support | ||
| 414 | # | ||
| 415 | # CONFIG_FUSION is not set | ||
| 416 | |||
| 417 | # | ||
| 418 | # IEEE 1394 (FireWire) support | ||
| 419 | # | ||
| 420 | |||
| 421 | # | ||
| 422 | # I2O device support | ||
| 423 | # | ||
| 424 | |||
| 425 | # | ||
| 426 | # Network device support | ||
| 427 | # | ||
| 428 | CONFIG_NETDEVICES=y | ||
| 429 | # CONFIG_DUMMY is not set | ||
| 430 | # CONFIG_BONDING is not set | ||
| 431 | # CONFIG_EQUALIZER is not set | ||
| 432 | # CONFIG_TUN is not set | ||
| 433 | |||
| 434 | # | ||
| 435 | # PHY device support | ||
| 436 | # | ||
| 437 | CONFIG_PHYLIB=y | ||
| 438 | |||
| 439 | # | ||
| 440 | # MII PHY device drivers | ||
| 441 | # | ||
| 442 | # CONFIG_MARVELL_PHY is not set | ||
| 443 | CONFIG_DAVICOM_PHY=y | ||
| 444 | # CONFIG_QSEMI_PHY is not set | ||
| 445 | # CONFIG_LXT_PHY is not set | ||
| 446 | # CONFIG_CICADA_PHY is not set | ||
| 447 | |||
| 448 | # | ||
| 449 | # Ethernet (10 or 100Mbit) | ||
| 450 | # | ||
| 451 | CONFIG_NET_ETHERNET=y | ||
| 452 | CONFIG_MII=y | ||
| 453 | CONFIG_ARM_AT91_ETHER=y | ||
| 454 | # CONFIG_SMC91X is not set | ||
| 455 | # CONFIG_DM9000 is not set | ||
| 456 | |||
| 457 | # | ||
| 458 | # Ethernet (1000 Mbit) | ||
| 459 | # | ||
| 460 | |||
| 461 | # | ||
| 462 | # Ethernet (10000 Mbit) | ||
| 463 | # | ||
| 464 | |||
| 465 | # | ||
| 466 | # Token Ring devices | ||
| 467 | # | ||
| 468 | |||
| 469 | # | ||
| 470 | # Wireless LAN (non-hamradio) | ||
| 471 | # | ||
| 472 | # CONFIG_NET_RADIO is not set | ||
| 473 | |||
| 474 | # | ||
| 475 | # Wan interfaces | ||
| 476 | # | ||
| 477 | # CONFIG_WAN is not set | ||
| 478 | # CONFIG_PPP is not set | ||
| 479 | # CONFIG_SLIP is not set | ||
| 480 | # CONFIG_SHAPER is not set | ||
| 481 | # CONFIG_NETCONSOLE is not set | ||
| 482 | # CONFIG_NETPOLL is not set | ||
| 483 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
| 484 | |||
| 485 | # | ||
| 486 | # ISDN subsystem | ||
| 487 | # | ||
| 488 | # CONFIG_ISDN is not set | ||
| 489 | |||
| 490 | # | ||
| 491 | # Input device support | ||
| 492 | # | ||
| 493 | CONFIG_INPUT=y | ||
| 494 | |||
| 495 | # | ||
| 496 | # Userland interfaces | ||
| 497 | # | ||
| 498 | CONFIG_INPUT_MOUSEDEV=y | ||
| 499 | # CONFIG_INPUT_MOUSEDEV_PSAUX is not set | ||
| 500 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
| 501 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
| 502 | # CONFIG_INPUT_JOYDEV is not set | ||
| 503 | # CONFIG_INPUT_TSDEV is not set | ||
| 504 | # CONFIG_INPUT_EVDEV is not set | ||
| 505 | # CONFIG_INPUT_EVBUG is not set | ||
| 506 | |||
| 507 | # | ||
| 508 | # Input Device Drivers | ||
| 509 | # | ||
| 510 | # CONFIG_INPUT_KEYBOARD is not set | ||
| 511 | # CONFIG_INPUT_MOUSE is not set | ||
| 512 | # CONFIG_INPUT_JOYSTICK is not set | ||
| 513 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
| 514 | # CONFIG_INPUT_MISC is not set | ||
| 515 | |||
| 516 | # | ||
| 517 | # Hardware I/O ports | ||
| 518 | # | ||
| 519 | # CONFIG_SERIO is not set | ||
| 520 | # CONFIG_GAMEPORT is not set | ||
| 521 | |||
| 522 | # | ||
| 523 | # Character devices | ||
| 524 | # | ||
| 525 | CONFIG_VT=y | ||
| 526 | CONFIG_VT_CONSOLE=y | ||
| 527 | CONFIG_HW_CONSOLE=y | ||
| 528 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
| 529 | |||
| 530 | # | ||
| 531 | # Serial drivers | ||
| 532 | # | ||
| 533 | # CONFIG_SERIAL_8250 is not set | ||
| 534 | |||
| 535 | # | ||
| 536 | # Non-8250 serial port support | ||
| 537 | # | ||
| 538 | CONFIG_SERIAL_AT91=y | ||
| 539 | CONFIG_SERIAL_AT91_CONSOLE=y | ||
| 540 | # CONFIG_SERIAL_AT91_TTYAT is not set | ||
| 541 | CONFIG_SERIAL_CORE=y | ||
| 542 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
| 543 | CONFIG_UNIX98_PTYS=y | ||
| 544 | CONFIG_LEGACY_PTYS=y | ||
| 545 | CONFIG_LEGACY_PTY_COUNT=32 | ||
| 546 | |||
| 547 | # | ||
| 548 | # IPMI | ||
| 549 | # | ||
| 550 | # CONFIG_IPMI_HANDLER is not set | ||
| 551 | |||
| 552 | # | ||
| 553 | # Watchdog Cards | ||
| 554 | # | ||
| 555 | CONFIG_WATCHDOG=y | ||
| 556 | CONFIG_WATCHDOG_NOWAYOUT=y | ||
| 557 | |||
| 558 | # | ||
| 559 | # Watchdog Device Drivers | ||
| 560 | # | ||
| 561 | # CONFIG_SOFT_WATCHDOG is not set | ||
| 562 | CONFIG_AT91_WATCHDOG=y | ||
| 563 | # CONFIG_NVRAM is not set | ||
| 564 | # CONFIG_DTLK is not set | ||
| 565 | # CONFIG_R3964 is not set | ||
| 566 | |||
| 567 | # | ||
| 568 | # Ftape, the floppy tape device driver | ||
| 569 | # | ||
| 570 | # CONFIG_RAW_DRIVER is not set | ||
| 571 | |||
| 572 | # | ||
| 573 | # TPM devices | ||
| 574 | # | ||
| 575 | # CONFIG_TCG_TPM is not set | ||
| 576 | # CONFIG_TELCLOCK is not set | ||
| 577 | CONFIG_AT91_SPI=y | ||
| 578 | CONFIG_AT91_SPIDEV=y | ||
| 579 | |||
| 580 | # | ||
| 581 | # I2C support | ||
| 582 | # | ||
| 583 | CONFIG_I2C=y | ||
| 584 | CONFIG_I2C_CHARDEV=y | ||
| 585 | |||
| 586 | # | ||
| 587 | # I2C Algorithms | ||
| 588 | # | ||
| 589 | # CONFIG_I2C_ALGOBIT is not set | ||
| 590 | # CONFIG_I2C_ALGOPCF is not set | ||
| 591 | # CONFIG_I2C_ALGOPCA is not set | ||
| 592 | |||
| 593 | # | ||
| 594 | # I2C Hardware Bus support | ||
| 595 | # | ||
| 596 | CONFIG_I2C_AT91=y | ||
| 597 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 598 | # CONFIG_I2C_STUB is not set | ||
| 599 | # CONFIG_I2C_PCA_ISA is not set | ||
| 600 | |||
| 601 | # | ||
| 602 | # Miscellaneous I2C Chip support | ||
| 603 | # | ||
| 604 | # CONFIG_SENSORS_DS1337 is not set | ||
| 605 | # CONFIG_SENSORS_DS1374 is not set | ||
| 606 | # CONFIG_SENSORS_EEPROM is not set | ||
| 607 | # CONFIG_SENSORS_PCF8574 is not set | ||
| 608 | # CONFIG_SENSORS_PCA9539 is not set | ||
| 609 | # CONFIG_SENSORS_PCF8591 is not set | ||
| 610 | # CONFIG_SENSORS_MAX6875 is not set | ||
| 611 | # CONFIG_I2C_DEBUG_CORE is not set | ||
| 612 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
| 613 | # CONFIG_I2C_DEBUG_BUS is not set | ||
| 614 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
| 615 | |||
| 616 | # | ||
| 617 | # SPI support | ||
| 618 | # | ||
| 619 | # CONFIG_SPI is not set | ||
| 620 | # CONFIG_SPI_MASTER is not set | ||
| 621 | |||
| 622 | # | ||
| 623 | # Dallas's 1-wire bus | ||
| 624 | # | ||
| 625 | # CONFIG_W1 is not set | ||
| 626 | |||
| 627 | # | ||
| 628 | # Hardware Monitoring support | ||
| 629 | # | ||
| 630 | # CONFIG_HWMON is not set | ||
| 631 | # CONFIG_HWMON_VID is not set | ||
| 632 | |||
| 633 | # | ||
| 634 | # Misc devices | ||
| 635 | # | ||
| 636 | |||
| 637 | # | ||
| 638 | # LED devices | ||
| 639 | # | ||
| 640 | # CONFIG_NEW_LEDS is not set | ||
| 641 | |||
| 642 | # | ||
| 643 | # LED drivers | ||
| 644 | # | ||
| 645 | |||
| 646 | # | ||
| 647 | # LED Triggers | ||
| 648 | # | ||
| 649 | |||
| 650 | # | ||
| 651 | # Multimedia devices | ||
| 652 | # | ||
| 653 | # CONFIG_VIDEO_DEV is not set | ||
| 654 | |||
| 655 | # | ||
| 656 | # Digital Video Broadcasting Devices | ||
| 657 | # | ||
| 658 | # CONFIG_DVB is not set | ||
| 659 | |||
| 660 | # | ||
| 661 | # Graphics support | ||
| 662 | # | ||
| 663 | # CONFIG_FB is not set | ||
| 664 | |||
| 665 | # | ||
| 666 | # Console display driver support | ||
| 667 | # | ||
| 668 | # CONFIG_VGA_CONSOLE is not set | ||
| 669 | CONFIG_DUMMY_CONSOLE=y | ||
| 670 | |||
| 671 | # | ||
| 672 | # Sound | ||
| 673 | # | ||
| 674 | # CONFIG_SOUND is not set | ||
| 675 | |||
| 676 | # | ||
| 677 | # USB support | ||
| 678 | # | ||
| 679 | CONFIG_USB_ARCH_HAS_HCD=y | ||
| 680 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
| 681 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
| 682 | # CONFIG_USB is not set | ||
| 683 | |||
| 684 | # | ||
| 685 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
| 686 | # | ||
| 687 | |||
| 688 | # | ||
| 689 | # USB Gadget Support | ||
| 690 | # | ||
| 691 | # CONFIG_USB_GADGET is not set | ||
| 692 | |||
| 693 | # | ||
| 694 | # MMC/SD Card support | ||
| 695 | # | ||
| 696 | # CONFIG_MMC is not set | ||
| 697 | |||
| 698 | # | ||
| 699 | # Real Time Clock | ||
| 700 | # | ||
| 701 | CONFIG_RTC_LIB=y | ||
| 702 | CONFIG_RTC_CLASS=y | ||
| 703 | # CONFIG_RTC_HCTOSYS is not set | ||
| 704 | |||
| 705 | # | ||
| 706 | # RTC interfaces | ||
| 707 | # | ||
| 708 | CONFIG_RTC_INTF_SYSFS=y | ||
| 709 | CONFIG_RTC_INTF_PROC=y | ||
| 710 | CONFIG_RTC_INTF_DEV=y | ||
| 711 | |||
| 712 | # | ||
| 713 | # RTC drivers | ||
| 714 | # | ||
| 715 | # CONFIG_RTC_DRV_X1205 is not set | ||
| 716 | # CONFIG_RTC_DRV_DS1672 is not set | ||
| 717 | # CONFIG_RTC_DRV_PCF8563 is not set | ||
| 718 | # CONFIG_RTC_DRV_RS5C372 is not set | ||
| 719 | # CONFIG_RTC_DRV_M48T86 is not set | ||
| 720 | CONFIG_RTC_DRV_AT91=y | ||
| 721 | # CONFIG_RTC_DRV_TEST is not set | ||
| 722 | |||
| 723 | # | ||
| 724 | # File systems | ||
| 725 | # | ||
| 726 | # CONFIG_EXT2_FS is not set | ||
| 727 | CONFIG_EXT3_FS=y | ||
| 728 | # CONFIG_EXT3_FS_XATTR is not set | ||
| 729 | CONFIG_JBD=y | ||
| 730 | # CONFIG_JBD_DEBUG is not set | ||
| 731 | # CONFIG_REISERFS_FS is not set | ||
| 732 | # CONFIG_JFS_FS is not set | ||
| 733 | # CONFIG_FS_POSIX_ACL is not set | ||
| 734 | # CONFIG_XFS_FS is not set | ||
| 735 | # CONFIG_OCFS2_FS is not set | ||
| 736 | # CONFIG_MINIX_FS is not set | ||
| 737 | # CONFIG_ROMFS_FS is not set | ||
| 738 | # CONFIG_INOTIFY is not set | ||
| 739 | # CONFIG_QUOTA is not set | ||
| 740 | CONFIG_DNOTIFY=y | ||
| 741 | # CONFIG_AUTOFS_FS is not set | ||
| 742 | # CONFIG_AUTOFS4_FS is not set | ||
| 743 | # CONFIG_FUSE_FS is not set | ||
| 744 | |||
| 745 | # | ||
| 746 | # CD-ROM/DVD Filesystems | ||
| 747 | # | ||
| 748 | # CONFIG_ISO9660_FS is not set | ||
| 749 | # CONFIG_UDF_FS is not set | ||
| 750 | |||
| 751 | # | ||
| 752 | # DOS/FAT/NT Filesystems | ||
| 753 | # | ||
| 754 | # CONFIG_MSDOS_FS is not set | ||
| 755 | # CONFIG_VFAT_FS is not set | ||
| 756 | # CONFIG_NTFS_FS is not set | ||
| 757 | |||
| 758 | # | ||
| 759 | # Pseudo filesystems | ||
| 760 | # | ||
| 761 | CONFIG_PROC_FS=y | ||
| 762 | CONFIG_SYSFS=y | ||
| 763 | CONFIG_TMPFS=y | ||
| 764 | # CONFIG_HUGETLB_PAGE is not set | ||
| 765 | CONFIG_RAMFS=y | ||
| 766 | # CONFIG_CONFIGFS_FS is not set | ||
| 767 | |||
| 768 | # | ||
| 769 | # Miscellaneous filesystems | ||
| 770 | # | ||
| 771 | # CONFIG_ADFS_FS is not set | ||
| 772 | # CONFIG_AFFS_FS is not set | ||
| 773 | # CONFIG_HFS_FS is not set | ||
| 774 | # CONFIG_HFSPLUS_FS is not set | ||
| 775 | # CONFIG_BEFS_FS is not set | ||
| 776 | # CONFIG_BFS_FS is not set | ||
| 777 | # CONFIG_EFS_FS is not set | ||
| 778 | # CONFIG_JFFS_FS is not set | ||
| 779 | # CONFIG_JFFS2_FS is not set | ||
| 780 | CONFIG_CRAMFS=y | ||
| 781 | # CONFIG_VXFS_FS is not set | ||
| 782 | # CONFIG_HPFS_FS is not set | ||
| 783 | # CONFIG_QNX4FS_FS is not set | ||
| 784 | # CONFIG_SYSV_FS is not set | ||
| 785 | # CONFIG_UFS_FS is not set | ||
| 786 | |||
| 787 | # | ||
| 788 | # Network File Systems | ||
| 789 | # | ||
| 790 | CONFIG_NFS_FS=m | ||
| 791 | CONFIG_NFS_V3=y | ||
| 792 | # CONFIG_NFS_V3_ACL is not set | ||
| 793 | # CONFIG_NFS_V4 is not set | ||
| 794 | # CONFIG_NFS_DIRECTIO is not set | ||
| 795 | # CONFIG_NFSD is not set | ||
| 796 | CONFIG_LOCKD=m | ||
| 797 | CONFIG_LOCKD_V4=y | ||
| 798 | CONFIG_NFS_COMMON=y | ||
| 799 | CONFIG_SUNRPC=m | ||
| 800 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
| 801 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
| 802 | # CONFIG_SMB_FS is not set | ||
| 803 | # CONFIG_CIFS is not set | ||
| 804 | # CONFIG_NCP_FS is not set | ||
| 805 | # CONFIG_CODA_FS is not set | ||
| 806 | # CONFIG_AFS_FS is not set | ||
| 807 | # CONFIG_9P_FS is not set | ||
| 808 | |||
| 809 | # | ||
| 810 | # Partition Types | ||
| 811 | # | ||
| 812 | # CONFIG_PARTITION_ADVANCED is not set | ||
| 813 | CONFIG_MSDOS_PARTITION=y | ||
| 814 | |||
| 815 | # | ||
| 816 | # Native Language Support | ||
| 817 | # | ||
| 818 | # CONFIG_NLS is not set | ||
| 819 | |||
| 820 | # | ||
| 821 | # Profiling support | ||
| 822 | # | ||
| 823 | # CONFIG_PROFILING is not set | ||
| 824 | |||
| 825 | # | ||
| 826 | # Kernel hacking | ||
| 827 | # | ||
| 828 | # CONFIG_PRINTK_TIME is not set | ||
| 829 | # CONFIG_MAGIC_SYSRQ is not set | ||
| 830 | # CONFIG_DEBUG_KERNEL is not set | ||
| 831 | CONFIG_LOG_BUF_SHIFT=14 | ||
| 832 | CONFIG_DEBUG_BUGVERBOSE=y | ||
| 833 | # CONFIG_DEBUG_FS is not set | ||
| 834 | CONFIG_FRAME_POINTER=y | ||
| 835 | # CONFIG_UNWIND_INFO is not set | ||
| 836 | # CONFIG_DEBUG_USER is not set | ||
| 837 | |||
| 838 | # | ||
| 839 | # Security options | ||
| 840 | # | ||
| 841 | # CONFIG_KEYS is not set | ||
| 842 | # CONFIG_SECURITY is not set | ||
| 843 | |||
| 844 | # | ||
| 845 | # Cryptographic options | ||
| 846 | # | ||
| 847 | CONFIG_CRYPTO=y | ||
| 848 | # CONFIG_CRYPTO_HMAC is not set | ||
| 849 | # CONFIG_CRYPTO_NULL is not set | ||
| 850 | # CONFIG_CRYPTO_MD4 is not set | ||
| 851 | CONFIG_CRYPTO_MD5=y | ||
| 852 | # CONFIG_CRYPTO_SHA1 is not set | ||
| 853 | # CONFIG_CRYPTO_SHA256 is not set | ||
| 854 | # CONFIG_CRYPTO_SHA512 is not set | ||
| 855 | # CONFIG_CRYPTO_WP512 is not set | ||
| 856 | # CONFIG_CRYPTO_TGR192 is not set | ||
| 857 | CONFIG_CRYPTO_DES=y | ||
| 858 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
| 859 | # CONFIG_CRYPTO_TWOFISH is not set | ||
| 860 | # CONFIG_CRYPTO_SERPENT is not set | ||
| 861 | # CONFIG_CRYPTO_AES is not set | ||
| 862 | # CONFIG_CRYPTO_CAST5 is not set | ||
| 863 | # CONFIG_CRYPTO_CAST6 is not set | ||
| 864 | # CONFIG_CRYPTO_TEA is not set | ||
| 865 | # CONFIG_CRYPTO_ARC4 is not set | ||
| 866 | # CONFIG_CRYPTO_KHAZAD is not set | ||
| 867 | # CONFIG_CRYPTO_ANUBIS is not set | ||
| 868 | # CONFIG_CRYPTO_DEFLATE is not set | ||
| 869 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
| 870 | # CONFIG_CRYPTO_CRC32C is not set | ||
| 871 | # CONFIG_CRYPTO_TEST is not set | ||
| 872 | |||
| 873 | # | ||
| 874 | # Hardware crypto devices | ||
| 875 | # | ||
| 876 | |||
| 877 | # | ||
| 878 | # Library routines | ||
| 879 | # | ||
| 880 | # CONFIG_CRC_CCITT is not set | ||
| 881 | # CONFIG_CRC16 is not set | ||
| 882 | CONFIG_CRC32=y | ||
| 883 | # CONFIG_LIBCRC32C is not set | ||
| 884 | CONFIG_ZLIB_INFLATE=y | ||
diff --git a/arch/arm/configs/kb9202_defconfig b/arch/arm/configs/kb9202_defconfig new file mode 100644 index 000000000000..fee4f566452e --- /dev/null +++ b/arch/arm/configs/kb9202_defconfig | |||
| @@ -0,0 +1,780 @@ | |||
| 1 | # | ||
| 2 | # Automatically generated make config: don't edit | ||
| 3 | # Linux kernel version: 2.6.13-rc2 | ||
| 4 | # Sun Aug 14 19:26:59 2005 | ||
| 5 | # | ||
| 6 | CONFIG_ARM=y | ||
| 7 | CONFIG_MMU=y | ||
| 8 | CONFIG_UID16=y | ||
| 9 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
| 10 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
| 11 | |||
| 12 | # | ||
| 13 | # Code maturity level options | ||
| 14 | # | ||
| 15 | # CONFIG_EXPERIMENTAL is not set | ||
| 16 | CONFIG_CLEAN_COMPILE=y | ||
| 17 | CONFIG_BROKEN_ON_SMP=y | ||
| 18 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
| 19 | |||
| 20 | # | ||
| 21 | # General setup | ||
| 22 | # | ||
| 23 | CONFIG_LOCALVERSION="" | ||
| 24 | # CONFIG_SWAP is not set | ||
| 25 | # CONFIG_SYSVIPC is not set | ||
| 26 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
| 27 | CONFIG_SYSCTL=y | ||
| 28 | # CONFIG_AUDIT is not set | ||
| 29 | CONFIG_HOTPLUG=y | ||
| 30 | # CONFIG_KOBJECT_UEVENT is not set | ||
| 31 | # CONFIG_IKCONFIG is not set | ||
| 32 | # CONFIG_EMBEDDED is not set | ||
| 33 | CONFIG_KALLSYMS=y | ||
| 34 | # CONFIG_KALLSYMS_ALL is not set | ||
| 35 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
| 36 | CONFIG_PRINTK=y | ||
| 37 | CONFIG_BUG=y | ||
| 38 | CONFIG_BASE_FULL=y | ||
| 39 | CONFIG_FUTEX=y | ||
| 40 | CONFIG_EPOLL=y | ||
| 41 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
| 42 | CONFIG_SHMEM=y | ||
| 43 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
| 44 | CONFIG_CC_ALIGN_LABELS=0 | ||
| 45 | CONFIG_CC_ALIGN_LOOPS=0 | ||
| 46 | CONFIG_CC_ALIGN_JUMPS=0 | ||
| 47 | # CONFIG_TINY_SHMEM is not set | ||
| 48 | CONFIG_BASE_SMALL=0 | ||
| 49 | |||
| 50 | # | ||
| 51 | # Loadable module support | ||
| 52 | # | ||
| 53 | CONFIG_MODULES=y | ||
| 54 | CONFIG_MODULE_UNLOAD=y | ||
| 55 | CONFIG_OBSOLETE_MODPARM=y | ||
| 56 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
| 57 | CONFIG_KMOD=y | ||
| 58 | |||
| 59 | # | ||
| 60 | # System Type | ||
| 61 | # | ||
| 62 | # CONFIG_ARCH_CLPS7500 is not set | ||
| 63 | # CONFIG_ARCH_CLPS711X is not set | ||
| 64 | # CONFIG_ARCH_CO285 is not set | ||
| 65 | # CONFIG_ARCH_EBSA110 is not set | ||
| 66 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
| 67 | # CONFIG_ARCH_INTEGRATOR is not set | ||
| 68 | # CONFIG_ARCH_IOP3XX is not set | ||
| 69 | # CONFIG_ARCH_IXP4XX is not set | ||
| 70 | # CONFIG_ARCH_IXP2000 is not set | ||
| 71 | # CONFIG_ARCH_L7200 is not set | ||
| 72 | # CONFIG_ARCH_PXA is not set | ||
| 73 | # CONFIG_ARCH_RPC is not set | ||
| 74 | # CONFIG_ARCH_SA1100 is not set | ||
| 75 | # CONFIG_ARCH_S3C2410 is not set | ||
| 76 | # CONFIG_ARCH_SHARK is not set | ||
| 77 | # CONFIG_ARCH_LH7A40X is not set | ||
| 78 | # CONFIG_ARCH_OMAP is not set | ||
| 79 | # CONFIG_ARCH_VERSATILE is not set | ||
| 80 | # CONFIG_ARCH_IMX is not set | ||
| 81 | # CONFIG_ARCH_H720X is not set | ||
| 82 | # CONFIG_ARCH_AAEC2000 is not set | ||
| 83 | CONFIG_ARCH_AT91RM9200=y | ||
| 84 | |||
| 85 | # | ||
| 86 | # AT91RM9200 Implementations | ||
| 87 | # | ||
| 88 | # CONFIG_ARCH_AT91RM9200DK is not set | ||
| 89 | # CONFIG_MACH_AT91RM9200EK is not set | ||
| 90 | # CONFIG_MACH_CSB337 is not set | ||
| 91 | # CONFIG_MACH_CSB637 is not set | ||
| 92 | # CONFIG_MACH_CARMEVA is not set | ||
| 93 | CONFIG_MACH_KB9200=y | ||
| 94 | |||
| 95 | # | ||
| 96 | # Processor Type | ||
| 97 | # | ||
| 98 | CONFIG_CPU_32=y | ||
| 99 | CONFIG_CPU_ARM920T=y | ||
| 100 | CONFIG_CPU_32v4=y | ||
| 101 | CONFIG_CPU_ABRT_EV4T=y | ||
| 102 | CONFIG_CPU_CACHE_V4WT=y | ||
| 103 | CONFIG_CPU_CACHE_VIVT=y | ||
| 104 | CONFIG_CPU_COPY_V4WB=y | ||
| 105 | CONFIG_CPU_TLB_V4WBI=y | ||
| 106 | |||
| 107 | # | ||
| 108 | # Processor Features | ||
| 109 | # | ||
| 110 | CONFIG_ARM_THUMB=y | ||
| 111 | # CONFIG_CPU_ICACHE_DISABLE is not set | ||
| 112 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
| 113 | # CONFIG_CPU_DCACHE_WRITETHROUGH is not set | ||
| 114 | |||
| 115 | # | ||
| 116 | # Bus support | ||
| 117 | # | ||
| 118 | CONFIG_ISA_DMA_API=y | ||
| 119 | |||
| 120 | # | ||
| 121 | # PCCARD (PCMCIA/CardBus) support | ||
| 122 | # | ||
| 123 | # CONFIG_PCCARD is not set | ||
| 124 | |||
| 125 | # | ||
| 126 | # Kernel Features | ||
| 127 | # | ||
| 128 | # CONFIG_NO_IDLE_HZ is not set | ||
| 129 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | ||
| 130 | CONFIG_FLATMEM=y | ||
| 131 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
| 132 | # CONFIG_LEDS is not set | ||
| 133 | CONFIG_ALIGNMENT_TRAP=y | ||
| 134 | |||
| 135 | # | ||
| 136 | # Boot options | ||
| 137 | # | ||
| 138 | CONFIG_ZBOOT_ROM_TEXT=0x10000000 | ||
| 139 | CONFIG_ZBOOT_ROM_BSS=0x20040000 | ||
| 140 | CONFIG_ZBOOT_ROM=y | ||
| 141 | CONFIG_CMDLINE="console=ttyS0,115200 root=/dev/ram rw initrd=0x20210000,654933" | ||
| 142 | |||
| 143 | # | ||
| 144 | # Floating point emulation | ||
| 145 | # | ||
| 146 | |||
| 147 | # | ||
| 148 | # At least one emulation must be selected | ||
| 149 | # | ||
| 150 | CONFIG_FPE_NWFPE=y | ||
| 151 | # CONFIG_FPE_NWFPE_XP is not set | ||
| 152 | |||
| 153 | # | ||
| 154 | # Userspace binary formats | ||
| 155 | # | ||
| 156 | CONFIG_BINFMT_ELF=y | ||
| 157 | CONFIG_BINFMT_AOUT=y | ||
| 158 | CONFIG_BINFMT_MISC=y | ||
| 159 | # CONFIG_ARTHUR is not set | ||
| 160 | |||
| 161 | # | ||
| 162 | # Power management options | ||
| 163 | # | ||
| 164 | # CONFIG_PM is not set | ||
| 165 | |||
| 166 | # | ||
| 167 | # Device Drivers | ||
| 168 | # | ||
| 169 | |||
| 170 | # | ||
| 171 | # Generic Driver Options | ||
| 172 | # | ||
| 173 | CONFIG_STANDALONE=y | ||
| 174 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
| 175 | # CONFIG_FW_LOADER is not set | ||
| 176 | CONFIG_DEBUG_DRIVER=y | ||
| 177 | |||
| 178 | # | ||
| 179 | # Memory Technology Devices (MTD) | ||
| 180 | # | ||
| 181 | # CONFIG_MTD is not set | ||
| 182 | |||
| 183 | # | ||
| 184 | # Parallel port support | ||
| 185 | # | ||
| 186 | # CONFIG_PARPORT is not set | ||
| 187 | |||
| 188 | # | ||
| 189 | # Plug and Play support | ||
| 190 | # | ||
| 191 | |||
| 192 | # | ||
| 193 | # Block devices | ||
| 194 | # | ||
| 195 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
| 196 | CONFIG_BLK_DEV_LOOP=y | ||
| 197 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
| 198 | CONFIG_BLK_DEV_NBD=y | ||
| 199 | # CONFIG_BLK_DEV_UB is not set | ||
| 200 | CONFIG_BLK_DEV_RAM=y | ||
| 201 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
| 202 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
| 203 | CONFIG_BLK_DEV_INITRD=y | ||
| 204 | CONFIG_INITRAMFS_SOURCE="" | ||
| 205 | # CONFIG_CDROM_PKTCDVD is not set | ||
| 206 | |||
| 207 | # | ||
| 208 | # IO Schedulers | ||
| 209 | # | ||
| 210 | CONFIG_IOSCHED_NOOP=y | ||
| 211 | CONFIG_IOSCHED_AS=y | ||
| 212 | CONFIG_IOSCHED_DEADLINE=y | ||
| 213 | CONFIG_IOSCHED_CFQ=y | ||
| 214 | # CONFIG_ATA_OVER_ETH is not set | ||
| 215 | |||
| 216 | # | ||
| 217 | # SCSI device support | ||
| 218 | # | ||
| 219 | CONFIG_SCSI=y | ||
| 220 | CONFIG_SCSI_PROC_FS=y | ||
| 221 | |||
| 222 | # | ||
| 223 | # SCSI support type (disk, tape, CD-ROM) | ||
| 224 | # | ||
| 225 | CONFIG_BLK_DEV_SD=y | ||
| 226 | # CONFIG_CHR_DEV_ST is not set | ||
| 227 | # CONFIG_CHR_DEV_OSST is not set | ||
| 228 | # CONFIG_BLK_DEV_SR is not set | ||
| 229 | CONFIG_CHR_DEV_SG=y | ||
| 230 | # CONFIG_CHR_DEV_SCH is not set | ||
| 231 | |||
| 232 | # | ||
| 233 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
| 234 | # | ||
| 235 | # CONFIG_SCSI_MULTI_LUN is not set | ||
| 236 | # CONFIG_SCSI_CONSTANTS is not set | ||
| 237 | # CONFIG_SCSI_LOGGING is not set | ||
| 238 | |||
| 239 | # | ||
| 240 | # SCSI Transport Attributes | ||
| 241 | # | ||
| 242 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
| 243 | # CONFIG_SCSI_FC_ATTRS is not set | ||
| 244 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
| 245 | |||
| 246 | # | ||
| 247 | # SCSI low-level drivers | ||
| 248 | # | ||
| 249 | # CONFIG_SCSI_SATA is not set | ||
| 250 | # CONFIG_SCSI_DEBUG is not set | ||
| 251 | |||
| 252 | # | ||
| 253 | # Multi-device support (RAID and LVM) | ||
| 254 | # | ||
| 255 | # CONFIG_MD is not set | ||
| 256 | |||
| 257 | # | ||
| 258 | # Fusion MPT device support | ||
| 259 | # | ||
| 260 | # CONFIG_FUSION is not set | ||
| 261 | |||
| 262 | # | ||
| 263 | # IEEE 1394 (FireWire) support | ||
| 264 | # | ||
| 265 | |||
| 266 | # | ||
| 267 | # I2O device support | ||
| 268 | # | ||
| 269 | |||
| 270 | # | ||
| 271 | # Networking support | ||
| 272 | # | ||
| 273 | CONFIG_NET=y | ||
| 274 | |||
| 275 | # | ||
| 276 | # Networking options | ||
| 277 | # | ||
| 278 | CONFIG_PACKET=y | ||
| 279 | # CONFIG_PACKET_MMAP is not set | ||
| 280 | CONFIG_UNIX=y | ||
| 281 | # CONFIG_NET_KEY is not set | ||
| 282 | CONFIG_INET=y | ||
| 283 | CONFIG_IP_MULTICAST=y | ||
| 284 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
| 285 | CONFIG_IP_FIB_HASH=y | ||
| 286 | CONFIG_IP_PNP=y | ||
| 287 | CONFIG_IP_PNP_DHCP=y | ||
| 288 | # CONFIG_IP_PNP_BOOTP is not set | ||
| 289 | # CONFIG_IP_PNP_RARP is not set | ||
| 290 | # CONFIG_NET_IPIP is not set | ||
| 291 | # CONFIG_NET_IPGRE is not set | ||
| 292 | # CONFIG_IP_MROUTE is not set | ||
| 293 | # CONFIG_SYN_COOKIES is not set | ||
| 294 | # CONFIG_INET_AH is not set | ||
| 295 | # CONFIG_INET_ESP is not set | ||
| 296 | # CONFIG_INET_IPCOMP is not set | ||
| 297 | # CONFIG_INET_TUNNEL is not set | ||
| 298 | # CONFIG_IP_TCPDIAG is not set | ||
| 299 | # CONFIG_IP_TCPDIAG_IPV6 is not set | ||
| 300 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
| 301 | CONFIG_TCP_CONG_BIC=y | ||
| 302 | # CONFIG_IPV6 is not set | ||
| 303 | # CONFIG_NETFILTER is not set | ||
| 304 | # CONFIG_BRIDGE is not set | ||
| 305 | # CONFIG_VLAN_8021Q is not set | ||
| 306 | # CONFIG_DECNET is not set | ||
| 307 | # CONFIG_LLC2 is not set | ||
| 308 | # CONFIG_IPX is not set | ||
| 309 | # CONFIG_ATALK is not set | ||
| 310 | |||
| 311 | # | ||
| 312 | # QoS and/or fair queueing | ||
| 313 | # | ||
| 314 | # CONFIG_NET_SCHED is not set | ||
| 315 | # CONFIG_NET_CLS_ROUTE is not set | ||
| 316 | |||
| 317 | # | ||
| 318 | # Network testing | ||
| 319 | # | ||
| 320 | # CONFIG_NET_PKTGEN is not set | ||
| 321 | # CONFIG_NETPOLL is not set | ||
| 322 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
| 323 | # CONFIG_HAMRADIO is not set | ||
| 324 | # CONFIG_IRDA is not set | ||
| 325 | # CONFIG_BT is not set | ||
| 326 | CONFIG_NETDEVICES=y | ||
| 327 | # CONFIG_DUMMY is not set | ||
| 328 | # CONFIG_BONDING is not set | ||
| 329 | # CONFIG_EQUALIZER is not set | ||
| 330 | # CONFIG_TUN is not set | ||
| 331 | |||
| 332 | # | ||
| 333 | # Ethernet (10 or 100Mbit) | ||
| 334 | # | ||
| 335 | CONFIG_NET_ETHERNET=y | ||
| 336 | CONFIG_MII=y | ||
| 337 | CONFIG_ARM_AT91_ETHER=y | ||
| 338 | # CONFIG_SMC91X is not set | ||
| 339 | # CONFIG_DM9000 is not set | ||
| 340 | |||
| 341 | # | ||
| 342 | # Ethernet (1000 Mbit) | ||
| 343 | # | ||
| 344 | |||
| 345 | # | ||
| 346 | # Ethernet (10000 Mbit) | ||
| 347 | # | ||
| 348 | |||
| 349 | # | ||
| 350 | # Token Ring devices | ||
| 351 | # | ||
| 352 | |||
| 353 | # | ||
| 354 | # Wireless LAN (non-hamradio) | ||
| 355 | # | ||
| 356 | # CONFIG_NET_RADIO is not set | ||
| 357 | |||
| 358 | # | ||
| 359 | # Wan interfaces | ||
| 360 | # | ||
| 361 | # CONFIG_WAN is not set | ||
| 362 | # CONFIG_PPP is not set | ||
| 363 | # CONFIG_SLIP is not set | ||
| 364 | |||
| 365 | # | ||
| 366 | # ISDN subsystem | ||
| 367 | # | ||
| 368 | # CONFIG_ISDN is not set | ||
| 369 | |||
| 370 | # | ||
| 371 | # Input device support | ||
| 372 | # | ||
| 373 | CONFIG_INPUT=y | ||
| 374 | |||
| 375 | # | ||
| 376 | # Userland interfaces | ||
| 377 | # | ||
| 378 | CONFIG_INPUT_MOUSEDEV=y | ||
| 379 | # CONFIG_INPUT_MOUSEDEV_PSAUX is not set | ||
| 380 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
| 381 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
| 382 | # CONFIG_INPUT_JOYDEV is not set | ||
| 383 | # CONFIG_INPUT_TSDEV is not set | ||
| 384 | # CONFIG_INPUT_EVDEV is not set | ||
| 385 | # CONFIG_INPUT_EVBUG is not set | ||
| 386 | |||
| 387 | # | ||
| 388 | # Input Device Drivers | ||
| 389 | # | ||
| 390 | # CONFIG_INPUT_KEYBOARD is not set | ||
| 391 | # CONFIG_INPUT_MOUSE is not set | ||
| 392 | # CONFIG_INPUT_JOYSTICK is not set | ||
| 393 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
| 394 | # CONFIG_INPUT_MISC is not set | ||
| 395 | |||
| 396 | # | ||
| 397 | # Hardware I/O ports | ||
| 398 | # | ||
| 399 | CONFIG_SERIO=y | ||
| 400 | # CONFIG_SERIO_SERPORT is not set | ||
| 401 | # CONFIG_SERIO_RAW is not set | ||
| 402 | # CONFIG_GAMEPORT is not set | ||
| 403 | |||
| 404 | # | ||
| 405 | # Character devices | ||
| 406 | # | ||
| 407 | CONFIG_VT=y | ||
| 408 | CONFIG_VT_CONSOLE=y | ||
| 409 | CONFIG_HW_CONSOLE=y | ||
| 410 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
| 411 | |||
| 412 | # | ||
| 413 | # Serial drivers | ||
| 414 | # | ||
| 415 | # CONFIG_SERIAL_8250 is not set | ||
| 416 | |||
| 417 | # | ||
| 418 | # Non-8250 serial port support | ||
| 419 | # | ||
| 420 | CONFIG_SERIAL_AT91=y | ||
| 421 | CONFIG_SERIAL_AT91_CONSOLE=y | ||
| 422 | CONFIG_SERIAL_CORE=y | ||
| 423 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
| 424 | CONFIG_UNIX98_PTYS=y | ||
| 425 | CONFIG_LEGACY_PTYS=y | ||
| 426 | CONFIG_LEGACY_PTY_COUNT=256 | ||
| 427 | |||
| 428 | # | ||
| 429 | # IPMI | ||
| 430 | # | ||
| 431 | # CONFIG_IPMI_HANDLER is not set | ||
| 432 | |||
| 433 | # | ||
| 434 | # Watchdog Cards | ||
| 435 | # | ||
| 436 | # CONFIG_WATCHDOG is not set | ||
| 437 | # CONFIG_NVRAM is not set | ||
| 438 | # CONFIG_RTC is not set | ||
| 439 | # CONFIG_AT91_RTC is not set | ||
| 440 | # CONFIG_DTLK is not set | ||
| 441 | # CONFIG_R3964 is not set | ||
| 442 | |||
| 443 | # | ||
| 444 | # Ftape, the floppy tape device driver | ||
| 445 | # | ||
| 446 | # CONFIG_RAW_DRIVER is not set | ||
| 447 | |||
| 448 | # | ||
| 449 | # TPM devices | ||
| 450 | # | ||
| 451 | # CONFIG_AT91_SPI is not set | ||
| 452 | |||
| 453 | # | ||
| 454 | # I2C support | ||
| 455 | # | ||
| 456 | # CONFIG_I2C is not set | ||
| 457 | |||
| 458 | # | ||
| 459 | # Misc devices | ||
| 460 | # | ||
| 461 | |||
| 462 | # | ||
| 463 | # Multimedia devices | ||
| 464 | # | ||
| 465 | # CONFIG_VIDEO_DEV is not set | ||
| 466 | |||
| 467 | # | ||
| 468 | # Digital Video Broadcasting Devices | ||
| 469 | # | ||
| 470 | # CONFIG_DVB is not set | ||
| 471 | |||
| 472 | # | ||
| 473 | # Graphics support | ||
| 474 | # | ||
| 475 | # CONFIG_FB is not set | ||
| 476 | |||
| 477 | # | ||
| 478 | # Console display driver support | ||
| 479 | # | ||
| 480 | # CONFIG_VGA_CONSOLE is not set | ||
| 481 | CONFIG_DUMMY_CONSOLE=y | ||
| 482 | |||
| 483 | # | ||
| 484 | # Sound | ||
| 485 | # | ||
| 486 | # CONFIG_SOUND is not set | ||
| 487 | |||
| 488 | # | ||
| 489 | # USB support | ||
| 490 | # | ||
| 491 | CONFIG_USB_ARCH_HAS_HCD=y | ||
| 492 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
| 493 | CONFIG_USB=y | ||
| 494 | CONFIG_USB_DEBUG=y | ||
| 495 | |||
| 496 | # | ||
| 497 | # Miscellaneous USB options | ||
| 498 | # | ||
| 499 | CONFIG_USB_DEVICEFS=y | ||
| 500 | |||
| 501 | # | ||
| 502 | # USB Host Controller Drivers | ||
| 503 | # | ||
| 504 | # CONFIG_USB_ISP116X_HCD is not set | ||
| 505 | CONFIG_USB_OHCI_HCD=y | ||
| 506 | # CONFIG_USB_OHCI_BIG_ENDIAN is not set | ||
| 507 | CONFIG_USB_OHCI_LITTLE_ENDIAN=y | ||
| 508 | # CONFIG_USB_SL811_HCD is not set | ||
| 509 | |||
| 510 | # | ||
| 511 | # USB Device Class drivers | ||
| 512 | # | ||
| 513 | # CONFIG_USB_BLUETOOTH_TTY is not set | ||
| 514 | # CONFIG_USB_ACM is not set | ||
| 515 | # CONFIG_USB_PRINTER is not set | ||
| 516 | |||
| 517 | # | ||
| 518 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information | ||
| 519 | # | ||
| 520 | CONFIG_USB_STORAGE=y | ||
| 521 | CONFIG_USB_STORAGE_DEBUG=y | ||
| 522 | # CONFIG_USB_STORAGE_FREECOM is not set | ||
| 523 | # CONFIG_USB_STORAGE_DPCM is not set | ||
| 524 | |||
| 525 | # | ||
| 526 | # USB Input Devices | ||
| 527 | # | ||
| 528 | # CONFIG_USB_HID is not set | ||
| 529 | |||
| 530 | # | ||
| 531 | # USB HID Boot Protocol drivers | ||
| 532 | # | ||
| 533 | # CONFIG_USB_KBD is not set | ||
| 534 | # CONFIG_USB_MOUSE is not set | ||
| 535 | # CONFIG_USB_AIPTEK is not set | ||
| 536 | # CONFIG_USB_WACOM is not set | ||
| 537 | # CONFIG_USB_ACECAD is not set | ||
| 538 | # CONFIG_USB_KBTAB is not set | ||
| 539 | # CONFIG_USB_POWERMATE is not set | ||
| 540 | # CONFIG_USB_MTOUCH is not set | ||
| 541 | # CONFIG_USB_ITMTOUCH is not set | ||
| 542 | # CONFIG_USB_EGALAX is not set | ||
| 543 | # CONFIG_USB_XPAD is not set | ||
| 544 | # CONFIG_USB_ATI_REMOTE is not set | ||
| 545 | |||
| 546 | # | ||
| 547 | # USB Imaging devices | ||
| 548 | # | ||
| 549 | # CONFIG_USB_MICROTEK is not set | ||
| 550 | |||
| 551 | # | ||
| 552 | # USB Multimedia devices | ||
| 553 | # | ||
| 554 | # CONFIG_USB_DABUSB is not set | ||
| 555 | |||
| 556 | # | ||
| 557 | # Video4Linux support is needed for USB Multimedia device support | ||
| 558 | # | ||
| 559 | |||
| 560 | # | ||
| 561 | # USB Network Adapters | ||
| 562 | # | ||
| 563 | # CONFIG_USB_KAWETH is not set | ||
| 564 | # CONFIG_USB_PEGASUS is not set | ||
| 565 | # CONFIG_USB_USBNET is not set | ||
| 566 | # CONFIG_USB_MON is not set | ||
| 567 | |||
| 568 | # | ||
| 569 | # USB port drivers | ||
| 570 | # | ||
| 571 | |||
| 572 | # | ||
| 573 | # USB Serial Converter support | ||
| 574 | # | ||
| 575 | # CONFIG_USB_SERIAL is not set | ||
| 576 | |||
| 577 | # | ||
| 578 | # USB Miscellaneous drivers | ||
| 579 | # | ||
| 580 | # CONFIG_USB_EMI62 is not set | ||
| 581 | # CONFIG_USB_EMI26 is not set | ||
| 582 | # CONFIG_USB_LCD is not set | ||
| 583 | # CONFIG_USB_LED is not set | ||
| 584 | # CONFIG_USB_CYTHERM is not set | ||
| 585 | # CONFIG_USB_PHIDGETKIT is not set | ||
| 586 | # CONFIG_USB_PHIDGETSERVO is not set | ||
| 587 | # CONFIG_USB_IDMOUSE is not set | ||
| 588 | |||
| 589 | # | ||
| 590 | # USB DSL modem support | ||
| 591 | # | ||
| 592 | |||
| 593 | # | ||
| 594 | # USB Gadget Support | ||
| 595 | # | ||
| 596 | # CONFIG_USB_GADGET is not set | ||
| 597 | |||
| 598 | # | ||
| 599 | # MMC/SD Card support | ||
| 600 | # | ||
| 601 | # CONFIG_MMC is not set | ||
| 602 | |||
| 603 | # | ||
| 604 | # File systems | ||
| 605 | # | ||
| 606 | CONFIG_EXT2_FS=y | ||
| 607 | CONFIG_EXT2_FS_XATTR=y | ||
| 608 | # CONFIG_EXT2_FS_POSIX_ACL is not set | ||
| 609 | # CONFIG_EXT2_FS_SECURITY is not set | ||
| 610 | # CONFIG_EXT2_FS_XIP is not set | ||
| 611 | CONFIG_EXT3_FS=y | ||
| 612 | CONFIG_EXT3_FS_XATTR=y | ||
| 613 | # CONFIG_EXT3_FS_POSIX_ACL is not set | ||
| 614 | # CONFIG_EXT3_FS_SECURITY is not set | ||
| 615 | CONFIG_JBD=y | ||
| 616 | # CONFIG_JBD_DEBUG is not set | ||
| 617 | CONFIG_FS_MBCACHE=y | ||
| 618 | # CONFIG_REISERFS_FS is not set | ||
| 619 | # CONFIG_JFS_FS is not set | ||
| 620 | |||
| 621 | # | ||
| 622 | # XFS support | ||
| 623 | # | ||
| 624 | # CONFIG_XFS_FS is not set | ||
| 625 | # CONFIG_MINIX_FS is not set | ||
| 626 | # CONFIG_ROMFS_FS is not set | ||
| 627 | # CONFIG_QUOTA is not set | ||
| 628 | CONFIG_DNOTIFY=y | ||
| 629 | CONFIG_AUTOFS_FS=y | ||
| 630 | CONFIG_AUTOFS4_FS=y | ||
| 631 | |||
| 632 | # | ||
| 633 | # CD-ROM/DVD Filesystems | ||
| 634 | # | ||
| 635 | # CONFIG_ISO9660_FS is not set | ||
| 636 | # CONFIG_UDF_FS is not set | ||
| 637 | |||
| 638 | # | ||
| 639 | # DOS/FAT/NT Filesystems | ||
| 640 | # | ||
| 641 | CONFIG_FAT_FS=y | ||
| 642 | CONFIG_MSDOS_FS=y | ||
| 643 | CONFIG_VFAT_FS=y | ||
| 644 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
| 645 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
| 646 | # CONFIG_NTFS_FS is not set | ||
| 647 | |||
| 648 | # | ||
| 649 | # Pseudo filesystems | ||
| 650 | # | ||
| 651 | CONFIG_PROC_FS=y | ||
| 652 | CONFIG_SYSFS=y | ||
| 653 | CONFIG_DEVPTS_FS_XATTR=y | ||
| 654 | # CONFIG_DEVPTS_FS_SECURITY is not set | ||
| 655 | CONFIG_TMPFS=y | ||
| 656 | # CONFIG_TMPFS_XATTR is not set | ||
| 657 | # CONFIG_HUGETLB_PAGE is not set | ||
| 658 | CONFIG_RAMFS=y | ||
| 659 | |||
| 660 | # | ||
| 661 | # Miscellaneous filesystems | ||
| 662 | # | ||
| 663 | # CONFIG_HFSPLUS_FS is not set | ||
| 664 | # CONFIG_CRAMFS is not set | ||
| 665 | # CONFIG_VXFS_FS is not set | ||
| 666 | # CONFIG_HPFS_FS is not set | ||
| 667 | # CONFIG_QNX4FS_FS is not set | ||
| 668 | # CONFIG_SYSV_FS is not set | ||
| 669 | # CONFIG_UFS_FS is not set | ||
| 670 | |||
| 671 | # | ||
| 672 | # Network File Systems | ||
| 673 | # | ||
| 674 | CONFIG_NFS_FS=y | ||
| 675 | CONFIG_NFS_V3=y | ||
| 676 | # CONFIG_NFS_V3_ACL is not set | ||
| 677 | # CONFIG_NFSD is not set | ||
| 678 | CONFIG_ROOT_NFS=y | ||
| 679 | CONFIG_LOCKD=y | ||
| 680 | CONFIG_LOCKD_V4=y | ||
| 681 | CONFIG_NFS_COMMON=y | ||
| 682 | CONFIG_SUNRPC=y | ||
| 683 | # CONFIG_SMB_FS is not set | ||
| 684 | # CONFIG_CIFS is not set | ||
| 685 | # CONFIG_NCP_FS is not set | ||
| 686 | # CONFIG_CODA_FS is not set | ||
| 687 | |||
| 688 | # | ||
| 689 | # Partition Types | ||
| 690 | # | ||
| 691 | # CONFIG_PARTITION_ADVANCED is not set | ||
| 692 | CONFIG_MSDOS_PARTITION=y | ||
| 693 | |||
| 694 | # | ||
| 695 | # Native Language Support | ||
| 696 | # | ||
| 697 | CONFIG_NLS=y | ||
| 698 | CONFIG_NLS_DEFAULT="utf8" | ||
| 699 | CONFIG_NLS_CODEPAGE_437=y | ||
| 700 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
| 701 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
| 702 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
| 703 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
| 704 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
| 705 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
| 706 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
| 707 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
| 708 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
| 709 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
| 710 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
| 711 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
| 712 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
| 713 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
| 714 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
| 715 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
| 716 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
| 717 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
| 718 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
| 719 | # CONFIG_NLS_ISO8859_8 is not set | ||
| 720 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
| 721 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
| 722 | CONFIG_NLS_ASCII=y | ||
| 723 | # CONFIG_NLS_ISO8859_1 is not set | ||
| 724 | # CONFIG_NLS_ISO8859_2 is not set | ||
| 725 | # CONFIG_NLS_ISO8859_3 is not set | ||
| 726 | # CONFIG_NLS_ISO8859_4 is not set | ||
| 727 | # CONFIG_NLS_ISO8859_5 is not set | ||
| 728 | # CONFIG_NLS_ISO8859_6 is not set | ||
| 729 | # CONFIG_NLS_ISO8859_7 is not set | ||
| 730 | # CONFIG_NLS_ISO8859_9 is not set | ||
| 731 | # CONFIG_NLS_ISO8859_13 is not set | ||
| 732 | # CONFIG_NLS_ISO8859_14 is not set | ||
| 733 | # CONFIG_NLS_ISO8859_15 is not set | ||
| 734 | # CONFIG_NLS_KOI8_R is not set | ||
| 735 | # CONFIG_NLS_KOI8_U is not set | ||
| 736 | # CONFIG_NLS_UTF8 is not set | ||
| 737 | |||
| 738 | # | ||
| 739 | # Kernel hacking | ||
| 740 | # | ||
| 741 | # CONFIG_PRINTK_TIME is not set | ||
| 742 | CONFIG_DEBUG_KERNEL=y | ||
| 743 | # CONFIG_MAGIC_SYSRQ is not set | ||
| 744 | CONFIG_LOG_BUF_SHIFT=14 | ||
| 745 | # CONFIG_SCHEDSTATS is not set | ||
| 746 | # CONFIG_DEBUG_SLAB is not set | ||
| 747 | # CONFIG_DEBUG_SPINLOCK is not set | ||
| 748 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
| 749 | # CONFIG_DEBUG_KOBJECT is not set | ||
| 750 | CONFIG_DEBUG_BUGVERBOSE=y | ||
| 751 | # CONFIG_DEBUG_INFO is not set | ||
| 752 | # CONFIG_DEBUG_FS is not set | ||
| 753 | CONFIG_FRAME_POINTER=y | ||
| 754 | CONFIG_DEBUG_USER=y | ||
| 755 | # CONFIG_DEBUG_WAITQ is not set | ||
| 756 | CONFIG_DEBUG_ERRORS=y | ||
| 757 | CONFIG_DEBUG_LL=y | ||
| 758 | # CONFIG_DEBUG_ICEDCC is not set | ||
| 759 | |||
| 760 | # | ||
| 761 | # Security options | ||
| 762 | # | ||
| 763 | # CONFIG_KEYS is not set | ||
| 764 | # CONFIG_SECURITY is not set | ||
| 765 | |||
| 766 | # | ||
| 767 | # Cryptographic options | ||
| 768 | # | ||
| 769 | # CONFIG_CRYPTO is not set | ||
| 770 | |||
| 771 | # | ||
| 772 | # Hardware crypto devices | ||
| 773 | # | ||
| 774 | |||
| 775 | # | ||
| 776 | # Library routines | ||
| 777 | # | ||
| 778 | # CONFIG_CRC_CCITT is not set | ||
| 779 | CONFIG_CRC32=y | ||
| 780 | # CONFIG_LIBCRC32C is not set | ||
diff --git a/arch/arm/configs/netx_defconfig b/arch/arm/configs/netx_defconfig new file mode 100644 index 000000000000..61115a773382 --- /dev/null +++ b/arch/arm/configs/netx_defconfig | |||
| @@ -0,0 +1,926 @@ | |||
| 1 | # | ||
| 2 | # Automatically generated make config: don't edit | ||
| 3 | # Linux kernel version: 2.6.17-rc6 | ||
| 4 | # Tue Jun 6 15:26:53 2006 | ||
| 5 | # | ||
| 6 | CONFIG_ARM=y | ||
| 7 | CONFIG_MMU=y | ||
| 8 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
| 9 | CONFIG_GENERIC_HWEIGHT=y | ||
| 10 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
| 11 | CONFIG_VECTORS_BASE=0xffff0000 | ||
| 12 | |||
| 13 | # | ||
| 14 | # Code maturity level options | ||
| 15 | # | ||
| 16 | CONFIG_EXPERIMENTAL=y | ||
| 17 | CONFIG_BROKEN_ON_SMP=y | ||
| 18 | CONFIG_LOCK_KERNEL=y | ||
| 19 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
| 20 | |||
| 21 | # | ||
| 22 | # General setup | ||
| 23 | # | ||
| 24 | CONFIG_LOCALVERSION="" | ||
| 25 | CONFIG_LOCALVERSION_AUTO=y | ||
| 26 | CONFIG_SWAP=y | ||
| 27 | CONFIG_SYSVIPC=y | ||
| 28 | CONFIG_POSIX_MQUEUE=y | ||
| 29 | CONFIG_BSD_PROCESS_ACCT=y | ||
| 30 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | ||
| 31 | CONFIG_SYSCTL=y | ||
| 32 | # CONFIG_AUDIT is not set | ||
| 33 | CONFIG_IKCONFIG=y | ||
| 34 | CONFIG_IKCONFIG_PROC=y | ||
| 35 | # CONFIG_RELAY is not set | ||
| 36 | CONFIG_INITRAMFS_SOURCE="" | ||
| 37 | CONFIG_UID16=y | ||
| 38 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
| 39 | # CONFIG_EMBEDDED is not set | ||
| 40 | CONFIG_KALLSYMS=y | ||
| 41 | # CONFIG_KALLSYMS_ALL is not set | ||
| 42 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
| 43 | CONFIG_HOTPLUG=y | ||
| 44 | CONFIG_PRINTK=y | ||
| 45 | CONFIG_BUG=y | ||
| 46 | CONFIG_ELF_CORE=y | ||
| 47 | CONFIG_BASE_FULL=y | ||
| 48 | CONFIG_FUTEX=y | ||
| 49 | CONFIG_EPOLL=y | ||
| 50 | CONFIG_SHMEM=y | ||
| 51 | CONFIG_SLAB=y | ||
| 52 | # CONFIG_TINY_SHMEM is not set | ||
| 53 | CONFIG_BASE_SMALL=0 | ||
| 54 | # CONFIG_SLOB is not set | ||
| 55 | CONFIG_OBSOLETE_INTERMODULE=y | ||
| 56 | |||
| 57 | # | ||
| 58 | # Loadable module support | ||
| 59 | # | ||
| 60 | CONFIG_MODULES=y | ||
| 61 | CONFIG_MODULE_UNLOAD=y | ||
| 62 | CONFIG_MODULE_FORCE_UNLOAD=y | ||
| 63 | # CONFIG_MODVERSIONS is not set | ||
| 64 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
| 65 | CONFIG_KMOD=y | ||
| 66 | |||
| 67 | # | ||
| 68 | # Block layer | ||
| 69 | # | ||
| 70 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
| 71 | |||
| 72 | # | ||
| 73 | # IO Schedulers | ||
| 74 | # | ||
| 75 | CONFIG_IOSCHED_NOOP=y | ||
| 76 | CONFIG_IOSCHED_AS=y | ||
| 77 | CONFIG_IOSCHED_DEADLINE=y | ||
| 78 | CONFIG_IOSCHED_CFQ=y | ||
| 79 | CONFIG_DEFAULT_AS=y | ||
| 80 | # CONFIG_DEFAULT_DEADLINE is not set | ||
| 81 | # CONFIG_DEFAULT_CFQ is not set | ||
| 82 | # CONFIG_DEFAULT_NOOP is not set | ||
| 83 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
| 84 | |||
| 85 | # | ||
| 86 | # System Type | ||
| 87 | # | ||
| 88 | # CONFIG_ARCH_CLPS7500 is not set | ||
| 89 | # CONFIG_ARCH_CLPS711X is not set | ||
| 90 | # CONFIG_ARCH_CO285 is not set | ||
| 91 | # CONFIG_ARCH_EBSA110 is not set | ||
| 92 | # CONFIG_ARCH_EP93XX is not set | ||
| 93 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
| 94 | # CONFIG_ARCH_INTEGRATOR is not set | ||
| 95 | # CONFIG_ARCH_IOP3XX is not set | ||
| 96 | # CONFIG_ARCH_IXP4XX is not set | ||
| 97 | # CONFIG_ARCH_IXP2000 is not set | ||
| 98 | # CONFIG_ARCH_IXP23XX is not set | ||
| 99 | # CONFIG_ARCH_L7200 is not set | ||
| 100 | # CONFIG_ARCH_PXA is not set | ||
| 101 | # CONFIG_ARCH_RPC is not set | ||
| 102 | # CONFIG_ARCH_SA1100 is not set | ||
| 103 | # CONFIG_ARCH_S3C2410 is not set | ||
| 104 | # CONFIG_ARCH_SHARK is not set | ||
| 105 | # CONFIG_ARCH_LH7A40X is not set | ||
| 106 | # CONFIG_ARCH_OMAP is not set | ||
| 107 | # CONFIG_ARCH_VERSATILE is not set | ||
| 108 | # CONFIG_ARCH_REALVIEW is not set | ||
| 109 | # CONFIG_ARCH_IMX is not set | ||
| 110 | # CONFIG_ARCH_H720X is not set | ||
| 111 | # CONFIG_ARCH_AAEC2000 is not set | ||
| 112 | # CONFIG_ARCH_AT91RM9200 is not set | ||
| 113 | CONFIG_ARCH_NETX=y | ||
| 114 | |||
| 115 | # | ||
| 116 | # NetX Implementations | ||
| 117 | # | ||
| 118 | CONFIG_MACH_NXDKN=y | ||
| 119 | CONFIG_MACH_NXDB500=y | ||
| 120 | CONFIG_MACH_NXEB500HMI=y | ||
| 121 | |||
| 122 | # | ||
| 123 | # Processor Type | ||
| 124 | # | ||
| 125 | CONFIG_CPU_32=y | ||
| 126 | CONFIG_CPU_ARM926T=y | ||
| 127 | CONFIG_CPU_32v5=y | ||
| 128 | CONFIG_CPU_ABRT_EV5TJ=y | ||
| 129 | CONFIG_CPU_CACHE_VIVT=y | ||
| 130 | CONFIG_CPU_COPY_V4WB=y | ||
| 131 | CONFIG_CPU_TLB_V4WBI=y | ||
| 132 | |||
| 133 | # | ||
| 134 | # Processor Features | ||
| 135 | # | ||
| 136 | CONFIG_ARM_THUMB=y | ||
| 137 | # CONFIG_CPU_ICACHE_DISABLE is not set | ||
| 138 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
| 139 | # CONFIG_CPU_DCACHE_WRITETHROUGH is not set | ||
| 140 | # CONFIG_CPU_CACHE_ROUND_ROBIN is not set | ||
| 141 | CONFIG_ARM_VIC=y | ||
| 142 | |||
| 143 | # | ||
| 144 | # Bus support | ||
| 145 | # | ||
| 146 | CONFIG_ARM_AMBA=y | ||
| 147 | |||
| 148 | # | ||
| 149 | # PCCARD (PCMCIA/CardBus) support | ||
| 150 | # | ||
| 151 | # CONFIG_PCCARD is not set | ||
| 152 | |||
| 153 | # | ||
| 154 | # Kernel Features | ||
| 155 | # | ||
| 156 | CONFIG_PREEMPT=y | ||
| 157 | # CONFIG_NO_IDLE_HZ is not set | ||
| 158 | CONFIG_HZ=100 | ||
| 159 | # CONFIG_AEABI is not set | ||
| 160 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | ||
| 161 | CONFIG_SELECT_MEMORY_MODEL=y | ||
| 162 | CONFIG_FLATMEM_MANUAL=y | ||
| 163 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
| 164 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
| 165 | CONFIG_FLATMEM=y | ||
| 166 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
| 167 | # CONFIG_SPARSEMEM_STATIC is not set | ||
| 168 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | ||
| 169 | CONFIG_ALIGNMENT_TRAP=y | ||
| 170 | |||
| 171 | # | ||
| 172 | # Boot options | ||
| 173 | # | ||
| 174 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
| 175 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
| 176 | CONFIG_CMDLINE="console=ttySMX0,115200" | ||
| 177 | # CONFIG_XIP_KERNEL is not set | ||
| 178 | |||
| 179 | # | ||
| 180 | # Floating point emulation | ||
| 181 | # | ||
| 182 | |||
| 183 | # | ||
| 184 | # At least one emulation must be selected | ||
| 185 | # | ||
| 186 | # CONFIG_FPE_NWFPE is not set | ||
| 187 | # CONFIG_FPE_FASTFPE is not set | ||
| 188 | # CONFIG_VFP is not set | ||
| 189 | |||
| 190 | # | ||
| 191 | # Userspace binary formats | ||
| 192 | # | ||
| 193 | CONFIG_BINFMT_ELF=y | ||
| 194 | # CONFIG_BINFMT_AOUT is not set | ||
| 195 | # CONFIG_BINFMT_MISC is not set | ||
| 196 | # CONFIG_ARTHUR is not set | ||
| 197 | |||
| 198 | # | ||
| 199 | # Power management options | ||
| 200 | # | ||
| 201 | # CONFIG_PM is not set | ||
| 202 | # CONFIG_APM is not set | ||
| 203 | |||
| 204 | # | ||
| 205 | # Networking | ||
| 206 | # | ||
| 207 | CONFIG_NET=y | ||
| 208 | |||
| 209 | # | ||
| 210 | # Networking options | ||
| 211 | # | ||
| 212 | # CONFIG_NETDEBUG is not set | ||
| 213 | CONFIG_PACKET=y | ||
| 214 | CONFIG_PACKET_MMAP=y | ||
| 215 | CONFIG_UNIX=y | ||
| 216 | CONFIG_XFRM=y | ||
| 217 | CONFIG_XFRM_USER=m | ||
| 218 | CONFIG_NET_KEY=y | ||
| 219 | CONFIG_INET=y | ||
| 220 | CONFIG_IP_MULTICAST=y | ||
| 221 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
| 222 | CONFIG_IP_FIB_HASH=y | ||
| 223 | CONFIG_IP_PNP=y | ||
| 224 | CONFIG_IP_PNP_DHCP=y | ||
| 225 | # CONFIG_IP_PNP_BOOTP is not set | ||
| 226 | # CONFIG_IP_PNP_RARP is not set | ||
| 227 | # CONFIG_NET_IPIP is not set | ||
| 228 | CONFIG_NET_IPGRE=m | ||
| 229 | # CONFIG_NET_IPGRE_BROADCAST is not set | ||
| 230 | # CONFIG_IP_MROUTE is not set | ||
| 231 | # CONFIG_ARPD is not set | ||
| 232 | CONFIG_SYN_COOKIES=y | ||
| 233 | CONFIG_INET_AH=y | ||
| 234 | CONFIG_INET_ESP=y | ||
| 235 | CONFIG_INET_IPCOMP=y | ||
| 236 | CONFIG_INET_XFRM_TUNNEL=y | ||
| 237 | CONFIG_INET_TUNNEL=y | ||
| 238 | CONFIG_INET_DIAG=y | ||
| 239 | CONFIG_INET_TCP_DIAG=y | ||
| 240 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
| 241 | CONFIG_TCP_CONG_BIC=y | ||
| 242 | |||
| 243 | # | ||
| 244 | # IP: Virtual Server Configuration | ||
| 245 | # | ||
| 246 | # CONFIG_IP_VS is not set | ||
| 247 | CONFIG_IPV6=m | ||
| 248 | # CONFIG_IPV6_PRIVACY is not set | ||
| 249 | # CONFIG_IPV6_ROUTER_PREF is not set | ||
| 250 | CONFIG_INET6_AH=m | ||
| 251 | CONFIG_INET6_ESP=m | ||
| 252 | CONFIG_INET6_IPCOMP=m | ||
| 253 | CONFIG_INET6_XFRM_TUNNEL=m | ||
| 254 | CONFIG_INET6_TUNNEL=m | ||
| 255 | # CONFIG_IPV6_TUNNEL is not set | ||
| 256 | CONFIG_NETFILTER=y | ||
| 257 | # CONFIG_NETFILTER_DEBUG is not set | ||
| 258 | |||
| 259 | # | ||
| 260 | # Core Netfilter Configuration | ||
| 261 | # | ||
| 262 | # CONFIG_NETFILTER_NETLINK is not set | ||
| 263 | # CONFIG_NETFILTER_XTABLES is not set | ||
| 264 | |||
| 265 | # | ||
| 266 | # IP: Netfilter Configuration | ||
| 267 | # | ||
| 268 | CONFIG_IP_NF_CONNTRACK=m | ||
| 269 | # CONFIG_IP_NF_CT_ACCT is not set | ||
| 270 | # CONFIG_IP_NF_CONNTRACK_MARK is not set | ||
| 271 | # CONFIG_IP_NF_CONNTRACK_EVENTS is not set | ||
| 272 | # CONFIG_IP_NF_CT_PROTO_SCTP is not set | ||
| 273 | CONFIG_IP_NF_FTP=m | ||
| 274 | CONFIG_IP_NF_IRC=m | ||
| 275 | # CONFIG_IP_NF_NETBIOS_NS is not set | ||
| 276 | CONFIG_IP_NF_TFTP=m | ||
| 277 | CONFIG_IP_NF_AMANDA=m | ||
| 278 | # CONFIG_IP_NF_PPTP is not set | ||
| 279 | # CONFIG_IP_NF_H323 is not set | ||
| 280 | CONFIG_IP_NF_QUEUE=m | ||
| 281 | |||
| 282 | # | ||
| 283 | # IPv6: Netfilter Configuration (EXPERIMENTAL) | ||
| 284 | # | ||
| 285 | # CONFIG_IP6_NF_QUEUE is not set | ||
| 286 | |||
| 287 | # | ||
| 288 | # DCCP Configuration (EXPERIMENTAL) | ||
| 289 | # | ||
| 290 | # CONFIG_IP_DCCP is not set | ||
| 291 | |||
| 292 | # | ||
| 293 | # SCTP Configuration (EXPERIMENTAL) | ||
| 294 | # | ||
| 295 | # CONFIG_IP_SCTP is not set | ||
| 296 | |||
| 297 | # | ||
| 298 | # TIPC Configuration (EXPERIMENTAL) | ||
| 299 | # | ||
| 300 | # CONFIG_TIPC is not set | ||
| 301 | # CONFIG_ATM is not set | ||
| 302 | # CONFIG_BRIDGE is not set | ||
| 303 | # CONFIG_VLAN_8021Q is not set | ||
| 304 | # CONFIG_DECNET is not set | ||
| 305 | # CONFIG_LLC2 is not set | ||
| 306 | # CONFIG_IPX is not set | ||
| 307 | # CONFIG_ATALK is not set | ||
| 308 | # CONFIG_X25 is not set | ||
| 309 | # CONFIG_LAPB is not set | ||
| 310 | # CONFIG_NET_DIVERT is not set | ||
| 311 | # CONFIG_ECONET is not set | ||
| 312 | # CONFIG_WAN_ROUTER is not set | ||
| 313 | |||
| 314 | # | ||
| 315 | # QoS and/or fair queueing | ||
| 316 | # | ||
| 317 | # CONFIG_NET_SCHED is not set | ||
| 318 | |||
| 319 | # | ||
| 320 | # Network testing | ||
| 321 | # | ||
| 322 | CONFIG_NET_PKTGEN=m | ||
| 323 | # CONFIG_HAMRADIO is not set | ||
| 324 | # CONFIG_IRDA is not set | ||
| 325 | # CONFIG_BT is not set | ||
| 326 | # CONFIG_IEEE80211 is not set | ||
| 327 | |||
| 328 | # | ||
| 329 | # Device Drivers | ||
| 330 | # | ||
| 331 | |||
| 332 | # | ||
| 333 | # Generic Driver Options | ||
| 334 | # | ||
| 335 | CONFIG_STANDALONE=y | ||
| 336 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
| 337 | CONFIG_FW_LOADER=y | ||
| 338 | # CONFIG_DEBUG_DRIVER is not set | ||
| 339 | |||
| 340 | # | ||
| 341 | # Connector - unified userspace <-> kernelspace linker | ||
| 342 | # | ||
| 343 | # CONFIG_CONNECTOR is not set | ||
| 344 | |||
| 345 | # | ||
| 346 | # Memory Technology Devices (MTD) | ||
| 347 | # | ||
| 348 | CONFIG_MTD=y | ||
| 349 | # CONFIG_MTD_DEBUG is not set | ||
| 350 | # CONFIG_MTD_CONCAT is not set | ||
| 351 | CONFIG_MTD_PARTITIONS=y | ||
| 352 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
| 353 | CONFIG_MTD_CMDLINE_PARTS=y | ||
| 354 | # CONFIG_MTD_AFS_PARTS is not set | ||
| 355 | |||
| 356 | # | ||
| 357 | # User Modules And Translation Layers | ||
| 358 | # | ||
| 359 | CONFIG_MTD_CHAR=y | ||
| 360 | CONFIG_MTD_BLOCK=y | ||
| 361 | # CONFIG_FTL is not set | ||
| 362 | # CONFIG_NFTL is not set | ||
| 363 | # CONFIG_INFTL is not set | ||
| 364 | # CONFIG_RFD_FTL is not set | ||
| 365 | |||
| 366 | # | ||
| 367 | # RAM/ROM/Flash chip drivers | ||
| 368 | # | ||
| 369 | CONFIG_MTD_CFI=y | ||
| 370 | # CONFIG_MTD_JEDECPROBE is not set | ||
| 371 | CONFIG_MTD_GEN_PROBE=y | ||
| 372 | # CONFIG_MTD_CFI_ADV_OPTIONS is not set | ||
| 373 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
| 374 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
| 375 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
| 376 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
| 377 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
| 378 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
| 379 | CONFIG_MTD_CFI_I1=y | ||
| 380 | CONFIG_MTD_CFI_I2=y | ||
| 381 | # CONFIG_MTD_CFI_I4 is not set | ||
| 382 | # CONFIG_MTD_CFI_I8 is not set | ||
| 383 | CONFIG_MTD_CFI_INTELEXT=y | ||
| 384 | # CONFIG_MTD_CFI_AMDSTD is not set | ||
| 385 | # CONFIG_MTD_CFI_STAA is not set | ||
| 386 | CONFIG_MTD_CFI_UTIL=y | ||
| 387 | CONFIG_MTD_RAM=y | ||
| 388 | # CONFIG_MTD_ROM is not set | ||
| 389 | # CONFIG_MTD_ABSENT is not set | ||
| 390 | # CONFIG_MTD_OBSOLETE_CHIPS is not set | ||
| 391 | |||
| 392 | # | ||
| 393 | # Mapping drivers for chip access | ||
| 394 | # | ||
| 395 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
| 396 | # CONFIG_MTD_PHYSMAP is not set | ||
| 397 | # CONFIG_MTD_ARM_INTEGRATOR is not set | ||
| 398 | CONFIG_MTD_PLATRAM=y | ||
| 399 | |||
| 400 | # | ||
| 401 | # Self-contained MTD device drivers | ||
| 402 | # | ||
| 403 | # CONFIG_MTD_SLRAM is not set | ||
| 404 | # CONFIG_MTD_PHRAM is not set | ||
| 405 | # CONFIG_MTD_MTDRAM is not set | ||
| 406 | # CONFIG_MTD_BLOCK2MTD is not set | ||
| 407 | |||
| 408 | # | ||
| 409 | # Disk-On-Chip Device Drivers | ||
| 410 | # | ||
| 411 | # CONFIG_MTD_DOC2000 is not set | ||
| 412 | # CONFIG_MTD_DOC2001 is not set | ||
| 413 | # CONFIG_MTD_DOC2001PLUS is not set | ||
| 414 | |||
| 415 | # | ||
| 416 | # NAND Flash Device Drivers | ||
| 417 | # | ||
| 418 | # CONFIG_MTD_NAND is not set | ||
| 419 | |||
| 420 | # | ||
| 421 | # OneNAND Flash Device Drivers | ||
| 422 | # | ||
| 423 | # CONFIG_MTD_ONENAND is not set | ||
| 424 | |||
| 425 | # | ||
| 426 | # Parallel port support | ||
| 427 | # | ||
| 428 | # CONFIG_PARPORT is not set | ||
| 429 | |||
| 430 | # | ||
| 431 | # Plug and Play support | ||
| 432 | # | ||
| 433 | |||
| 434 | # | ||
| 435 | # Block devices | ||
| 436 | # | ||
| 437 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
| 438 | CONFIG_BLK_DEV_LOOP=m | ||
| 439 | CONFIG_BLK_DEV_CRYPTOLOOP=m | ||
| 440 | # CONFIG_BLK_DEV_NBD is not set | ||
| 441 | # CONFIG_BLK_DEV_RAM is not set | ||
| 442 | # CONFIG_BLK_DEV_INITRD is not set | ||
| 443 | # CONFIG_CDROM_PKTCDVD is not set | ||
| 444 | # CONFIG_ATA_OVER_ETH is not set | ||
| 445 | |||
| 446 | # | ||
| 447 | # SCSI device support | ||
| 448 | # | ||
| 449 | # CONFIG_RAID_ATTRS is not set | ||
| 450 | # CONFIG_SCSI is not set | ||
| 451 | |||
| 452 | # | ||
| 453 | # Multi-device support (RAID and LVM) | ||
| 454 | # | ||
| 455 | # CONFIG_MD is not set | ||
| 456 | |||
| 457 | # | ||
| 458 | # Fusion MPT device support | ||
| 459 | # | ||
| 460 | # CONFIG_FUSION is not set | ||
| 461 | |||
| 462 | # | ||
| 463 | # IEEE 1394 (FireWire) support | ||
| 464 | # | ||
| 465 | |||
| 466 | # | ||
| 467 | # I2O device support | ||
| 468 | # | ||
| 469 | |||
| 470 | # | ||
| 471 | # Network device support | ||
| 472 | # | ||
| 473 | CONFIG_NETDEVICES=y | ||
| 474 | # CONFIG_DUMMY is not set | ||
| 475 | # CONFIG_BONDING is not set | ||
| 476 | # CONFIG_EQUALIZER is not set | ||
| 477 | # CONFIG_TUN is not set | ||
| 478 | |||
| 479 | # | ||
| 480 | # PHY device support | ||
| 481 | # | ||
| 482 | # CONFIG_PHYLIB is not set | ||
| 483 | |||
| 484 | # | ||
| 485 | # Ethernet (10 or 100Mbit) | ||
| 486 | # | ||
| 487 | CONFIG_NET_ETHERNET=y | ||
| 488 | CONFIG_MII=y | ||
| 489 | # CONFIG_SMC91X is not set | ||
| 490 | CONFIG_NET_NETX=y | ||
| 491 | # CONFIG_DM9000 is not set | ||
| 492 | |||
| 493 | # | ||
| 494 | # Ethernet (1000 Mbit) | ||
| 495 | # | ||
| 496 | |||
| 497 | # | ||
| 498 | # Ethernet (10000 Mbit) | ||
| 499 | # | ||
| 500 | |||
| 501 | # | ||
| 502 | # Token Ring devices | ||
| 503 | # | ||
| 504 | |||
| 505 | # | ||
| 506 | # Wireless LAN (non-hamradio) | ||
| 507 | # | ||
| 508 | # CONFIG_NET_RADIO is not set | ||
| 509 | |||
| 510 | # | ||
| 511 | # Wan interfaces | ||
| 512 | # | ||
| 513 | # CONFIG_WAN is not set | ||
| 514 | # CONFIG_PPP is not set | ||
| 515 | # CONFIG_SLIP is not set | ||
| 516 | # CONFIG_SHAPER is not set | ||
| 517 | # CONFIG_NETCONSOLE is not set | ||
| 518 | # CONFIG_NETPOLL is not set | ||
| 519 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
| 520 | |||
| 521 | # | ||
| 522 | # ISDN subsystem | ||
| 523 | # | ||
| 524 | # CONFIG_ISDN is not set | ||
| 525 | |||
| 526 | # | ||
| 527 | # Input device support | ||
| 528 | # | ||
| 529 | CONFIG_INPUT=y | ||
| 530 | |||
| 531 | # | ||
| 532 | # Userland interfaces | ||
| 533 | # | ||
| 534 | CONFIG_INPUT_MOUSEDEV=y | ||
| 535 | # CONFIG_INPUT_MOUSEDEV_PSAUX is not set | ||
| 536 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
| 537 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
| 538 | # CONFIG_INPUT_JOYDEV is not set | ||
| 539 | # CONFIG_INPUT_TSDEV is not set | ||
| 540 | # CONFIG_INPUT_EVDEV is not set | ||
| 541 | # CONFIG_INPUT_EVBUG is not set | ||
| 542 | |||
| 543 | # | ||
| 544 | # Input Device Drivers | ||
| 545 | # | ||
| 546 | # CONFIG_INPUT_KEYBOARD is not set | ||
| 547 | # CONFIG_INPUT_MOUSE is not set | ||
| 548 | # CONFIG_INPUT_JOYSTICK is not set | ||
| 549 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
| 550 | # CONFIG_INPUT_MISC is not set | ||
| 551 | |||
| 552 | # | ||
| 553 | # Hardware I/O ports | ||
| 554 | # | ||
| 555 | CONFIG_SERIO=y | ||
| 556 | CONFIG_SERIO_SERPORT=y | ||
| 557 | # CONFIG_SERIO_AMBAKMI is not set | ||
| 558 | # CONFIG_SERIO_RAW is not set | ||
| 559 | # CONFIG_GAMEPORT is not set | ||
| 560 | |||
| 561 | # | ||
| 562 | # Character devices | ||
| 563 | # | ||
| 564 | CONFIG_VT=y | ||
| 565 | CONFIG_VT_CONSOLE=y | ||
| 566 | CONFIG_HW_CONSOLE=y | ||
| 567 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
| 568 | |||
| 569 | # | ||
| 570 | # Serial drivers | ||
| 571 | # | ||
| 572 | # CONFIG_SERIAL_8250 is not set | ||
| 573 | |||
| 574 | # | ||
| 575 | # Non-8250 serial port support | ||
| 576 | # | ||
| 577 | # CONFIG_SERIAL_AMBA_PL010 is not set | ||
| 578 | # CONFIG_SERIAL_AMBA_PL011 is not set | ||
| 579 | CONFIG_SERIAL_CORE=y | ||
| 580 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
| 581 | CONFIG_SERIAL_NETX=y | ||
| 582 | CONFIG_SERIAL_NETX_CONSOLE=y | ||
| 583 | CONFIG_UNIX98_PTYS=y | ||
| 584 | CONFIG_LEGACY_PTYS=y | ||
| 585 | CONFIG_LEGACY_PTY_COUNT=256 | ||
| 586 | |||
| 587 | # | ||
| 588 | # IPMI | ||
| 589 | # | ||
| 590 | # CONFIG_IPMI_HANDLER is not set | ||
| 591 | |||
| 592 | # | ||
| 593 | # Watchdog Cards | ||
| 594 | # | ||
| 595 | # CONFIG_WATCHDOG is not set | ||
| 596 | CONFIG_NVRAM=m | ||
| 597 | # CONFIG_DTLK is not set | ||
| 598 | # CONFIG_R3964 is not set | ||
| 599 | |||
| 600 | # | ||
| 601 | # Ftape, the floppy tape device driver | ||
| 602 | # | ||
| 603 | # CONFIG_RAW_DRIVER is not set | ||
| 604 | |||
| 605 | # | ||
| 606 | # TPM devices | ||
| 607 | # | ||
| 608 | # CONFIG_TCG_TPM is not set | ||
| 609 | # CONFIG_TELCLOCK is not set | ||
| 610 | |||
| 611 | # | ||
| 612 | # I2C support | ||
| 613 | # | ||
| 614 | # CONFIG_I2C is not set | ||
| 615 | |||
| 616 | # | ||
| 617 | # SPI support | ||
| 618 | # | ||
| 619 | # CONFIG_SPI is not set | ||
| 620 | # CONFIG_SPI_MASTER is not set | ||
| 621 | |||
| 622 | # | ||
| 623 | # Dallas's 1-wire bus | ||
| 624 | # | ||
| 625 | # CONFIG_W1 is not set | ||
| 626 | |||
| 627 | # | ||
| 628 | # Hardware Monitoring support | ||
| 629 | # | ||
| 630 | # CONFIG_HWMON is not set | ||
| 631 | # CONFIG_HWMON_VID is not set | ||
| 632 | |||
| 633 | # | ||
| 634 | # Misc devices | ||
| 635 | # | ||
| 636 | |||
| 637 | # | ||
| 638 | # LED devices | ||
| 639 | # | ||
| 640 | # CONFIG_NEW_LEDS is not set | ||
| 641 | |||
| 642 | # | ||
| 643 | # LED drivers | ||
| 644 | # | ||
| 645 | |||
| 646 | # | ||
| 647 | # LED Triggers | ||
| 648 | # | ||
| 649 | |||
| 650 | # | ||
| 651 | # Multimedia devices | ||
| 652 | # | ||
| 653 | # CONFIG_VIDEO_DEV is not set | ||
| 654 | CONFIG_VIDEO_V4L2=y | ||
| 655 | |||
| 656 | # | ||
| 657 | # Digital Video Broadcasting Devices | ||
| 658 | # | ||
| 659 | # CONFIG_DVB is not set | ||
| 660 | |||
| 661 | # | ||
| 662 | # Graphics support | ||
| 663 | # | ||
| 664 | CONFIG_FB=y | ||
| 665 | CONFIG_FB_CFB_FILLRECT=y | ||
| 666 | CONFIG_FB_CFB_COPYAREA=y | ||
| 667 | CONFIG_FB_CFB_IMAGEBLIT=y | ||
| 668 | # CONFIG_FB_MACMODES is not set | ||
| 669 | CONFIG_FB_FIRMWARE_EDID=y | ||
| 670 | # CONFIG_FB_MODE_HELPERS is not set | ||
| 671 | # CONFIG_FB_TILEBLITTING is not set | ||
| 672 | CONFIG_FB_ARMCLCD=y | ||
| 673 | # CONFIG_FB_S1D13XXX is not set | ||
| 674 | # CONFIG_FB_VIRTUAL is not set | ||
| 675 | |||
| 676 | # | ||
| 677 | # Console display driver support | ||
| 678 | # | ||
| 679 | # CONFIG_VGA_CONSOLE is not set | ||
| 680 | CONFIG_DUMMY_CONSOLE=y | ||
| 681 | CONFIG_FRAMEBUFFER_CONSOLE=y | ||
| 682 | # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set | ||
| 683 | # CONFIG_FONTS is not set | ||
| 684 | CONFIG_FONT_8x8=y | ||
| 685 | CONFIG_FONT_8x16=y | ||
| 686 | |||
| 687 | # | ||
| 688 | # Logo configuration | ||
| 689 | # | ||
| 690 | CONFIG_LOGO=y | ||
| 691 | CONFIG_LOGO_LINUX_MONO=y | ||
| 692 | CONFIG_LOGO_LINUX_VGA16=y | ||
| 693 | CONFIG_LOGO_LINUX_CLUT224=y | ||
| 694 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
| 695 | |||
| 696 | # | ||
| 697 | # Sound | ||
| 698 | # | ||
| 699 | # CONFIG_SOUND is not set | ||
| 700 | |||
| 701 | # | ||
| 702 | # USB support | ||
| 703 | # | ||
| 704 | CONFIG_USB_ARCH_HAS_HCD=y | ||
| 705 | # CONFIG_USB_ARCH_HAS_OHCI is not set | ||
| 706 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
| 707 | # CONFIG_USB is not set | ||
| 708 | |||
| 709 | # | ||
| 710 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
| 711 | # | ||
| 712 | |||
| 713 | # | ||
| 714 | # USB Gadget Support | ||
| 715 | # | ||
| 716 | # CONFIG_USB_GADGET is not set | ||
| 717 | |||
| 718 | # | ||
| 719 | # MMC/SD Card support | ||
| 720 | # | ||
| 721 | # CONFIG_MMC is not set | ||
| 722 | |||
| 723 | # | ||
| 724 | # Real Time Clock | ||
| 725 | # | ||
| 726 | CONFIG_RTC_LIB=y | ||
| 727 | CONFIG_RTC_CLASS=m | ||
| 728 | |||
| 729 | # | ||
| 730 | # RTC interfaces | ||
| 731 | # | ||
| 732 | CONFIG_RTC_INTF_SYSFS=m | ||
| 733 | CONFIG_RTC_INTF_PROC=m | ||
| 734 | CONFIG_RTC_INTF_DEV=m | ||
| 735 | |||
| 736 | # | ||
| 737 | # RTC drivers | ||
| 738 | # | ||
| 739 | # CONFIG_RTC_DRV_M48T86 is not set | ||
| 740 | CONFIG_RTC_DRV_NETX=m | ||
| 741 | # CONFIG_RTC_DRV_TEST is not set | ||
| 742 | |||
| 743 | # | ||
| 744 | # File systems | ||
| 745 | # | ||
| 746 | # CONFIG_EXT2_FS is not set | ||
| 747 | # CONFIG_EXT3_FS is not set | ||
| 748 | # CONFIG_REISERFS_FS is not set | ||
| 749 | # CONFIG_JFS_FS is not set | ||
| 750 | # CONFIG_FS_POSIX_ACL is not set | ||
| 751 | # CONFIG_XFS_FS is not set | ||
| 752 | # CONFIG_OCFS2_FS is not set | ||
| 753 | # CONFIG_MINIX_FS is not set | ||
| 754 | # CONFIG_ROMFS_FS is not set | ||
| 755 | CONFIG_INOTIFY=y | ||
| 756 | # CONFIG_QUOTA is not set | ||
| 757 | CONFIG_DNOTIFY=y | ||
| 758 | # CONFIG_AUTOFS_FS is not set | ||
| 759 | # CONFIG_AUTOFS4_FS is not set | ||
| 760 | # CONFIG_FUSE_FS is not set | ||
| 761 | |||
| 762 | # | ||
| 763 | # CD-ROM/DVD Filesystems | ||
| 764 | # | ||
| 765 | # CONFIG_ISO9660_FS is not set | ||
| 766 | # CONFIG_UDF_FS is not set | ||
| 767 | |||
| 768 | # | ||
| 769 | # DOS/FAT/NT Filesystems | ||
| 770 | # | ||
| 771 | # CONFIG_MSDOS_FS is not set | ||
| 772 | # CONFIG_VFAT_FS is not set | ||
| 773 | # CONFIG_NTFS_FS is not set | ||
| 774 | |||
| 775 | # | ||
| 776 | # Pseudo filesystems | ||
| 777 | # | ||
| 778 | CONFIG_PROC_FS=y | ||
| 779 | CONFIG_SYSFS=y | ||
| 780 | CONFIG_TMPFS=y | ||
| 781 | # CONFIG_HUGETLB_PAGE is not set | ||
| 782 | CONFIG_RAMFS=y | ||
| 783 | # CONFIG_CONFIGFS_FS is not set | ||
| 784 | |||
| 785 | # | ||
| 786 | # Miscellaneous filesystems | ||
| 787 | # | ||
| 788 | # CONFIG_ADFS_FS is not set | ||
| 789 | # CONFIG_AFFS_FS is not set | ||
| 790 | # CONFIG_HFS_FS is not set | ||
| 791 | # CONFIG_HFSPLUS_FS is not set | ||
| 792 | # CONFIG_BEFS_FS is not set | ||
| 793 | # CONFIG_BFS_FS is not set | ||
| 794 | # CONFIG_EFS_FS is not set | ||
| 795 | # CONFIG_JFFS_FS is not set | ||
| 796 | CONFIG_JFFS2_FS=y | ||
| 797 | CONFIG_JFFS2_FS_DEBUG=0 | ||
| 798 | CONFIG_JFFS2_FS_WRITEBUFFER=y | ||
| 799 | # CONFIG_JFFS2_SUMMARY is not set | ||
| 800 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | ||
| 801 | CONFIG_JFFS2_ZLIB=y | ||
| 802 | CONFIG_JFFS2_RTIME=y | ||
| 803 | # CONFIG_JFFS2_RUBIN is not set | ||
| 804 | # CONFIG_CRAMFS is not set | ||
| 805 | # CONFIG_VXFS_FS is not set | ||
| 806 | # CONFIG_HPFS_FS is not set | ||
| 807 | # CONFIG_QNX4FS_FS is not set | ||
| 808 | # CONFIG_SYSV_FS is not set | ||
| 809 | # CONFIG_UFS_FS is not set | ||
| 810 | |||
| 811 | # | ||
| 812 | # Network File Systems | ||
| 813 | # | ||
| 814 | CONFIG_NFS_FS=y | ||
| 815 | CONFIG_NFS_V3=y | ||
| 816 | # CONFIG_NFS_V3_ACL is not set | ||
| 817 | CONFIG_NFS_V4=y | ||
| 818 | CONFIG_NFS_DIRECTIO=y | ||
| 819 | # CONFIG_NFSD is not set | ||
| 820 | CONFIG_ROOT_NFS=y | ||
| 821 | CONFIG_LOCKD=y | ||
| 822 | CONFIG_LOCKD_V4=y | ||
| 823 | CONFIG_NFS_COMMON=y | ||
| 824 | CONFIG_SUNRPC=y | ||
| 825 | CONFIG_SUNRPC_GSS=y | ||
| 826 | CONFIG_RPCSEC_GSS_KRB5=y | ||
| 827 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
| 828 | # CONFIG_SMB_FS is not set | ||
| 829 | # CONFIG_CIFS is not set | ||
| 830 | # CONFIG_NCP_FS is not set | ||
| 831 | # CONFIG_CODA_FS is not set | ||
| 832 | # CONFIG_AFS_FS is not set | ||
| 833 | # CONFIG_9P_FS is not set | ||
| 834 | |||
| 835 | # | ||
| 836 | # Partition Types | ||
| 837 | # | ||
| 838 | # CONFIG_PARTITION_ADVANCED is not set | ||
| 839 | CONFIG_MSDOS_PARTITION=y | ||
| 840 | |||
| 841 | # | ||
| 842 | # Native Language Support | ||
| 843 | # | ||
| 844 | # CONFIG_NLS is not set | ||
| 845 | |||
| 846 | # | ||
| 847 | # Profiling support | ||
| 848 | # | ||
| 849 | # CONFIG_PROFILING is not set | ||
| 850 | |||
| 851 | # | ||
| 852 | # Kernel hacking | ||
| 853 | # | ||
| 854 | # CONFIG_PRINTK_TIME is not set | ||
| 855 | CONFIG_MAGIC_SYSRQ=y | ||
| 856 | CONFIG_DEBUG_KERNEL=y | ||
| 857 | CONFIG_LOG_BUF_SHIFT=17 | ||
| 858 | CONFIG_DETECT_SOFTLOCKUP=y | ||
| 859 | # CONFIG_SCHEDSTATS is not set | ||
| 860 | # CONFIG_DEBUG_SLAB is not set | ||
| 861 | CONFIG_DEBUG_PREEMPT=y | ||
| 862 | # CONFIG_DEBUG_MUTEXES is not set | ||
| 863 | # CONFIG_DEBUG_SPINLOCK is not set | ||
| 864 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
| 865 | # CONFIG_DEBUG_KOBJECT is not set | ||
| 866 | CONFIG_DEBUG_BUGVERBOSE=y | ||
| 867 | # CONFIG_DEBUG_INFO is not set | ||
| 868 | # CONFIG_DEBUG_FS is not set | ||
| 869 | # CONFIG_DEBUG_VM is not set | ||
| 870 | CONFIG_FRAME_POINTER=y | ||
| 871 | # CONFIG_UNWIND_INFO is not set | ||
| 872 | CONFIG_FORCED_INLINING=y | ||
| 873 | # CONFIG_RCU_TORTURE_TEST is not set | ||
| 874 | # CONFIG_DEBUG_USER is not set | ||
| 875 | # CONFIG_DEBUG_WAITQ is not set | ||
| 876 | CONFIG_DEBUG_ERRORS=y | ||
| 877 | # CONFIG_DEBUG_LL is not set | ||
| 878 | |||
| 879 | # | ||
| 880 | # Security options | ||
| 881 | # | ||
| 882 | # CONFIG_KEYS is not set | ||
| 883 | # CONFIG_SECURITY is not set | ||
| 884 | |||
| 885 | # | ||
| 886 | # Cryptographic options | ||
| 887 | # | ||
| 888 | CONFIG_CRYPTO=y | ||
| 889 | CONFIG_CRYPTO_HMAC=y | ||
| 890 | CONFIG_CRYPTO_NULL=m | ||
| 891 | CONFIG_CRYPTO_MD4=m | ||
| 892 | CONFIG_CRYPTO_MD5=y | ||
| 893 | CONFIG_CRYPTO_SHA1=y | ||
| 894 | CONFIG_CRYPTO_SHA256=m | ||
| 895 | CONFIG_CRYPTO_SHA512=m | ||
| 896 | # CONFIG_CRYPTO_WP512 is not set | ||
| 897 | # CONFIG_CRYPTO_TGR192 is not set | ||
| 898 | CONFIG_CRYPTO_DES=y | ||
| 899 | CONFIG_CRYPTO_BLOWFISH=m | ||
| 900 | CONFIG_CRYPTO_TWOFISH=m | ||
| 901 | CONFIG_CRYPTO_SERPENT=m | ||
| 902 | CONFIG_CRYPTO_AES=m | ||
| 903 | CONFIG_CRYPTO_CAST5=m | ||
| 904 | CONFIG_CRYPTO_CAST6=m | ||
| 905 | # CONFIG_CRYPTO_TEA is not set | ||
| 906 | CONFIG_CRYPTO_ARC4=m | ||
| 907 | # CONFIG_CRYPTO_KHAZAD is not set | ||
| 908 | # CONFIG_CRYPTO_ANUBIS is not set | ||
| 909 | CONFIG_CRYPTO_DEFLATE=y | ||
| 910 | CONFIG_CRYPTO_MICHAEL_MIC=m | ||
| 911 | CONFIG_CRYPTO_CRC32C=m | ||
| 912 | # CONFIG_CRYPTO_TEST is not set | ||
| 913 | |||
| 914 | # | ||
| 915 | # Hardware crypto devices | ||
| 916 | # | ||
| 917 | |||
| 918 | # | ||
| 919 | # Library routines | ||
| 920 | # | ||
| 921 | CONFIG_CRC_CCITT=m | ||
| 922 | # CONFIG_CRC16 is not set | ||
| 923 | CONFIG_CRC32=y | ||
| 924 | CONFIG_LIBCRC32C=m | ||
| 925 | CONFIG_ZLIB_INFLATE=y | ||
| 926 | CONFIG_ZLIB_DEFLATE=y | ||
diff --git a/arch/arm/configs/s3c2410_defconfig b/arch/arm/configs/s3c2410_defconfig index 3cec29d56c8e..e17661380096 100644 --- a/arch/arm/configs/s3c2410_defconfig +++ b/arch/arm/configs/s3c2410_defconfig | |||
| @@ -1,12 +1,14 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
| 3 | # Linux kernel version: 2.6.16 | 3 | # Linux kernel version: 2.6.17 |
| 4 | # Mon Mar 20 20:36:02 2006 | 4 | # Tue Jun 20 18:57:01 2006 |
| 5 | # | 5 | # |
| 6 | CONFIG_ARM=y | 6 | CONFIG_ARM=y |
| 7 | CONFIG_MMU=y | 7 | CONFIG_MMU=y |
| 8 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 8 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
| 9 | CONFIG_GENERIC_HWEIGHT=y | ||
| 9 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 10 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
| 11 | CONFIG_VECTORS_BASE=0xffff0000 | ||
| 10 | 12 | ||
| 11 | # | 13 | # |
| 12 | # Code maturity level options | 14 | # Code maturity level options |
| @@ -27,6 +29,7 @@ CONFIG_SYSVIPC=y | |||
| 27 | CONFIG_SYSCTL=y | 29 | CONFIG_SYSCTL=y |
| 28 | # CONFIG_AUDIT is not set | 30 | # CONFIG_AUDIT is not set |
| 29 | # CONFIG_IKCONFIG is not set | 31 | # CONFIG_IKCONFIG is not set |
| 32 | # CONFIG_RELAY is not set | ||
| 30 | CONFIG_INITRAMFS_SOURCE="" | 33 | CONFIG_INITRAMFS_SOURCE="" |
| 31 | CONFIG_UID16=y | 34 | CONFIG_UID16=y |
| 32 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | 35 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y |
| @@ -42,10 +45,6 @@ CONFIG_BASE_FULL=y | |||
| 42 | CONFIG_FUTEX=y | 45 | CONFIG_FUTEX=y |
| 43 | CONFIG_EPOLL=y | 46 | CONFIG_EPOLL=y |
| 44 | CONFIG_SHMEM=y | 47 | CONFIG_SHMEM=y |
| 45 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
| 46 | CONFIG_CC_ALIGN_LABELS=0 | ||
| 47 | CONFIG_CC_ALIGN_LOOPS=0 | ||
| 48 | CONFIG_CC_ALIGN_JUMPS=0 | ||
| 49 | CONFIG_SLAB=y | 48 | CONFIG_SLAB=y |
| 50 | # CONFIG_TINY_SHMEM is not set | 49 | # CONFIG_TINY_SHMEM is not set |
| 51 | CONFIG_BASE_SMALL=0 | 50 | CONFIG_BASE_SMALL=0 |
| @@ -57,7 +56,6 @@ CONFIG_OBSOLETE_INTERMODULE=y | |||
| 57 | # | 56 | # |
| 58 | CONFIG_MODULES=y | 57 | CONFIG_MODULES=y |
| 59 | # CONFIG_MODULE_UNLOAD is not set | 58 | # CONFIG_MODULE_UNLOAD is not set |
| 60 | CONFIG_OBSOLETE_MODPARM=y | ||
| 61 | # CONFIG_MODVERSIONS is not set | 59 | # CONFIG_MODVERSIONS is not set |
| 62 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 60 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
| 63 | CONFIG_KMOD=y | 61 | CONFIG_KMOD=y |
| @@ -65,6 +63,7 @@ CONFIG_KMOD=y | |||
| 65 | # | 63 | # |
| 66 | # Block layer | 64 | # Block layer |
| 67 | # | 65 | # |
| 66 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
| 68 | 67 | ||
| 69 | # | 68 | # |
| 70 | # IO Schedulers | 69 | # IO Schedulers |
| @@ -92,6 +91,7 @@ CONFIG_DEFAULT_IOSCHED="anticipatory" | |||
| 92 | # CONFIG_ARCH_IOP3XX is not set | 91 | # CONFIG_ARCH_IOP3XX is not set |
| 93 | # CONFIG_ARCH_IXP4XX is not set | 92 | # CONFIG_ARCH_IXP4XX is not set |
| 94 | # CONFIG_ARCH_IXP2000 is not set | 93 | # CONFIG_ARCH_IXP2000 is not set |
| 94 | # CONFIG_ARCH_IXP23XX is not set | ||
| 95 | # CONFIG_ARCH_L7200 is not set | 95 | # CONFIG_ARCH_L7200 is not set |
| 96 | # CONFIG_ARCH_PXA is not set | 96 | # CONFIG_ARCH_PXA is not set |
| 97 | # CONFIG_ARCH_RPC is not set | 97 | # CONFIG_ARCH_RPC is not set |
| @@ -106,6 +106,8 @@ CONFIG_ARCH_S3C2410=y | |||
| 106 | # CONFIG_ARCH_H720X is not set | 106 | # CONFIG_ARCH_H720X is not set |
| 107 | # CONFIG_ARCH_AAEC2000 is not set | 107 | # CONFIG_ARCH_AAEC2000 is not set |
| 108 | # CONFIG_ARCH_AT91RM9200 is not set | 108 | # CONFIG_ARCH_AT91RM9200 is not set |
| 109 | # CONFIG_ARCH_PNX4008 is not set | ||
| 110 | # CONFIG_ARCH_NETX is not set | ||
| 109 | 111 | ||
| 110 | # | 112 | # |
| 111 | # S3C24XX Implementations | 113 | # S3C24XX Implementations |
| @@ -116,14 +118,19 @@ CONFIG_ARCH_BAST=y | |||
| 116 | CONFIG_BAST_PC104_IRQ=y | 118 | CONFIG_BAST_PC104_IRQ=y |
| 117 | CONFIG_ARCH_H1940=y | 119 | CONFIG_ARCH_H1940=y |
| 118 | CONFIG_MACH_N30=y | 120 | CONFIG_MACH_N30=y |
| 121 | CONFIG_MACH_SMDK=y | ||
| 119 | CONFIG_ARCH_SMDK2410=y | 122 | CONFIG_ARCH_SMDK2410=y |
| 120 | CONFIG_ARCH_S3C2440=y | 123 | CONFIG_ARCH_S3C2440=y |
| 124 | CONFIG_SMDK2440_CPU2440=y | ||
| 125 | CONFIG_SMDK2440_CPU2442=y | ||
| 121 | CONFIG_MACH_VR1000=y | 126 | CONFIG_MACH_VR1000=y |
| 122 | CONFIG_MACH_RX3715=y | 127 | CONFIG_MACH_RX3715=y |
| 123 | CONFIG_MACH_OTOM=y | 128 | CONFIG_MACH_OTOM=y |
| 124 | CONFIG_MACH_NEXCODER_2440=y | 129 | CONFIG_MACH_NEXCODER_2440=y |
| 125 | CONFIG_CPU_S3C2410=y | 130 | CONFIG_CPU_S3C2410=y |
| 131 | CONFIG_CPU_S3C244X=y | ||
| 126 | CONFIG_CPU_S3C2440=y | 132 | CONFIG_CPU_S3C2440=y |
| 133 | CONFIG_CPU_S3C2442=y | ||
| 127 | 134 | ||
| 128 | # | 135 | # |
| 129 | # S3C2410 Boot | 136 | # S3C2410 Boot |
| @@ -251,12 +258,15 @@ CONFIG_IP_PNP_BOOTP=y | |||
| 251 | # CONFIG_INET_AH is not set | 258 | # CONFIG_INET_AH is not set |
| 252 | # CONFIG_INET_ESP is not set | 259 | # CONFIG_INET_ESP is not set |
| 253 | # CONFIG_INET_IPCOMP is not set | 260 | # CONFIG_INET_IPCOMP is not set |
| 261 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
| 254 | # CONFIG_INET_TUNNEL is not set | 262 | # CONFIG_INET_TUNNEL is not set |
| 255 | CONFIG_INET_DIAG=y | 263 | CONFIG_INET_DIAG=y |
| 256 | CONFIG_INET_TCP_DIAG=y | 264 | CONFIG_INET_TCP_DIAG=y |
| 257 | # CONFIG_TCP_CONG_ADVANCED is not set | 265 | # CONFIG_TCP_CONG_ADVANCED is not set |
| 258 | CONFIG_TCP_CONG_BIC=y | 266 | CONFIG_TCP_CONG_BIC=y |
| 259 | # CONFIG_IPV6 is not set | 267 | # CONFIG_IPV6 is not set |
| 268 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
| 269 | # CONFIG_INET6_TUNNEL is not set | ||
| 260 | # CONFIG_NETFILTER is not set | 270 | # CONFIG_NETFILTER is not set |
| 261 | 271 | ||
| 262 | # | 272 | # |
| @@ -360,7 +370,6 @@ CONFIG_MTD_CFI_I2=y | |||
| 360 | # CONFIG_MTD_CFI_I8 is not set | 370 | # CONFIG_MTD_CFI_I8 is not set |
| 361 | CONFIG_MTD_CFI_INTELEXT=y | 371 | CONFIG_MTD_CFI_INTELEXT=y |
| 362 | CONFIG_MTD_CFI_AMDSTD=y | 372 | CONFIG_MTD_CFI_AMDSTD=y |
| 363 | CONFIG_MTD_CFI_AMDSTD_RETRY=0 | ||
| 364 | # CONFIG_MTD_CFI_STAA is not set | 373 | # CONFIG_MTD_CFI_STAA is not set |
| 365 | CONFIG_MTD_CFI_UTIL=y | 374 | CONFIG_MTD_CFI_UTIL=y |
| 366 | # CONFIG_MTD_RAM is not set | 375 | # CONFIG_MTD_RAM is not set |
| @@ -385,7 +394,6 @@ CONFIG_MTD_BAST_MAXSIZE=4 | |||
| 385 | # CONFIG_MTD_SLRAM is not set | 394 | # CONFIG_MTD_SLRAM is not set |
| 386 | # CONFIG_MTD_PHRAM is not set | 395 | # CONFIG_MTD_PHRAM is not set |
| 387 | # CONFIG_MTD_MTDRAM is not set | 396 | # CONFIG_MTD_MTDRAM is not set |
| 388 | # CONFIG_MTD_BLKMTD is not set | ||
| 389 | # CONFIG_MTD_BLOCK2MTD is not set | 397 | # CONFIG_MTD_BLOCK2MTD is not set |
| 390 | 398 | ||
| 391 | # | 399 | # |
| @@ -694,7 +702,6 @@ CONFIG_S3C2410_WATCHDOG=y | |||
| 694 | # | 702 | # |
| 695 | # CONFIG_USBPCWATCHDOG is not set | 703 | # CONFIG_USBPCWATCHDOG is not set |
| 696 | # CONFIG_NVRAM is not set | 704 | # CONFIG_NVRAM is not set |
| 697 | # CONFIG_RTC is not set | ||
| 698 | CONFIG_S3C2410_RTC=y | 705 | CONFIG_S3C2410_RTC=y |
| 699 | # CONFIG_DTLK is not set | 706 | # CONFIG_DTLK is not set |
| 700 | # CONFIG_R3964 is not set | 707 | # CONFIG_R3964 is not set |
| @@ -743,9 +750,7 @@ CONFIG_SENSORS_EEPROM=m | |||
| 743 | # CONFIG_SENSORS_PCF8574 is not set | 750 | # CONFIG_SENSORS_PCF8574 is not set |
| 744 | # CONFIG_SENSORS_PCA9539 is not set | 751 | # CONFIG_SENSORS_PCA9539 is not set |
| 745 | # CONFIG_SENSORS_PCF8591 is not set | 752 | # CONFIG_SENSORS_PCF8591 is not set |
| 746 | # CONFIG_SENSORS_RTC8564 is not set | ||
| 747 | # CONFIG_SENSORS_MAX6875 is not set | 753 | # CONFIG_SENSORS_MAX6875 is not set |
| 748 | # CONFIG_RTC_X1205_I2C is not set | ||
| 749 | # CONFIG_I2C_DEBUG_CORE is not set | 754 | # CONFIG_I2C_DEBUG_CORE is not set |
| 750 | # CONFIG_I2C_DEBUG_ALGO is not set | 755 | # CONFIG_I2C_DEBUG_ALGO is not set |
| 751 | # CONFIG_I2C_DEBUG_BUS is not set | 756 | # CONFIG_I2C_DEBUG_BUS is not set |
| @@ -807,18 +812,29 @@ CONFIG_SENSORS_LM85=m | |||
| 807 | # | 812 | # |
| 808 | 813 | ||
| 809 | # | 814 | # |
| 810 | # Multimedia Capabilities Port drivers | 815 | # LED devices |
| 816 | # | ||
| 817 | # CONFIG_NEW_LEDS is not set | ||
| 818 | |||
| 819 | # | ||
| 820 | # LED drivers | ||
| 821 | # | ||
| 822 | |||
| 823 | # | ||
| 824 | # LED Triggers | ||
| 811 | # | 825 | # |
| 812 | 826 | ||
| 813 | # | 827 | # |
| 814 | # Multimedia devices | 828 | # Multimedia devices |
| 815 | # | 829 | # |
| 816 | # CONFIG_VIDEO_DEV is not set | 830 | # CONFIG_VIDEO_DEV is not set |
| 831 | CONFIG_VIDEO_V4L2=y | ||
| 817 | 832 | ||
| 818 | # | 833 | # |
| 819 | # Digital Video Broadcasting Devices | 834 | # Digital Video Broadcasting Devices |
| 820 | # | 835 | # |
| 821 | # CONFIG_DVB is not set | 836 | # CONFIG_DVB is not set |
| 837 | # CONFIG_USB_DABUSB is not set | ||
| 822 | 838 | ||
| 823 | # | 839 | # |
| 824 | # Graphics support | 840 | # Graphics support |
| @@ -828,6 +844,7 @@ CONFIG_FB_CFB_FILLRECT=y | |||
| 828 | CONFIG_FB_CFB_COPYAREA=y | 844 | CONFIG_FB_CFB_COPYAREA=y |
| 829 | CONFIG_FB_CFB_IMAGEBLIT=y | 845 | CONFIG_FB_CFB_IMAGEBLIT=y |
| 830 | # CONFIG_FB_MACMODES is not set | 846 | # CONFIG_FB_MACMODES is not set |
| 847 | CONFIG_FB_FIRMWARE_EDID=y | ||
| 831 | CONFIG_FB_MODE_HELPERS=y | 848 | CONFIG_FB_MODE_HELPERS=y |
| 832 | # CONFIG_FB_TILEBLITTING is not set | 849 | # CONFIG_FB_TILEBLITTING is not set |
| 833 | # CONFIG_FB_S1D13XXX is not set | 850 | # CONFIG_FB_S1D13XXX is not set |
| @@ -863,6 +880,7 @@ CONFIG_FONT_8x16=y | |||
| 863 | # | 880 | # |
| 864 | CONFIG_USB_ARCH_HAS_HCD=y | 881 | CONFIG_USB_ARCH_HAS_HCD=y |
| 865 | CONFIG_USB_ARCH_HAS_OHCI=y | 882 | CONFIG_USB_ARCH_HAS_OHCI=y |
| 883 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
| 866 | CONFIG_USB=y | 884 | CONFIG_USB=y |
| 867 | # CONFIG_USB_DEBUG is not set | 885 | # CONFIG_USB_DEBUG is not set |
| 868 | 886 | ||
| @@ -915,9 +933,7 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y | |||
| 915 | # CONFIG_USB_ACECAD is not set | 933 | # CONFIG_USB_ACECAD is not set |
| 916 | # CONFIG_USB_KBTAB is not set | 934 | # CONFIG_USB_KBTAB is not set |
| 917 | # CONFIG_USB_POWERMATE is not set | 935 | # CONFIG_USB_POWERMATE is not set |
| 918 | # CONFIG_USB_MTOUCH is not set | 936 | # CONFIG_USB_TOUCHSCREEN is not set |
| 919 | # CONFIG_USB_ITMTOUCH is not set | ||
| 920 | # CONFIG_USB_EGALAX is not set | ||
| 921 | # CONFIG_USB_YEALINK is not set | 937 | # CONFIG_USB_YEALINK is not set |
| 922 | # CONFIG_USB_XPAD is not set | 938 | # CONFIG_USB_XPAD is not set |
| 923 | # CONFIG_USB_ATI_REMOTE is not set | 939 | # CONFIG_USB_ATI_REMOTE is not set |
| @@ -931,15 +947,6 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y | |||
| 931 | # CONFIG_USB_MDC800 is not set | 947 | # CONFIG_USB_MDC800 is not set |
| 932 | 948 | ||
| 933 | # | 949 | # |
| 934 | # USB Multimedia devices | ||
| 935 | # | ||
| 936 | # CONFIG_USB_DABUSB is not set | ||
| 937 | |||
| 938 | # | ||
| 939 | # Video4Linux support is needed for USB Multimedia device support | ||
| 940 | # | ||
| 941 | |||
| 942 | # | ||
| 943 | # USB Network Adapters | 950 | # USB Network Adapters |
| 944 | # | 951 | # |
| 945 | # CONFIG_USB_CATC is not set | 952 | # CONFIG_USB_CATC is not set |
| @@ -984,17 +991,6 @@ CONFIG_USB_MON=y | |||
| 984 | # USB Gadget Support | 991 | # USB Gadget Support |
| 985 | # | 992 | # |
| 986 | # CONFIG_USB_GADGET is not set | 993 | # CONFIG_USB_GADGET is not set |
| 987 | # CONFIG_USB_GADGET_NET2280 is not set | ||
| 988 | # CONFIG_USB_GADGET_PXA2XX is not set | ||
| 989 | # CONFIG_USB_GADGET_GOKU is not set | ||
| 990 | # CONFIG_USB_GADGET_LH7A40X is not set | ||
| 991 | # CONFIG_USB_GADGET_OMAP is not set | ||
| 992 | # CONFIG_USB_GADGET_DUMMY_HCD is not set | ||
| 993 | # CONFIG_USB_ZERO is not set | ||
| 994 | # CONFIG_USB_ETH is not set | ||
| 995 | # CONFIG_USB_GADGETFS is not set | ||
| 996 | # CONFIG_USB_FILE_STORAGE is not set | ||
| 997 | # CONFIG_USB_G_SERIAL is not set | ||
| 998 | 994 | ||
| 999 | # | 995 | # |
| 1000 | # MMC/SD Card support | 996 | # MMC/SD Card support |
| @@ -1002,6 +998,12 @@ CONFIG_USB_MON=y | |||
| 1002 | # CONFIG_MMC is not set | 998 | # CONFIG_MMC is not set |
| 1003 | 999 | ||
| 1004 | # | 1000 | # |
| 1001 | # Real Time Clock | ||
| 1002 | # | ||
| 1003 | CONFIG_RTC_LIB=y | ||
| 1004 | # CONFIG_RTC_CLASS is not set | ||
| 1005 | |||
| 1006 | # | ||
| 1005 | # File systems | 1007 | # File systems |
| 1006 | # | 1008 | # |
| 1007 | CONFIG_EXT2_FS=y | 1009 | CONFIG_EXT2_FS=y |
| @@ -1052,7 +1054,6 @@ CONFIG_SYSFS=y | |||
| 1052 | # CONFIG_TMPFS is not set | 1054 | # CONFIG_TMPFS is not set |
| 1053 | # CONFIG_HUGETLB_PAGE is not set | 1055 | # CONFIG_HUGETLB_PAGE is not set |
| 1054 | CONFIG_RAMFS=y | 1056 | CONFIG_RAMFS=y |
| 1055 | # CONFIG_RELAYFS_FS is not set | ||
| 1056 | # CONFIG_CONFIGFS_FS is not set | 1057 | # CONFIG_CONFIGFS_FS is not set |
| 1057 | 1058 | ||
| 1058 | # | 1059 | # |
| @@ -1193,6 +1194,7 @@ CONFIG_DEBUG_INFO=y | |||
| 1193 | # CONFIG_DEBUG_FS is not set | 1194 | # CONFIG_DEBUG_FS is not set |
| 1194 | # CONFIG_DEBUG_VM is not set | 1195 | # CONFIG_DEBUG_VM is not set |
| 1195 | CONFIG_FRAME_POINTER=y | 1196 | CONFIG_FRAME_POINTER=y |
| 1197 | # CONFIG_UNWIND_INFO is not set | ||
| 1196 | CONFIG_FORCED_INLINING=y | 1198 | CONFIG_FORCED_INLINING=y |
| 1197 | # CONFIG_RCU_TORTURE_TEST is not set | 1199 | # CONFIG_RCU_TORTURE_TEST is not set |
| 1198 | CONFIG_DEBUG_USER=y | 1200 | CONFIG_DEBUG_USER=y |
diff --git a/arch/arm/kernel/process.c b/arch/arm/kernel/process.c index 7df6e1aaa323..17c38dbf2f3c 100644 --- a/arch/arm/kernel/process.c +++ b/arch/arm/kernel/process.c | |||
| @@ -28,6 +28,7 @@ | |||
| 28 | #include <linux/init.h> | 28 | #include <linux/init.h> |
| 29 | #include <linux/cpu.h> | 29 | #include <linux/cpu.h> |
| 30 | #include <linux/elfcore.h> | 30 | #include <linux/elfcore.h> |
| 31 | #include <linux/pm.h> | ||
| 31 | 32 | ||
| 32 | #include <asm/leds.h> | 33 | #include <asm/leds.h> |
| 33 | #include <asm/processor.h> | 34 | #include <asm/processor.h> |
| @@ -71,8 +72,36 @@ static int __init hlt_setup(char *__unused) | |||
| 71 | __setup("nohlt", nohlt_setup); | 72 | __setup("nohlt", nohlt_setup); |
| 72 | __setup("hlt", hlt_setup); | 73 | __setup("hlt", hlt_setup); |
| 73 | 74 | ||
| 75 | void arm_machine_restart(char mode) | ||
| 76 | { | ||
| 77 | /* | ||
| 78 | * Clean and disable cache, and turn off interrupts | ||
| 79 | */ | ||
| 80 | cpu_proc_fin(); | ||
| 81 | |||
| 82 | /* | ||
| 83 | * Tell the mm system that we are going to reboot - | ||
| 84 | * we may need it to insert some 1:1 mappings so that | ||
| 85 | * soft boot works. | ||
| 86 | */ | ||
| 87 | setup_mm_for_reboot(mode); | ||
| 88 | |||
| 89 | /* | ||
| 90 | * Now call the architecture specific reboot code. | ||
| 91 | */ | ||
| 92 | arch_reset(mode); | ||
| 93 | |||
| 94 | /* | ||
| 95 | * Whoops - the architecture was unable to reboot. | ||
| 96 | * Tell the user! | ||
| 97 | */ | ||
| 98 | mdelay(1000); | ||
| 99 | printk("Reboot failed -- System halted\n"); | ||
| 100 | while (1); | ||
| 101 | } | ||
| 102 | |||
| 74 | /* | 103 | /* |
| 75 | * The following aren't currently used. | 104 | * Function pointers to optional machine specific functions |
| 76 | */ | 105 | */ |
| 77 | void (*pm_idle)(void); | 106 | void (*pm_idle)(void); |
| 78 | EXPORT_SYMBOL(pm_idle); | 107 | EXPORT_SYMBOL(pm_idle); |
| @@ -80,6 +109,10 @@ EXPORT_SYMBOL(pm_idle); | |||
| 80 | void (*pm_power_off)(void); | 109 | void (*pm_power_off)(void); |
| 81 | EXPORT_SYMBOL(pm_power_off); | 110 | EXPORT_SYMBOL(pm_power_off); |
| 82 | 111 | ||
| 112 | void (*arm_pm_restart)(char str) = arm_machine_restart; | ||
| 113 | EXPORT_SYMBOL_GPL(arm_pm_restart); | ||
| 114 | |||
| 115 | |||
| 83 | /* | 116 | /* |
| 84 | * This is our default idle handler. We need to disable | 117 | * This is our default idle handler. We need to disable |
| 85 | * interrupts here to ensure we don't miss a wakeup call. | 118 | * interrupts here to ensure we don't miss a wakeup call. |
| @@ -151,33 +184,9 @@ void machine_power_off(void) | |||
| 151 | pm_power_off(); | 184 | pm_power_off(); |
| 152 | } | 185 | } |
| 153 | 186 | ||
| 154 | |||
| 155 | void machine_restart(char * __unused) | 187 | void machine_restart(char * __unused) |
| 156 | { | 188 | { |
| 157 | /* | 189 | arm_pm_restart(reboot_mode); |
| 158 | * Clean and disable cache, and turn off interrupts | ||
| 159 | */ | ||
| 160 | cpu_proc_fin(); | ||
| 161 | |||
| 162 | /* | ||
| 163 | * Tell the mm system that we are going to reboot - | ||
| 164 | * we may need it to insert some 1:1 mappings so that | ||
| 165 | * soft boot works. | ||
| 166 | */ | ||
| 167 | setup_mm_for_reboot(reboot_mode); | ||
| 168 | |||
| 169 | /* | ||
| 170 | * Now call the architecture specific reboot code. | ||
| 171 | */ | ||
| 172 | arch_reset(reboot_mode); | ||
| 173 | |||
| 174 | /* | ||
| 175 | * Whoops - the architecture was unable to reboot. | ||
| 176 | * Tell the user! | ||
| 177 | */ | ||
| 178 | mdelay(1000); | ||
| 179 | printk("Reboot failed -- System halted\n"); | ||
| 180 | while (1); | ||
| 181 | } | 190 | } |
| 182 | 191 | ||
| 183 | void __show_regs(struct pt_regs *regs) | 192 | void __show_regs(struct pt_regs *regs) |
diff --git a/arch/arm/mach-at91rm9200/Kconfig b/arch/arm/mach-at91rm9200/Kconfig index 4b7218fc3eb1..1ab5b7828318 100644 --- a/arch/arm/mach-at91rm9200/Kconfig +++ b/arch/arm/mach-at91rm9200/Kconfig | |||
| @@ -40,6 +40,18 @@ config MACH_KB9200 | |||
| 40 | help | 40 | help |
| 41 | Select this if you are using KwikByte's KB920x board | 41 | Select this if you are using KwikByte's KB920x board |
| 42 | 42 | ||
| 43 | config MACH_ATEB9200 | ||
| 44 | bool "Embest's ATEB9200" | ||
| 45 | depends on ARCH_AT91RM9200 | ||
| 46 | help | ||
| 47 | Select this if you are using Embest's ATEB9200 board | ||
| 48 | |||
| 49 | config MACH_KAFA | ||
| 50 | bool "Sperry-Sun KAFA board" | ||
| 51 | depends on ARCH_AT91RM9200 | ||
| 52 | help | ||
| 53 | Select this if you are using Sperry-Sun's KAFA board | ||
| 54 | |||
| 43 | 55 | ||
| 44 | comment "AT91RM9200 Feature Selections" | 56 | comment "AT91RM9200 Feature Selections" |
| 45 | 57 | ||
diff --git a/arch/arm/mach-at91rm9200/Makefile b/arch/arm/mach-at91rm9200/Makefile index ef88c4128edc..81ebc6684ad2 100644 --- a/arch/arm/mach-at91rm9200/Makefile +++ b/arch/arm/mach-at91rm9200/Makefile | |||
| @@ -7,22 +7,31 @@ obj-m := | |||
| 7 | obj-n := | 7 | obj-n := |
| 8 | obj- := | 8 | obj- := |
| 9 | 9 | ||
| 10 | obj-$(CONFIG_PM) += pm.o | ||
| 11 | |||
| 10 | # Board-specific support | 12 | # Board-specific support |
| 11 | obj-$(CONFIG_ARCH_AT91RM9200DK) += board-dk.o | 13 | obj-$(CONFIG_ARCH_AT91RM9200DK) += board-dk.o |
| 12 | obj-$(CONFIG_MACH_AT91RM9200EK) += board-ek.o | 14 | obj-$(CONFIG_MACH_AT91RM9200EK) += board-ek.o |
| 13 | obj-$(CONFIG_MACH_CSB337) += board-csb337.o | 15 | obj-$(CONFIG_MACH_CSB337) += board-csb337.o |
| 14 | obj-$(CONFIG_MACH_CSB637) += board-csb637.o | 16 | obj-$(CONFIG_MACH_CSB637) += board-csb637.o |
| 15 | #obj-$(CONFIG_MACH_CARMEVA) += board-carmeva.o | 17 | obj-$(CONFIG_MACH_CARMEVA) += board-carmeva.o |
| 16 | #obj-$(CONFIG_MACH_KB9200) += board-kb9202.o | 18 | obj-$(CONFIG_MACH_KB9200) += board-kb9202.o |
| 19 | obj-$(CONFIG_MACH_ATEB9200) += board-eb9200.o | ||
| 20 | obj-$(CONFIG_MACH_KAFA) += board-kafa.o | ||
| 17 | 21 | ||
| 18 | # LEDs support | 22 | # LEDs support |
| 19 | led-$(CONFIG_ARCH_AT91RM9200DK) += leds.o | 23 | led-$(CONFIG_ARCH_AT91RM9200DK) += leds.o |
| 20 | led-$(CONFIG_MACH_AT91RM9200EK) += leds.o | 24 | led-$(CONFIG_MACH_AT91RM9200EK) += leds.o |
| 21 | led-$(CONFIG_MACH_CSB337) += leds.o | 25 | led-$(CONFIG_MACH_CSB337) += leds.o |
| 22 | led-$(CONFIG_MACH_CSB637) += leds.o | 26 | led-$(CONFIG_MACH_CSB637) += leds.o |
| 23 | #led-$(CONFIG_MACH_KB9200) += leds.o | 27 | led-$(CONFIG_MACH_KB9200) += leds.o |
| 24 | #led-$(CONFIG_MACH_KAFA) += leds.o | 28 | led-$(CONFIG_MACH_KAFA) += leds.o |
| 25 | obj-$(CONFIG_LEDS) += $(led-y) | 29 | obj-$(CONFIG_LEDS) += $(led-y) |
| 26 | 30 | ||
| 27 | # VGA support | 31 | # VGA support |
| 28 | #obj-$(CONFIG_FB_S1D13XXX) += ics1523.o | 32 | #obj-$(CONFIG_FB_S1D13XXX) += ics1523.o |
| 33 | |||
| 34 | |||
| 35 | ifeq ($(CONFIG_PM_DEBUG),y) | ||
| 36 | CFLAGS_pm.o += -DDEBUG | ||
| 37 | endif | ||
diff --git a/arch/arm/mach-at91rm9200/board-carmeva.c b/arch/arm/mach-at91rm9200/board-carmeva.c new file mode 100644 index 000000000000..2c138b542ebe --- /dev/null +++ b/arch/arm/mach-at91rm9200/board-carmeva.c | |||
| @@ -0,0 +1,131 @@ | |||
| 1 | /* | ||
| 2 | * linux/arch/arm/mach-at91rm9200/board-carmeva.c | ||
| 3 | * | ||
| 4 | * Copyright (c) 2005 Peer Georgi | ||
| 5 | * Conitec Datasystems | ||
| 6 | * | ||
| 7 | * This program is free software; you can redistribute it and/or modify | ||
| 8 | * it under the terms of the GNU General Public License as published by | ||
| 9 | * the Free Software Foundation; either version 2 of the License, or | ||
| 10 | * (at your option) any later version. | ||
| 11 | * | ||
| 12 | * This program is distributed in the hope that it will be useful, | ||
| 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 15 | * GNU General Public License for more details. | ||
| 16 | * | ||
| 17 | * You should have received a copy of the GNU General Public License | ||
| 18 | * along with this program; if not, write to the Free Software | ||
| 19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
| 20 | */ | ||
| 21 | |||
| 22 | #include <linux/config.h> | ||
| 23 | #include <linux/types.h> | ||
| 24 | #include <linux/init.h> | ||
| 25 | #include <linux/mm.h> | ||
| 26 | #include <linux/module.h> | ||
| 27 | #include <linux/platform_device.h> | ||
| 28 | |||
| 29 | #include <asm/hardware.h> | ||
| 30 | #include <asm/setup.h> | ||
| 31 | #include <asm/mach-types.h> | ||
| 32 | #include <asm/irq.h> | ||
| 33 | |||
| 34 | #include <asm/mach/arch.h> | ||
| 35 | #include <asm/mach/map.h> | ||
| 36 | #include <asm/mach/irq.h> | ||
| 37 | |||
| 38 | #include <asm/hardware.h> | ||
| 39 | #include <asm/arch/board.h> | ||
| 40 | #include <asm/arch/gpio.h> | ||
| 41 | |||
| 42 | #include "generic.h" | ||
| 43 | |||
| 44 | static void __init carmeva_init_irq(void) | ||
| 45 | { | ||
| 46 | /* Initialize AIC controller */ | ||
| 47 | at91rm9200_init_irq(NULL); | ||
| 48 | |||
| 49 | /* Set up the GPIO interrupts */ | ||
| 50 | at91_gpio_irq_setup(BGA_GPIO_BANKS); | ||
| 51 | } | ||
| 52 | |||
| 53 | /* | ||
| 54 | * Serial port configuration. | ||
| 55 | * 0 .. 3 = USART0 .. USART3 | ||
| 56 | * 4 = DBGU | ||
| 57 | */ | ||
| 58 | static struct at91_uart_config __initdata carmeva_uart_config = { | ||
| 59 | .console_tty = 0, /* ttyS0 */ | ||
| 60 | .nr_tty = 2, | ||
| 61 | .tty_map = { 4, 1, -1, -1, -1 } /* ttyS0, ..., ttyS4 */ | ||
| 62 | }; | ||
| 63 | |||
| 64 | static void __init carmeva_map_io(void) | ||
| 65 | { | ||
| 66 | at91rm9200_map_io(); | ||
| 67 | |||
| 68 | /* Initialize clocks: 20.000 MHz crystal */ | ||
| 69 | at91_clock_init(20000000); | ||
| 70 | |||
| 71 | /* Setup the serial ports and console */ | ||
| 72 | at91_init_serial(&carmeva_uart_config); | ||
| 73 | } | ||
| 74 | |||
| 75 | static struct at91_eth_data __initdata carmeva_eth_data = { | ||
| 76 | .phy_irq_pin = AT91_PIN_PC4, | ||
| 77 | .is_rmii = 1, | ||
| 78 | }; | ||
| 79 | |||
| 80 | static struct at91_usbh_data __initdata carmeva_usbh_data = { | ||
| 81 | .ports = 2, | ||
| 82 | }; | ||
| 83 | |||
| 84 | static struct at91_udc_data __initdata carmeva_udc_data = { | ||
| 85 | .vbus_pin = AT91_PIN_PD12, | ||
| 86 | .pullup_pin = AT91_PIN_PD9, | ||
| 87 | }; | ||
| 88 | |||
| 89 | /* FIXME: user dependend */ | ||
| 90 | // static struct at91_cf_data __initdata carmeva_cf_data = { | ||
| 91 | // .det_pin = AT91_PIN_PB0, | ||
| 92 | // .rst_pin = AT91_PIN_PC5, | ||
| 93 | // .irq_pin = ... not connected | ||
| 94 | // .vcc_pin = ... always powered | ||
| 95 | // }; | ||
| 96 | |||
| 97 | static struct at91_mmc_data __initdata carmeva_mmc_data = { | ||
| 98 | .is_b = 0, | ||
| 99 | .wire4 = 1, | ||
| 100 | }; | ||
| 101 | |||
| 102 | static void __init carmeva_board_init(void) | ||
| 103 | { | ||
| 104 | /* Serial */ | ||
| 105 | at91_add_device_serial(); | ||
| 106 | /* Ethernet */ | ||
| 107 | at91_add_device_eth(&carmeva_eth_data); | ||
| 108 | /* USB Host */ | ||
| 109 | at91_add_device_usbh(&carmeva_usbh_data); | ||
| 110 | /* USB Device */ | ||
| 111 | at91_add_device_udc(&carmeva_udc_data); | ||
| 112 | /* I2C */ | ||
| 113 | at91_add_device_i2c(); | ||
| 114 | /* Compact Flash */ | ||
| 115 | // at91_add_device_cf(&carmeva_cf_data); | ||
| 116 | /* SPI */ | ||
| 117 | // at91_add_device_spi(NULL, 0); | ||
| 118 | /* MMC */ | ||
| 119 | at91_add_device_mmc(&carmeva_mmc_data); | ||
| 120 | } | ||
| 121 | |||
| 122 | MACHINE_START(CARMEVA, "Carmeva") | ||
| 123 | /* Maintainer: Conitec Datasystems */ | ||
| 124 | .phys_io = AT91_BASE_SYS, | ||
| 125 | .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, | ||
| 126 | .boot_params = AT91_SDRAM_BASE + 0x100, | ||
| 127 | .timer = &at91rm9200_timer, | ||
| 128 | .map_io = carmeva_map_io, | ||
| 129 | .init_irq = carmeva_init_irq, | ||
| 130 | .init_machine = carmeva_board_init, | ||
| 131 | MACHINE_END | ||
diff --git a/arch/arm/mach-at91rm9200/board-csb337.c b/arch/arm/mach-at91rm9200/board-csb337.c index f45104ceea8f..e94645d77f7a 100644 --- a/arch/arm/mach-at91rm9200/board-csb337.c +++ b/arch/arm/mach-at91rm9200/board-csb337.c | |||
| @@ -24,6 +24,7 @@ | |||
| 24 | #include <linux/mm.h> | 24 | #include <linux/mm.h> |
| 25 | #include <linux/module.h> | 25 | #include <linux/module.h> |
| 26 | #include <linux/platform_device.h> | 26 | #include <linux/platform_device.h> |
| 27 | #include <linux/spi/spi.h> | ||
| 27 | 28 | ||
| 28 | #include <asm/hardware.h> | 29 | #include <asm/hardware.h> |
| 29 | #include <asm/setup.h> | 30 | #include <asm/setup.h> |
| @@ -34,9 +35,9 @@ | |||
| 34 | #include <asm/mach/map.h> | 35 | #include <asm/mach/map.h> |
| 35 | #include <asm/mach/irq.h> | 36 | #include <asm/mach/irq.h> |
| 36 | 37 | ||
| 37 | #include <asm/arch/hardware.h> | 38 | #include <asm/hardware.h> |
| 38 | #include <asm/mach/serial_at91rm9200.h> | ||
| 39 | #include <asm/arch/board.h> | 39 | #include <asm/arch/board.h> |
| 40 | #include <asm/arch/gpio.h> | ||
| 40 | 41 | ||
| 41 | #include "generic.h" | 42 | #include "generic.h" |
| 42 | 43 | ||
| @@ -54,32 +55,24 @@ static void __init csb337_init_irq(void) | |||
| 54 | * 0 .. 3 = USART0 .. USART3 | 55 | * 0 .. 3 = USART0 .. USART3 |
| 55 | * 4 = DBGU | 56 | * 4 = DBGU |
| 56 | */ | 57 | */ |
| 57 | #define CSB337_UART_MAP { 4, 1, -1, -1, -1 } /* ttyS0, ..., ttyS4 */ | 58 | static struct at91_uart_config __initdata csb337_uart_config = { |
| 58 | #define CSB337_SERIAL_CONSOLE 0 /* ttyS0 */ | 59 | .console_tty = 0, /* ttyS0 */ |
| 60 | .nr_tty = 2, | ||
| 61 | .tty_map = { 4, 1, -1, -1, -1 } /* ttyS0, ..., ttyS4 */ | ||
| 62 | }; | ||
| 59 | 63 | ||
| 60 | static void __init csb337_map_io(void) | 64 | static void __init csb337_map_io(void) |
| 61 | { | 65 | { |
| 62 | int serial[AT91_NR_UART] = CSB337_UART_MAP; | ||
| 63 | int i; | ||
| 64 | |||
| 65 | at91rm9200_map_io(); | 66 | at91rm9200_map_io(); |
| 66 | 67 | ||
| 67 | /* Initialize clocks: 3.6864 MHz crystal */ | 68 | /* Initialize clocks: 3.6864 MHz crystal */ |
| 68 | at91_clock_init(3686400); | 69 | at91_clock_init(3686400); |
| 69 | 70 | ||
| 70 | /* Setup the LEDs */ | 71 | /* Setup the LEDs */ |
| 71 | at91_init_leds(AT91_PIN_PB2, AT91_PIN_PB2); | 72 | at91_init_leds(AT91_PIN_PB0, AT91_PIN_PB1); |
| 72 | 73 | ||
| 73 | #ifdef CONFIG_SERIAL_AT91 | 74 | /* Setup the serial ports and console */ |
| 74 | at91_console_port = CSB337_SERIAL_CONSOLE; | 75 | at91_init_serial(&csb337_uart_config); |
| 75 | memcpy(at91_serial_map, serial, sizeof(serial)); | ||
| 76 | |||
| 77 | /* Register UARTs */ | ||
| 78 | for (i = 0; i < AT91_NR_UART; i++) { | ||
| 79 | if (serial[i] >= 0) | ||
| 80 | at91_register_uart(i, serial[i]); | ||
| 81 | } | ||
| 82 | #endif | ||
| 83 | } | 76 | } |
| 84 | 77 | ||
| 85 | static struct at91_eth_data __initdata csb337_eth_data = { | 78 | static struct at91_eth_data __initdata csb337_eth_data = { |
| @@ -118,17 +111,31 @@ static struct at91_mmc_data __initdata csb337_mmc_data = { | |||
| 118 | .wp_pin = AT91_PIN_PD6, | 111 | .wp_pin = AT91_PIN_PD6, |
| 119 | }; | 112 | }; |
| 120 | 113 | ||
| 114 | static struct spi_board_info csb337_spi_devices[] = { | ||
| 115 | { /* CAN controller */ | ||
| 116 | .modalias = "sak82c900", | ||
| 117 | .chip_select = 0, | ||
| 118 | .max_speed_hz = 6 * 1000 * 1000, | ||
| 119 | }, | ||
| 120 | }; | ||
| 121 | |||
| 121 | static void __init csb337_board_init(void) | 122 | static void __init csb337_board_init(void) |
| 122 | { | 123 | { |
| 124 | /* Serial */ | ||
| 125 | at91_add_device_serial(); | ||
| 123 | /* Ethernet */ | 126 | /* Ethernet */ |
| 124 | at91_add_device_eth(&csb337_eth_data); | 127 | at91_add_device_eth(&csb337_eth_data); |
| 125 | /* USB Host */ | 128 | /* USB Host */ |
| 126 | at91_add_device_usbh(&csb337_usbh_data); | 129 | at91_add_device_usbh(&csb337_usbh_data); |
| 127 | /* USB Device */ | 130 | /* USB Device */ |
| 128 | at91_add_device_udc(&csb337_udc_data); | 131 | at91_add_device_udc(&csb337_udc_data); |
| 132 | /* I2C */ | ||
| 133 | at91_add_device_i2c(); | ||
| 129 | /* Compact Flash */ | 134 | /* Compact Flash */ |
| 130 | at91_set_gpio_input(AT91_PIN_PB22, 1); /* IOIS16 */ | 135 | at91_set_gpio_input(AT91_PIN_PB22, 1); /* IOIS16 */ |
| 131 | at91_add_device_cf(&csb337_cf_data); | 136 | at91_add_device_cf(&csb337_cf_data); |
| 137 | /* SPI */ | ||
| 138 | at91_add_device_spi(csb337_spi_devices, ARRAY_SIZE(csb337_spi_devices)); | ||
| 132 | /* MMC */ | 139 | /* MMC */ |
| 133 | at91_add_device_mmc(&csb337_mmc_data); | 140 | at91_add_device_mmc(&csb337_mmc_data); |
| 134 | } | 141 | } |
diff --git a/arch/arm/mach-at91rm9200/board-csb637.c b/arch/arm/mach-at91rm9200/board-csb637.c index f2c2d6e79bc6..67d5f7786cdb 100644 --- a/arch/arm/mach-at91rm9200/board-csb637.c +++ b/arch/arm/mach-at91rm9200/board-csb637.c | |||
| @@ -34,9 +34,9 @@ | |||
| 34 | #include <asm/mach/map.h> | 34 | #include <asm/mach/map.h> |
| 35 | #include <asm/mach/irq.h> | 35 | #include <asm/mach/irq.h> |
| 36 | 36 | ||
| 37 | #include <asm/arch/hardware.h> | 37 | #include <asm/hardware.h> |
| 38 | #include <asm/mach/serial_at91rm9200.h> | ||
| 39 | #include <asm/arch/board.h> | 38 | #include <asm/arch/board.h> |
| 39 | #include <asm/arch/gpio.h> | ||
| 40 | 40 | ||
| 41 | #include "generic.h" | 41 | #include "generic.h" |
| 42 | 42 | ||
| @@ -54,14 +54,14 @@ static void __init csb637_init_irq(void) | |||
| 54 | * 0 .. 3 = USART0 .. USART3 | 54 | * 0 .. 3 = USART0 .. USART3 |
| 55 | * 4 = DBGU | 55 | * 4 = DBGU |
| 56 | */ | 56 | */ |
| 57 | #define CSB637_UART_MAP { 4, 1, -1, -1, -1 } /* ttyS0, ..., ttyS4 */ | 57 | static struct at91_uart_config __initdata csb637_uart_config = { |
| 58 | #define CSB637_SERIAL_CONSOLE 0 /* ttyS0 */ | 58 | .console_tty = 0, /* ttyS0 */ |
| 59 | .nr_tty = 2, | ||
| 60 | .tty_map = { 4, 1, -1, -1, -1 } /* ttyS0, ..., ttyS4 */ | ||
| 61 | }; | ||
| 59 | 62 | ||
| 60 | static void __init csb637_map_io(void) | 63 | static void __init csb637_map_io(void) |
| 61 | { | 64 | { |
| 62 | int serial[AT91_NR_UART] = CSB637_UART_MAP; | ||
| 63 | int i; | ||
| 64 | |||
| 65 | at91rm9200_map_io(); | 65 | at91rm9200_map_io(); |
| 66 | 66 | ||
| 67 | /* Initialize clocks: 3.6864 MHz crystal */ | 67 | /* Initialize clocks: 3.6864 MHz crystal */ |
| @@ -70,16 +70,8 @@ static void __init csb637_map_io(void) | |||
| 70 | /* Setup the LEDs */ | 70 | /* Setup the LEDs */ |
| 71 | at91_init_leds(AT91_PIN_PB2, AT91_PIN_PB2); | 71 | at91_init_leds(AT91_PIN_PB2, AT91_PIN_PB2); |
| 72 | 72 | ||
| 73 | #ifdef CONFIG_SERIAL_AT91 | 73 | /* Setup the serial ports and console */ |
| 74 | at91_console_port = CSB637_SERIAL_CONSOLE; | 74 | at91_init_serial(&csb637_uart_config); |
| 75 | memcpy(at91_serial_map, serial, sizeof(serial)); | ||
| 76 | |||
| 77 | /* Register UARTs */ | ||
| 78 | for (i = 0; i < AT91_NR_UART; i++) { | ||
| 79 | if (serial[i] >= 0) | ||
| 80 | at91_register_uart(i, serial[i]); | ||
| 81 | } | ||
| 82 | #endif | ||
| 83 | } | 75 | } |
| 84 | 76 | ||
| 85 | static struct at91_eth_data __initdata csb637_eth_data = { | 77 | static struct at91_eth_data __initdata csb637_eth_data = { |
| @@ -98,12 +90,18 @@ static struct at91_udc_data __initdata csb637_udc_data = { | |||
| 98 | 90 | ||
| 99 | static void __init csb637_board_init(void) | 91 | static void __init csb637_board_init(void) |
| 100 | { | 92 | { |
| 93 | /* Serial */ | ||
| 94 | at91_add_device_serial(); | ||
| 101 | /* Ethernet */ | 95 | /* Ethernet */ |
| 102 | at91_add_device_eth(&csb637_eth_data); | 96 | at91_add_device_eth(&csb637_eth_data); |
| 103 | /* USB Host */ | 97 | /* USB Host */ |
| 104 | at91_add_device_usbh(&csb637_usbh_data); | 98 | at91_add_device_usbh(&csb637_usbh_data); |
| 105 | /* USB Device */ | 99 | /* USB Device */ |
| 106 | at91_add_device_udc(&csb637_udc_data); | 100 | at91_add_device_udc(&csb637_udc_data); |
| 101 | /* I2C */ | ||
| 102 | at91_add_device_i2c(); | ||
| 103 | /* SPI */ | ||
| 104 | at91_add_device_spi(NULL, 0); | ||
| 107 | } | 105 | } |
| 108 | 106 | ||
| 109 | MACHINE_START(CSB637, "Cogent CSB637") | 107 | MACHINE_START(CSB637, "Cogent CSB637") |
diff --git a/arch/arm/mach-at91rm9200/board-dk.c b/arch/arm/mach-at91rm9200/board-dk.c index 2d7200ed66ed..48d7390fa584 100644 --- a/arch/arm/mach-at91rm9200/board-dk.c +++ b/arch/arm/mach-at91rm9200/board-dk.c | |||
| @@ -27,6 +27,7 @@ | |||
| 27 | #include <linux/mm.h> | 27 | #include <linux/mm.h> |
| 28 | #include <linux/module.h> | 28 | #include <linux/module.h> |
| 29 | #include <linux/platform_device.h> | 29 | #include <linux/platform_device.h> |
| 30 | #include <linux/spi/spi.h> | ||
| 30 | 31 | ||
| 31 | #include <asm/hardware.h> | 32 | #include <asm/hardware.h> |
| 32 | #include <asm/setup.h> | 33 | #include <asm/setup.h> |
| @@ -37,9 +38,9 @@ | |||
| 37 | #include <asm/mach/map.h> | 38 | #include <asm/mach/map.h> |
| 38 | #include <asm/mach/irq.h> | 39 | #include <asm/mach/irq.h> |
| 39 | 40 | ||
| 40 | #include <asm/arch/hardware.h> | 41 | #include <asm/hardware.h> |
| 41 | #include <asm/mach/serial_at91rm9200.h> | ||
| 42 | #include <asm/arch/board.h> | 42 | #include <asm/arch/board.h> |
| 43 | #include <asm/arch/gpio.h> | ||
| 43 | 44 | ||
| 44 | #include "generic.h" | 45 | #include "generic.h" |
| 45 | 46 | ||
| @@ -57,14 +58,14 @@ static void __init dk_init_irq(void) | |||
| 57 | * 0 .. 3 = USART0 .. USART3 | 58 | * 0 .. 3 = USART0 .. USART3 |
| 58 | * 4 = DBGU | 59 | * 4 = DBGU |
| 59 | */ | 60 | */ |
| 60 | #define DK_UART_MAP { 4, 1, -1, -1, -1 } /* ttyS0, ..., ttyS4 */ | 61 | static struct at91_uart_config __initdata dk_uart_config = { |
| 61 | #define DK_SERIAL_CONSOLE 0 /* ttyS0 */ | 62 | .console_tty = 0, /* ttyS0 */ |
| 63 | .nr_tty = 2, | ||
| 64 | .tty_map = { 4, 1, -1, -1, -1 } /* ttyS0, ..., ttyS4 */ | ||
| 65 | }; | ||
| 62 | 66 | ||
| 63 | static void __init dk_map_io(void) | 67 | static void __init dk_map_io(void) |
| 64 | { | 68 | { |
| 65 | int serial[AT91_NR_UART] = DK_UART_MAP; | ||
| 66 | int i; | ||
| 67 | |||
| 68 | at91rm9200_map_io(); | 69 | at91rm9200_map_io(); |
| 69 | 70 | ||
| 70 | /* Initialize clocks: 18.432 MHz crystal */ | 71 | /* Initialize clocks: 18.432 MHz crystal */ |
| @@ -73,16 +74,8 @@ static void __init dk_map_io(void) | |||
| 73 | /* Setup the LEDs */ | 74 | /* Setup the LEDs */ |
| 74 | at91_init_leds(AT91_PIN_PB2, AT91_PIN_PB2); | 75 | at91_init_leds(AT91_PIN_PB2, AT91_PIN_PB2); |
| 75 | 76 | ||
| 76 | #ifdef CONFIG_SERIAL_AT91 | 77 | /* Setup the serial ports and console */ |
| 77 | at91_console_port = DK_SERIAL_CONSOLE; | 78 | at91_init_serial(&dk_uart_config); |
| 78 | memcpy(at91_serial_map, serial, sizeof(serial)); | ||
| 79 | |||
| 80 | /* Register UARTs */ | ||
| 81 | for (i = 0; i < AT91_NR_UART; i++) { | ||
| 82 | if (at91_serial_map[i] >= 0) | ||
| 83 | at91_register_uart(i, at91_serial_map[i]); | ||
| 84 | } | ||
| 85 | #endif | ||
| 86 | } | 79 | } |
| 87 | 80 | ||
| 88 | static struct at91_eth_data __initdata dk_eth_data = { | 81 | static struct at91_eth_data __initdata dk_eth_data = { |
| @@ -111,16 +104,48 @@ static struct at91_mmc_data __initdata dk_mmc_data = { | |||
| 111 | .wire4 = 1, | 104 | .wire4 = 1, |
| 112 | }; | 105 | }; |
| 113 | 106 | ||
| 107 | static struct spi_board_info dk_spi_devices[] = { | ||
| 108 | { /* DataFlash chip */ | ||
| 109 | .modalias = "mtd_dataflash", | ||
| 110 | .chip_select = 0, | ||
| 111 | .max_speed_hz = 15 * 1000 * 1000, | ||
| 112 | }, | ||
| 113 | { /* UR6HCPS2-SP40 PS2-to-SPI adapter */ | ||
| 114 | .modalias = "ur6hcps2", | ||
| 115 | .chip_select = 1, | ||
| 116 | .max_speed_hz = 250 * 1000, | ||
| 117 | }, | ||
| 118 | { /* TLV1504 ADC, 4 channels, 10 bits; one is a temp sensor */ | ||
| 119 | .modalias = "tlv1504", | ||
| 120 | .chip_select = 2, | ||
| 121 | .max_speed_hz = 20 * 1000 * 1000, | ||
| 122 | }, | ||
| 123 | #ifdef CONFIG_MTD_AT91_DATAFLASH_CARD | ||
| 124 | { /* DataFlash card */ | ||
| 125 | .modalias = "mtd_dataflash", | ||
| 126 | .chip_select = 3, | ||
| 127 | .max_speed_hz = 15 * 1000 * 1000, | ||
| 128 | } | ||
| 129 | #endif | ||
| 130 | }; | ||
| 131 | |||
| 114 | static void __init dk_board_init(void) | 132 | static void __init dk_board_init(void) |
| 115 | { | 133 | { |
| 134 | /* Serial */ | ||
| 135 | at91_add_device_serial(); | ||
| 116 | /* Ethernet */ | 136 | /* Ethernet */ |
| 117 | at91_add_device_eth(&dk_eth_data); | 137 | at91_add_device_eth(&dk_eth_data); |
| 118 | /* USB Host */ | 138 | /* USB Host */ |
| 119 | at91_add_device_usbh(&dk_usbh_data); | 139 | at91_add_device_usbh(&dk_usbh_data); |
| 120 | /* USB Device */ | 140 | /* USB Device */ |
| 121 | at91_add_device_udc(&dk_udc_data); | 141 | at91_add_device_udc(&dk_udc_data); |
| 142 | at91_set_multi_drive(dk_udc_data.pullup_pin, 1); /* pullup_pin is connected to reset */ | ||
| 122 | /* Compact Flash */ | 143 | /* Compact Flash */ |
| 123 | at91_add_device_cf(&dk_cf_data); | 144 | at91_add_device_cf(&dk_cf_data); |
| 145 | /* I2C */ | ||
| 146 | at91_add_device_i2c(); | ||
| 147 | /* SPI */ | ||
| 148 | at91_add_device_spi(dk_spi_devices, ARRAY_SIZE(dk_spi_devices)); | ||
| 124 | #ifdef CONFIG_MTD_AT91_DATAFLASH_CARD | 149 | #ifdef CONFIG_MTD_AT91_DATAFLASH_CARD |
| 125 | /* DataFlash card */ | 150 | /* DataFlash card */ |
| 126 | at91_set_gpio_output(AT91_PIN_PB7, 0); | 151 | at91_set_gpio_output(AT91_PIN_PB7, 0); |
diff --git a/arch/arm/mach-at91rm9200/board-eb9200.c b/arch/arm/mach-at91rm9200/board-eb9200.c new file mode 100644 index 000000000000..a3e2df968a66 --- /dev/null +++ b/arch/arm/mach-at91rm9200/board-eb9200.c | |||
| @@ -0,0 +1,130 @@ | |||
| 1 | /* | ||
| 2 | * linux/arch/arm/mach-at91rm9200/board-eb9200.c | ||
| 3 | * | ||
| 4 | * Copyright (C) 2005 SAN People, adapted for ATEB9200 from Embest | ||
| 5 | * by Andrew Patrikalakis | ||
| 6 | * | ||
| 7 | * This program is free software; you can redistribute it and/or modify | ||
| 8 | * it under the terms of the GNU General Public License as published by | ||
| 9 | * the Free Software Foundation; either version 2 of the License, or | ||
| 10 | * (at your option) any later version. | ||
| 11 | * | ||
| 12 | * This program is distributed in the hope that it will be useful, | ||
| 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 15 | * GNU General Public License for more details. | ||
| 16 | * | ||
| 17 | * You should have received a copy of the GNU General Public License | ||
| 18 | * along with this program; if not, write to the Free Software | ||
| 19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
| 20 | */ | ||
| 21 | |||
| 22 | #include <linux/config.h> | ||
| 23 | #include <linux/types.h> | ||
| 24 | #include <linux/init.h> | ||
| 25 | #include <linux/mm.h> | ||
| 26 | #include <linux/module.h> | ||
| 27 | #include <linux/device.h> | ||
| 28 | |||
| 29 | #include <asm/hardware.h> | ||
| 30 | #include <asm/setup.h> | ||
| 31 | #include <asm/mach-types.h> | ||
| 32 | #include <asm/irq.h> | ||
| 33 | |||
| 34 | #include <asm/mach/arch.h> | ||
| 35 | #include <asm/mach/map.h> | ||
| 36 | #include <asm/mach/irq.h> | ||
| 37 | |||
| 38 | #include <asm/hardware.h> | ||
| 39 | #include <asm/arch/board.h> | ||
| 40 | #include <asm/arch/gpio.h> | ||
| 41 | |||
| 42 | #include "generic.h" | ||
| 43 | |||
| 44 | static void __init eb9200_init_irq(void) | ||
| 45 | { | ||
| 46 | /* Initialize AIC controller */ | ||
| 47 | at91rm9200_init_irq(NULL); | ||
| 48 | |||
| 49 | /* Set up the GPIO interrupts */ | ||
| 50 | at91_gpio_irq_setup(BGA_GPIO_BANKS); | ||
| 51 | } | ||
| 52 | |||
| 53 | /* | ||
| 54 | * Serial port configuration. | ||
| 55 | * 0 .. 3 = USART0 .. USART3 | ||
| 56 | * 4 = DBGU | ||
| 57 | */ | ||
| 58 | static struct at91_uart_config __initdata eb9200_uart_config = { | ||
| 59 | .console_tty = 0, /* ttyS0 */ | ||
| 60 | .nr_tty = 2, | ||
| 61 | .tty_map = { 4, 1, -1, -1, -1 } /* ttyS0, ..., ttyS4 */ | ||
| 62 | }; | ||
| 63 | |||
| 64 | static void __init eb9200_map_io(void) | ||
| 65 | { | ||
| 66 | at91rm9200_map_io(); | ||
| 67 | |||
| 68 | /* Initialize clocks: 18.432 MHz crystal */ | ||
| 69 | at91_clock_init(18432000); | ||
| 70 | |||
| 71 | /* Setup the serial ports and console */ | ||
| 72 | at91_init_serial(&eb9200_uart_config); | ||
| 73 | } | ||
| 74 | |||
| 75 | static struct at91_eth_data __initdata eb9200_eth_data = { | ||
| 76 | .phy_irq_pin = AT91_PIN_PC4, | ||
| 77 | .is_rmii = 1, | ||
| 78 | }; | ||
| 79 | |||
| 80 | static struct at91_usbh_data __initdata eb9200_usbh_data = { | ||
| 81 | .ports = 2, | ||
| 82 | }; | ||
| 83 | |||
| 84 | static struct at91_udc_data __initdata eb9200_udc_data = { | ||
| 85 | .vbus_pin = AT91_PIN_PD4, | ||
| 86 | .pullup_pin = AT91_PIN_PD5, | ||
| 87 | }; | ||
| 88 | |||
| 89 | static struct at91_cf_data __initdata eb9200_cf_data = { | ||
| 90 | .det_pin = AT91_PIN_PB0, | ||
| 91 | .rst_pin = AT91_PIN_PC5, | ||
| 92 | // .irq_pin = ... not connected | ||
| 93 | // .vcc_pin = ... always powered | ||
| 94 | }; | ||
| 95 | |||
| 96 | static struct at91_mmc_data __initdata eb9200_mmc_data = { | ||
| 97 | .is_b = 0, | ||
| 98 | .wire4 = 1, | ||
| 99 | }; | ||
| 100 | |||
| 101 | static void __init eb9200_board_init(void) | ||
| 102 | { | ||
| 103 | /* Serial */ | ||
| 104 | at91_add_device_serial(); | ||
| 105 | /* Ethernet */ | ||
| 106 | at91_add_device_eth(&eb9200_eth_data); | ||
| 107 | /* USB Host */ | ||
| 108 | at91_add_device_usbh(&eb9200_usbh_data); | ||
| 109 | /* USB Device */ | ||
| 110 | at91_add_device_udc(&eb9200_udc_data); | ||
| 111 | /* I2C */ | ||
| 112 | at91_add_device_i2c(); | ||
| 113 | /* Compact Flash */ | ||
| 114 | at91_add_device_cf(&eb9200_cf_data); | ||
| 115 | /* SPI */ | ||
| 116 | at91_add_device_spi(NULL, 0); | ||
| 117 | /* MMC */ | ||
| 118 | /* only supports 1 or 4 bit interface, not wired through to SPI */ | ||
| 119 | at91_add_device_mmc(&eb9200_mmc_data); | ||
| 120 | } | ||
| 121 | |||
| 122 | MACHINE_START(ATEB9200, "Embest ATEB9200") | ||
| 123 | .phys_io = AT91_BASE_SYS, | ||
| 124 | .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, | ||
| 125 | .boot_params = AT91_SDRAM_BASE + 0x100, | ||
| 126 | .timer = &at91rm9200_timer, | ||
| 127 | .map_io = eb9200_map_io, | ||
| 128 | .init_irq = eb9200_init_irq, | ||
| 129 | .init_machine = eb9200_board_init, | ||
| 130 | MACHINE_END | ||
diff --git a/arch/arm/mach-at91rm9200/board-ek.c b/arch/arm/mach-at91rm9200/board-ek.c index 80d90f5135a1..72202ed830ad 100644 --- a/arch/arm/mach-at91rm9200/board-ek.c +++ b/arch/arm/mach-at91rm9200/board-ek.c | |||
| @@ -27,6 +27,7 @@ | |||
| 27 | #include <linux/mm.h> | 27 | #include <linux/mm.h> |
| 28 | #include <linux/module.h> | 28 | #include <linux/module.h> |
| 29 | #include <linux/platform_device.h> | 29 | #include <linux/platform_device.h> |
| 30 | #include <linux/spi/spi.h> | ||
| 30 | 31 | ||
| 31 | #include <asm/hardware.h> | 32 | #include <asm/hardware.h> |
| 32 | #include <asm/setup.h> | 33 | #include <asm/setup.h> |
| @@ -37,9 +38,9 @@ | |||
| 37 | #include <asm/mach/map.h> | 38 | #include <asm/mach/map.h> |
| 38 | #include <asm/mach/irq.h> | 39 | #include <asm/mach/irq.h> |
| 39 | 40 | ||
| 40 | #include <asm/arch/hardware.h> | 41 | #include <asm/hardware.h> |
| 41 | #include <asm/mach/serial_at91rm9200.h> | ||
| 42 | #include <asm/arch/board.h> | 42 | #include <asm/arch/board.h> |
| 43 | #include <asm/arch/gpio.h> | ||
| 43 | 44 | ||
| 44 | #include "generic.h" | 45 | #include "generic.h" |
| 45 | 46 | ||
| @@ -57,14 +58,14 @@ static void __init ek_init_irq(void) | |||
| 57 | * 0 .. 3 = USART0 .. USART3 | 58 | * 0 .. 3 = USART0 .. USART3 |
| 58 | * 4 = DBGU | 59 | * 4 = DBGU |
| 59 | */ | 60 | */ |
| 60 | #define EK_UART_MAP { 4, 1, -1, -1, -1 } /* ttyS0, ..., ttyS4 */ | 61 | static struct at91_uart_config __initdata ek_uart_config = { |
| 61 | #define EK_SERIAL_CONSOLE 0 /* ttyS0 */ | 62 | .console_tty = 0, /* ttyS0 */ |
| 63 | .nr_tty = 2, | ||
| 64 | .tty_map = { 4, 1, -1, -1, -1 } /* ttyS0, ..., ttyS4 */ | ||
| 65 | }; | ||
| 62 | 66 | ||
| 63 | static void __init ek_map_io(void) | 67 | static void __init ek_map_io(void) |
| 64 | { | 68 | { |
| 65 | int serial[AT91_NR_UART] = EK_UART_MAP; | ||
| 66 | int i; | ||
| 67 | |||
| 68 | at91rm9200_map_io(); | 69 | at91rm9200_map_io(); |
| 69 | 70 | ||
| 70 | /* Initialize clocks: 18.432 MHz crystal */ | 71 | /* Initialize clocks: 18.432 MHz crystal */ |
| @@ -73,16 +74,8 @@ static void __init ek_map_io(void) | |||
| 73 | /* Setup the LEDs */ | 74 | /* Setup the LEDs */ |
| 74 | at91_init_leds(AT91_PIN_PB1, AT91_PIN_PB2); | 75 | at91_init_leds(AT91_PIN_PB1, AT91_PIN_PB2); |
| 75 | 76 | ||
| 76 | #ifdef CONFIG_SERIAL_AT91 | 77 | /* Setup the serial ports and console */ |
| 77 | at91_console_port = EK_SERIAL_CONSOLE; | 78 | at91_init_serial(&ek_uart_config); |
| 78 | memcpy(at91_serial_map, serial, sizeof(serial)); | ||
| 79 | |||
| 80 | /* Register UARTs */ | ||
| 81 | for (i = 0; i < AT91_NR_UART; i++) { | ||
| 82 | if (serial[i] >= 0) | ||
| 83 | at91_register_uart(i, serial[i]); | ||
| 84 | } | ||
| 85 | #endif | ||
| 86 | } | 79 | } |
| 87 | 80 | ||
| 88 | static struct at91_eth_data __initdata ek_eth_data = { | 81 | static struct at91_eth_data __initdata ek_eth_data = { |
| @@ -106,14 +99,36 @@ static struct at91_mmc_data __initdata ek_mmc_data = { | |||
| 106 | .wp_pin = AT91_PIN_PA17, | 99 | .wp_pin = AT91_PIN_PA17, |
| 107 | }; | 100 | }; |
| 108 | 101 | ||
| 102 | static struct spi_board_info ek_spi_devices[] = { | ||
| 103 | { /* DataFlash chip */ | ||
| 104 | .modalias = "mtd_dataflash", | ||
| 105 | .chip_select = 0, | ||
| 106 | .max_speed_hz = 15 * 1000 * 1000, | ||
| 107 | }, | ||
| 108 | #ifdef CONFIG_MTD_AT91_DATAFLASH_CARD | ||
| 109 | { /* DataFlash card */ | ||
| 110 | .modalias = "mtd_dataflash", | ||
| 111 | .chip_select = 3, | ||
| 112 | .max_speed_hz = 15 * 1000 * 1000, | ||
| 113 | }, | ||
| 114 | #endif | ||
| 115 | }; | ||
| 116 | |||
| 109 | static void __init ek_board_init(void) | 117 | static void __init ek_board_init(void) |
| 110 | { | 118 | { |
| 119 | /* Serial */ | ||
| 120 | at91_add_device_serial(); | ||
| 111 | /* Ethernet */ | 121 | /* Ethernet */ |
| 112 | at91_add_device_eth(&ek_eth_data); | 122 | at91_add_device_eth(&ek_eth_data); |
| 113 | /* USB Host */ | 123 | /* USB Host */ |
| 114 | at91_add_device_usbh(&ek_usbh_data); | 124 | at91_add_device_usbh(&ek_usbh_data); |
| 115 | /* USB Device */ | 125 | /* USB Device */ |
| 116 | at91_add_device_udc(&ek_udc_data); | 126 | at91_add_device_udc(&ek_udc_data); |
| 127 | at91_set_multi_drive(ek_udc_data.pullup_pin, 1); /* pullup_pin is connected to reset */ | ||
| 128 | /* I2C */ | ||
| 129 | at91_add_device_i2c(); | ||
| 130 | /* SPI */ | ||
| 131 | at91_add_device_spi(ek_spi_devices, ARRAY_SIZE(ek_spi_devices)); | ||
| 117 | #ifdef CONFIG_MTD_AT91_DATAFLASH_CARD | 132 | #ifdef CONFIG_MTD_AT91_DATAFLASH_CARD |
| 118 | /* DataFlash card */ | 133 | /* DataFlash card */ |
| 119 | at91_set_gpio_output(AT91_PIN_PB22, 0); | 134 | at91_set_gpio_output(AT91_PIN_PB22, 0); |
diff --git a/arch/arm/mach-at91rm9200/board-kafa.c b/arch/arm/mach-at91rm9200/board-kafa.c new file mode 100644 index 000000000000..bf760c5e0c46 --- /dev/null +++ b/arch/arm/mach-at91rm9200/board-kafa.c | |||
| @@ -0,0 +1,116 @@ | |||
| 1 | /* | ||
| 2 | * linux/arch/arm/mach-at91rm9200/board-kafa.c | ||
| 3 | * | ||
| 4 | * Copyright (C) 2006 Sperry-Sun | ||
| 5 | * | ||
| 6 | * This program is free software; you can redistribute it and/or modify | ||
| 7 | * it under the terms of the GNU General Public License as published by | ||
| 8 | * the Free Software Foundation; either version 2 of the License, or | ||
| 9 | * (at your option) any later version. | ||
| 10 | * | ||
| 11 | * This program is distributed in the hope that it will be useful, | ||
| 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 14 | * GNU General Public License for more details. | ||
| 15 | * | ||
| 16 | * You should have received a copy of the GNU General Public License | ||
| 17 | * along with this program; if not, write to the Free Software | ||
| 18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
| 19 | */ | ||
| 20 | |||
| 21 | #include <linux/config.h> | ||
| 22 | #include <linux/types.h> | ||
| 23 | #include <linux/init.h> | ||
| 24 | #include <linux/mm.h> | ||
| 25 | #include <linux/module.h> | ||
| 26 | #include <linux/platform_device.h> | ||
| 27 | |||
| 28 | #include <asm/hardware.h> | ||
| 29 | #include <asm/setup.h> | ||
| 30 | #include <asm/mach-types.h> | ||
| 31 | #include <asm/irq.h> | ||
| 32 | |||
| 33 | #include <asm/mach/arch.h> | ||
| 34 | #include <asm/mach/map.h> | ||
| 35 | #include <asm/mach/irq.h> | ||
| 36 | |||
| 37 | #include <asm/hardware.h> | ||
| 38 | #include <asm/arch/board.h> | ||
| 39 | #include <asm/arch/gpio.h> | ||
| 40 | |||
| 41 | #include "generic.h" | ||
| 42 | |||
| 43 | static void __init kafa_init_irq(void) | ||
| 44 | { | ||
| 45 | /* Initialize AIC controller */ | ||
| 46 | at91rm9200_init_irq(NULL); | ||
| 47 | |||
| 48 | /* Set up the GPIO interrupts */ | ||
| 49 | at91_gpio_irq_setup(PQFP_GPIO_BANKS); | ||
| 50 | } | ||
| 51 | |||
| 52 | /* | ||
| 53 | * Serial port configuration. | ||
| 54 | * 0 .. 3 = USART0 .. USART3 | ||
| 55 | * 4 = DBGU | ||
| 56 | */ | ||
| 57 | static struct at91_uart_config __initdata kafa_uart_config = { | ||
| 58 | .console_tty = 0, /* ttyS0 */ | ||
| 59 | .nr_tty = 2, | ||
| 60 | .tty_map = { 4, 0, -1, -1, -1 } /* ttyS0, ..., ttyS4 */ | ||
| 61 | }; | ||
| 62 | |||
| 63 | static void __init kafa_map_io(void) | ||
| 64 | { | ||
| 65 | at91rm9200_map_io(); | ||
| 66 | |||
| 67 | /* Initialize clocks: 18.432 MHz crystal */ | ||
| 68 | at91_clock_init(18432000); | ||
| 69 | |||
| 70 | /* Set up the LEDs */ | ||
| 71 | at91_init_leds(AT91_PIN_PB4, AT91_PIN_PB4); | ||
| 72 | |||
| 73 | /* Setup the serial ports and console */ | ||
| 74 | at91_init_serial(&kafa_uart_config); | ||
| 75 | } | ||
| 76 | |||
| 77 | static struct at91_eth_data __initdata kafa_eth_data = { | ||
| 78 | .phy_irq_pin = AT91_PIN_PC4, | ||
| 79 | .is_rmii = 0, | ||
| 80 | }; | ||
| 81 | |||
| 82 | static struct at91_usbh_data __initdata kafa_usbh_data = { | ||
| 83 | .ports = 1, | ||
| 84 | }; | ||
| 85 | |||
| 86 | static struct at91_udc_data __initdata kafa_udc_data = { | ||
| 87 | .vbus_pin = AT91_PIN_PB6, | ||
| 88 | .pullup_pin = AT91_PIN_PB7, | ||
| 89 | }; | ||
| 90 | |||
| 91 | static void __init kafa_board_init(void) | ||
| 92 | { | ||
| 93 | /* Serial */ | ||
| 94 | at91_add_device_serial(); | ||
| 95 | /* Ethernet */ | ||
| 96 | at91_add_device_eth(&kafa_eth_data); | ||
| 97 | /* USB Host */ | ||
| 98 | at91_add_device_usbh(&kafa_usbh_data); | ||
| 99 | /* USB Device */ | ||
| 100 | at91_add_device_udc(&kafa_udc_data); | ||
| 101 | /* I2C */ | ||
| 102 | at91_add_device_i2c(); | ||
| 103 | /* SPI */ | ||
| 104 | at91_add_device_spi(NULL, 0); | ||
| 105 | } | ||
| 106 | |||
| 107 | MACHINE_START(KAFA, "Sperry-Sun KAFA") | ||
| 108 | /* Maintainer: Sergei Sharonov */ | ||
| 109 | .phys_io = AT91_BASE_SYS, | ||
| 110 | .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, | ||
| 111 | .boot_params = AT91_SDRAM_BASE + 0x100, | ||
| 112 | .timer = &at91rm9200_timer, | ||
| 113 | .map_io = kafa_map_io, | ||
| 114 | .init_irq = kafa_init_irq, | ||
| 115 | .init_machine = kafa_board_init, | ||
| 116 | MACHINE_END | ||
diff --git a/arch/arm/mach-at91rm9200/board-kb9202.c b/arch/arm/mach-at91rm9200/board-kb9202.c new file mode 100644 index 000000000000..f06d2b54cc9a --- /dev/null +++ b/arch/arm/mach-at91rm9200/board-kb9202.c | |||
| @@ -0,0 +1,125 @@ | |||
| 1 | /* | ||
| 2 | * linux/arch/arm/mach-at91rm9200/board-kb9202.c | ||
| 3 | * | ||
| 4 | * Copyright (c) 2005 kb_admin | ||
| 5 | * KwikByte, Inc. | ||
| 6 | * | ||
| 7 | * This program is free software; you can redistribute it and/or modify | ||
| 8 | * it under the terms of the GNU General Public License as published by | ||
| 9 | * the Free Software Foundation; either version 2 of the License, or | ||
| 10 | * (at your option) any later version. | ||
| 11 | * | ||
| 12 | * This program is distributed in the hope that it will be useful, | ||
| 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 15 | * GNU General Public License for more details. | ||
| 16 | * | ||
| 17 | * You should have received a copy of the GNU General Public License | ||
| 18 | * along with this program; if not, write to the Free Software | ||
| 19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
| 20 | */ | ||
| 21 | |||
| 22 | #include <linux/config.h> | ||
| 23 | #include <linux/types.h> | ||
| 24 | #include <linux/init.h> | ||
| 25 | #include <linux/mm.h> | ||
| 26 | #include <linux/module.h> | ||
| 27 | #include <linux/platform_device.h> | ||
| 28 | |||
| 29 | #include <asm/hardware.h> | ||
| 30 | #include <asm/setup.h> | ||
| 31 | #include <asm/mach-types.h> | ||
| 32 | #include <asm/irq.h> | ||
| 33 | |||
| 34 | #include <asm/mach/arch.h> | ||
| 35 | #include <asm/mach/map.h> | ||
| 36 | #include <asm/mach/irq.h> | ||
| 37 | |||
| 38 | #include <asm/hardware.h> | ||
| 39 | #include <asm/arch/board.h> | ||
| 40 | #include <asm/arch/gpio.h> | ||
| 41 | |||
| 42 | #include "generic.h" | ||
| 43 | |||
| 44 | static void __init kb9202_init_irq(void) | ||
| 45 | { | ||
| 46 | /* Initialize AIC controller */ | ||
| 47 | at91rm9200_init_irq(NULL); | ||
| 48 | |||
| 49 | /* Set up the GPIO interrupts */ | ||
| 50 | at91_gpio_irq_setup(PQFP_GPIO_BANKS); | ||
| 51 | } | ||
| 52 | |||
| 53 | /* | ||
| 54 | * Serial port configuration. | ||
| 55 | * 0 .. 3 = USART0 .. USART3 | ||
| 56 | * 4 = DBGU | ||
| 57 | */ | ||
| 58 | static struct at91_uart_config __initdata kb9202_uart_config = { | ||
| 59 | .console_tty = 0, /* ttyS0 */ | ||
| 60 | .nr_tty = 3, | ||
| 61 | .tty_map = { 4, 0, 1, -1, -1 } /* ttyS0, ..., ttyS4 */ | ||
| 62 | }; | ||
| 63 | |||
| 64 | static void __init kb9202_map_io(void) | ||
| 65 | { | ||
| 66 | at91rm9200_map_io(); | ||
| 67 | |||
| 68 | /* Initialize clocks: 10 MHz crystal */ | ||
| 69 | at91_clock_init(10000000); | ||
| 70 | |||
| 71 | /* Set up the LEDs */ | ||
| 72 | at91_init_leds(AT91_PIN_PC19, AT91_PIN_PC18); | ||
| 73 | |||
| 74 | /* Setup the serial ports and console */ | ||
| 75 | at91_init_serial(&kb9202_uart_config); | ||
| 76 | } | ||
| 77 | |||
| 78 | static struct at91_eth_data __initdata kb9202_eth_data = { | ||
| 79 | .phy_irq_pin = AT91_PIN_PB29, | ||
| 80 | .is_rmii = 0, | ||
| 81 | }; | ||
| 82 | |||
| 83 | static struct at91_usbh_data __initdata kb9202_usbh_data = { | ||
| 84 | .ports = 1, | ||
| 85 | }; | ||
| 86 | |||
| 87 | static struct at91_udc_data __initdata kb9202_udc_data = { | ||
| 88 | .vbus_pin = AT91_PIN_PB24, | ||
| 89 | .pullup_pin = AT91_PIN_PB22, | ||
| 90 | }; | ||
| 91 | |||
| 92 | static struct at91_mmc_data __initdata kb9202_mmc_data = { | ||
| 93 | .det_pin = AT91_PIN_PB2, | ||
| 94 | .is_b = 0, | ||
| 95 | .wire4 = 1, | ||
| 96 | }; | ||
| 97 | |||
| 98 | static void __init kb9202_board_init(void) | ||
| 99 | { | ||
| 100 | /* Serial */ | ||
| 101 | at91_add_device_serial(); | ||
| 102 | /* Ethernet */ | ||
| 103 | at91_add_device_eth(&kb9202_eth_data); | ||
| 104 | /* USB Host */ | ||
| 105 | at91_add_device_usbh(&kb9202_usbh_data); | ||
| 106 | /* USB Device */ | ||
| 107 | at91_add_device_udc(&kb9202_udc_data); | ||
| 108 | /* MMC */ | ||
| 109 | at91_add_device_mmc(&kb9202_mmc_data); | ||
| 110 | /* I2C */ | ||
| 111 | at91_add_device_i2c(); | ||
| 112 | /* SPI */ | ||
| 113 | at91_add_device_spi(NULL, 0); | ||
| 114 | } | ||
| 115 | |||
| 116 | MACHINE_START(KB9200, "KB920x") | ||
| 117 | /* Maintainer: KwikByte, Inc. */ | ||
| 118 | .phys_io = AT91_BASE_SYS, | ||
| 119 | .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, | ||
| 120 | .boot_params = AT91_SDRAM_BASE + 0x100, | ||
| 121 | .timer = &at91rm9200_timer, | ||
| 122 | .map_io = kb9202_map_io, | ||
| 123 | .init_irq = kb9202_init_irq, | ||
| 124 | .init_machine = kb9202_board_init, | ||
| 125 | MACHINE_END | ||
diff --git a/arch/arm/mach-at91rm9200/clock.c b/arch/arm/mach-at91rm9200/clock.c index 8b95467c6d61..edc2cc837ae6 100644 --- a/arch/arm/mach-at91rm9200/clock.c +++ b/arch/arm/mach-at91rm9200/clock.c | |||
| @@ -27,12 +27,10 @@ | |||
| 27 | #include <asm/io.h> | 27 | #include <asm/io.h> |
| 28 | #include <asm/mach-types.h> | 28 | #include <asm/mach-types.h> |
| 29 | 29 | ||
| 30 | #include <asm/arch/hardware.h> | 30 | #include <asm/hardware.h> |
| 31 | #include <asm/arch/board.h> /* for master clock global */ | ||
| 32 | 31 | ||
| 33 | #include "generic.h" | 32 | #include "generic.h" |
| 34 | 33 | ||
| 35 | #undef DEBUG | ||
| 36 | 34 | ||
| 37 | /* | 35 | /* |
| 38 | * There's a lot more which can be done with clocks, including cpufreq | 36 | * There's a lot more which can be done with clocks, including cpufreq |
| @@ -41,7 +39,9 @@ | |||
| 41 | */ | 39 | */ |
| 42 | 40 | ||
| 43 | struct clk { | 41 | struct clk { |
| 44 | const char *name; | 42 | const char *name; /* unique clock name */ |
| 43 | const char *function; /* function of the clock */ | ||
| 44 | struct device *dev; /* device associated with function */ | ||
| 45 | unsigned long rate_hz; | 45 | unsigned long rate_hz; |
| 46 | struct clk *parent; | 46 | struct clk *parent; |
| 47 | u32 pmc_mask; | 47 | u32 pmc_mask; |
| @@ -71,15 +71,14 @@ static struct clk clk32k = { | |||
| 71 | }; | 71 | }; |
| 72 | static struct clk main_clk = { | 72 | static struct clk main_clk = { |
| 73 | .name = "main", | 73 | .name = "main", |
| 74 | .pmc_mask = 1 << 0, /* in PMC_SR */ | 74 | .pmc_mask = AT91_PMC_MOSCS, /* in PMC_SR */ |
| 75 | .users = 1, | ||
| 76 | .id = 1, | 75 | .id = 1, |
| 77 | .primary = 1, | 76 | .primary = 1, |
| 78 | }; | 77 | }; |
| 79 | static struct clk plla = { | 78 | static struct clk plla = { |
| 80 | .name = "plla", | 79 | .name = "plla", |
| 81 | .parent = &main_clk, | 80 | .parent = &main_clk, |
| 82 | .pmc_mask = 1 << 1, /* in PMC_SR */ | 81 | .pmc_mask = AT91_PMC_LOCKA, /* in PMC_SR */ |
| 83 | .id = 2, | 82 | .id = 2, |
| 84 | .primary = 1, | 83 | .primary = 1, |
| 85 | .pll = 1, | 84 | .pll = 1, |
| @@ -105,7 +104,7 @@ static void pllb_mode(struct clk *clk, int is_on) | |||
| 105 | static struct clk pllb = { | 104 | static struct clk pllb = { |
| 106 | .name = "pllb", | 105 | .name = "pllb", |
| 107 | .parent = &main_clk, | 106 | .parent = &main_clk, |
| 108 | .pmc_mask = 1 << 2, /* in PMC_SR */ | 107 | .pmc_mask = AT91_PMC_LOCKB, /* in PMC_SR */ |
| 109 | .mode = pllb_mode, | 108 | .mode = pllb_mode, |
| 110 | .id = 3, | 109 | .id = 3, |
| 111 | .primary = 1, | 110 | .primary = 1, |
| @@ -177,8 +176,7 @@ static struct clk pck3 = { | |||
| 177 | */ | 176 | */ |
| 178 | static struct clk mck = { | 177 | static struct clk mck = { |
| 179 | .name = "mck", | 178 | .name = "mck", |
| 180 | .pmc_mask = 1 << 3, /* in PMC_SR */ | 179 | .pmc_mask = AT91_PMC_MCKRDY, /* in PMC_SR */ |
| 181 | .users = 1, /* (must be) always on */ | ||
| 182 | }; | 180 | }; |
| 183 | 181 | ||
| 184 | static void pmc_periph_mode(struct clk *clk, int is_on) | 182 | static void pmc_periph_mode(struct clk *clk, int is_on) |
| @@ -249,6 +247,30 @@ static struct clk spi_clk = { | |||
| 249 | .pmc_mask = 1 << AT91_ID_SPI, | 247 | .pmc_mask = 1 << AT91_ID_SPI, |
| 250 | .mode = pmc_periph_mode, | 248 | .mode = pmc_periph_mode, |
| 251 | }; | 249 | }; |
| 250 | static struct clk pioA_clk = { | ||
| 251 | .name = "pioA_clk", | ||
| 252 | .parent = &mck, | ||
| 253 | .pmc_mask = 1 << AT91_ID_PIOA, | ||
| 254 | .mode = pmc_periph_mode, | ||
| 255 | }; | ||
| 256 | static struct clk pioB_clk = { | ||
| 257 | .name = "pioB_clk", | ||
| 258 | .parent = &mck, | ||
| 259 | .pmc_mask = 1 << AT91_ID_PIOB, | ||
| 260 | .mode = pmc_periph_mode, | ||
| 261 | }; | ||
| 262 | static struct clk pioC_clk = { | ||
| 263 | .name = "pioC_clk", | ||
| 264 | .parent = &mck, | ||
| 265 | .pmc_mask = 1 << AT91_ID_PIOC, | ||
| 266 | .mode = pmc_periph_mode, | ||
| 267 | }; | ||
| 268 | static struct clk pioD_clk = { | ||
| 269 | .name = "pioD_clk", | ||
| 270 | .parent = &mck, | ||
| 271 | .pmc_mask = 1 << AT91_ID_PIOD, | ||
| 272 | .mode = pmc_periph_mode, | ||
| 273 | }; | ||
| 252 | 274 | ||
| 253 | static struct clk *const clock_list[] = { | 275 | static struct clk *const clock_list[] = { |
| 254 | /* four primary clocks -- MUST BE FIRST! */ | 276 | /* four primary clocks -- MUST BE FIRST! */ |
| @@ -279,21 +301,46 @@ static struct clk *const clock_list[] = { | |||
| 279 | &udc_clk, | 301 | &udc_clk, |
| 280 | &twi_clk, | 302 | &twi_clk, |
| 281 | &spi_clk, | 303 | &spi_clk, |
| 304 | &pioA_clk, | ||
| 305 | &pioB_clk, | ||
| 306 | &pioC_clk, | ||
| 307 | &pioD_clk, | ||
| 282 | // ssc0..ssc2 | 308 | // ssc0..ssc2 |
| 283 | // tc0..tc5 | 309 | // tc0..tc5 |
| 310 | // irq0..irq6 | ||
| 284 | &ohci_clk, | 311 | &ohci_clk, |
| 285 | ðer_clk, | 312 | ðer_clk, |
| 286 | }; | 313 | }; |
| 287 | 314 | ||
| 288 | 315 | ||
| 316 | /* | ||
| 317 | * Associate a particular clock with a function (eg, "uart") and device. | ||
| 318 | * The drivers can then request the same 'function' with several different | ||
| 319 | * devices and not care about which clock name to use. | ||
| 320 | */ | ||
| 321 | void __init at91_clock_associate(const char *id, struct device *dev, const char *func) | ||
| 322 | { | ||
| 323 | struct clk *clk = clk_get(NULL, id); | ||
| 324 | |||
| 325 | if (!dev || !clk || !IS_ERR(clk_get(dev, func))) | ||
| 326 | return; | ||
| 327 | |||
| 328 | clk->function = func; | ||
| 329 | clk->dev = dev; | ||
| 330 | } | ||
| 331 | |||
| 289 | /* clocks are all static for now; no refcounting necessary */ | 332 | /* clocks are all static for now; no refcounting necessary */ |
| 290 | struct clk *clk_get(struct device *dev, const char *id) | 333 | struct clk *clk_get(struct device *dev, const char *id) |
| 291 | { | 334 | { |
| 292 | int i; | 335 | int i; |
| 293 | 336 | ||
| 294 | for (i = 0; i < ARRAY_SIZE(clock_list); i++) { | 337 | for (i = 0; i < ARRAY_SIZE(clock_list); i++) { |
| 295 | if (strcmp(id, clock_list[i]->name) == 0) | 338 | struct clk *clk = clock_list[i]; |
| 296 | return clock_list[i]; | 339 | |
| 340 | if (strcmp(id, clk->name) == 0) | ||
| 341 | return clk; | ||
| 342 | if (clk->function && (dev == clk->dev) && strcmp(id, clk->function) == 0) | ||
| 343 | return clk; | ||
| 297 | } | 344 | } |
| 298 | 345 | ||
| 299 | return ERR_PTR(-ENOENT); | 346 | return ERR_PTR(-ENOENT); |
| @@ -593,6 +640,30 @@ fail: | |||
| 593 | return 0; | 640 | return 0; |
| 594 | } | 641 | } |
| 595 | 642 | ||
| 643 | |||
| 644 | /* | ||
| 645 | * Several unused clocks may be active. Turn them off. | ||
| 646 | */ | ||
| 647 | static void at91_periphclk_reset(void) | ||
| 648 | { | ||
| 649 | unsigned long reg; | ||
| 650 | int i; | ||
| 651 | |||
| 652 | reg = at91_sys_read(AT91_PMC_PCSR); | ||
| 653 | |||
| 654 | for (i = 0; i < ARRAY_SIZE(clock_list); i++) { | ||
| 655 | struct clk *clk = clock_list[i]; | ||
| 656 | |||
| 657 | if (clk->mode != pmc_periph_mode) | ||
| 658 | continue; | ||
| 659 | |||
| 660 | if (clk->users > 0) | ||
| 661 | reg &= ~clk->pmc_mask; | ||
| 662 | } | ||
| 663 | |||
| 664 | at91_sys_write(AT91_PMC_PCDR, reg); | ||
| 665 | } | ||
| 666 | |||
| 596 | int __init at91_clock_init(unsigned long main_clock) | 667 | int __init at91_clock_init(unsigned long main_clock) |
| 597 | { | 668 | { |
| 598 | unsigned tmp, freq, mckr; | 669 | unsigned tmp, freq, mckr; |
| @@ -626,7 +697,6 @@ int __init at91_clock_init(unsigned long main_clock) | |||
| 626 | */ | 697 | */ |
| 627 | at91_pllb_usb_init = at91_pll_calc(main_clock, 48000000 * 2) | AT91_PMC_USB96M; | 698 | at91_pllb_usb_init = at91_pll_calc(main_clock, 48000000 * 2) | AT91_PMC_USB96M; |
| 628 | pllb.rate_hz = at91_pll_rate(&pllb, main_clock, at91_pllb_usb_init); | 699 | pllb.rate_hz = at91_pll_rate(&pllb, main_clock, at91_pllb_usb_init); |
| 629 | at91_sys_write(AT91_PMC_PCDR, (1 << AT91_ID_UHP) | (1 << AT91_ID_UDP)); | ||
| 630 | at91_sys_write(AT91_PMC_SCDR, AT91_PMC_UHP | AT91_PMC_UDP); | 700 | at91_sys_write(AT91_PMC_SCDR, AT91_PMC_UHP | AT91_PMC_UDP); |
| 631 | at91_sys_write(AT91_CKGR_PLLBR, 0); | 701 | at91_sys_write(AT91_CKGR_PLLBR, 0); |
| 632 | at91_sys_write(AT91_PMC_SCER, AT91_PMC_MCKUDP); | 702 | at91_sys_write(AT91_PMC_SCER, AT91_PMC_MCKUDP); |
| @@ -640,19 +710,18 @@ int __init at91_clock_init(unsigned long main_clock) | |||
| 640 | */ | 710 | */ |
| 641 | mckr = at91_sys_read(AT91_PMC_MCKR); | 711 | mckr = at91_sys_read(AT91_PMC_MCKR); |
| 642 | mck.parent = clock_list[mckr & AT91_PMC_CSS]; | 712 | mck.parent = clock_list[mckr & AT91_PMC_CSS]; |
| 643 | mck.parent->users++; | ||
| 644 | freq = mck.parent->rate_hz; | 713 | freq = mck.parent->rate_hz; |
| 645 | freq /= (1 << ((mckr >> 2) & 3)); /* prescale */ | 714 | freq /= (1 << ((mckr >> 2) & 3)); /* prescale */ |
| 646 | mck.rate_hz = freq / (1 + ((mckr >> 8) & 3)); /* mdiv */ | 715 | mck.rate_hz = freq / (1 + ((mckr >> 8) & 3)); /* mdiv */ |
| 647 | 716 | ||
| 717 | /* MCK and CPU clock are "always on" */ | ||
| 718 | clk_enable(&mck); | ||
| 719 | |||
| 648 | printk("Clocks: CPU %u MHz, master %u MHz, main %u.%03u MHz\n", | 720 | printk("Clocks: CPU %u MHz, master %u MHz, main %u.%03u MHz\n", |
| 649 | freq / 1000000, (unsigned) mck.rate_hz / 1000000, | 721 | freq / 1000000, (unsigned) mck.rate_hz / 1000000, |
| 650 | (unsigned) main_clock / 1000000, | 722 | (unsigned) main_clock / 1000000, |
| 651 | ((unsigned) main_clock % 1000000) / 1000); | 723 | ((unsigned) main_clock % 1000000) / 1000); |
| 652 | 724 | ||
| 653 | /* FIXME get rid of master_clock global */ | ||
| 654 | at91_master_clock = mck.rate_hz; | ||
| 655 | |||
| 656 | #ifdef CONFIG_AT91_PROGRAMMABLE_CLOCKS | 725 | #ifdef CONFIG_AT91_PROGRAMMABLE_CLOCKS |
| 657 | /* establish PCK0..PCK3 parentage */ | 726 | /* establish PCK0..PCK3 parentage */ |
| 658 | for (tmp = 0; tmp < ARRAY_SIZE(clock_list); tmp++) { | 727 | for (tmp = 0; tmp < ARRAY_SIZE(clock_list); tmp++) { |
| @@ -663,19 +732,28 @@ int __init at91_clock_init(unsigned long main_clock) | |||
| 663 | continue; | 732 | continue; |
| 664 | 733 | ||
| 665 | pckr = at91_sys_read(AT91_PMC_PCKR(clk->id)); | 734 | pckr = at91_sys_read(AT91_PMC_PCKR(clk->id)); |
| 666 | parent = clock_list[pckr & 3]; | 735 | parent = clock_list[pckr & AT91_PMC_CSS]; |
| 667 | clk->parent = parent; | 736 | clk->parent = parent; |
| 668 | clk->rate_hz = parent->rate_hz / (1 << ((pckr >> 2) & 3)); | 737 | clk->rate_hz = parent->rate_hz / (1 << ((pckr >> 2) & 3)); |
| 738 | |||
| 739 | if (clk->users == 0) { | ||
| 740 | /* not being used, so switch it off */ | ||
| 741 | at91_sys_write(AT91_PMC_SCDR, clk->pmc_mask); | ||
| 742 | } | ||
| 669 | } | 743 | } |
| 670 | #else | 744 | #else |
| 671 | /* disable unused clocks */ | 745 | /* disable all programmable clocks */ |
| 672 | at91_sys_write(AT91_PMC_SCDR, AT91_PMC_PCK0 | AT91_PMC_PCK1 | AT91_PMC_PCK2 | AT91_PMC_PCK3); | 746 | at91_sys_write(AT91_PMC_SCDR, AT91_PMC_PCK0 | AT91_PMC_PCK1 | AT91_PMC_PCK2 | AT91_PMC_PCK3); |
| 673 | #endif /* CONFIG_AT91_PROGRAMMABLE_CLOCKS */ | 747 | #endif |
| 674 | 748 | ||
| 675 | /* FIXME several unused clocks may still be active... provide | 749 | /* enable the PIO clocks */ |
| 676 | * a CONFIG option to turn off all unused clocks at some point | 750 | clk_enable(&pioA_clk); |
| 677 | * before driver init starts. | 751 | clk_enable(&pioB_clk); |
| 678 | */ | 752 | clk_enable(&pioC_clk); |
| 753 | clk_enable(&pioD_clk); | ||
| 754 | |||
| 755 | /* disable all other unused peripheral clocks */ | ||
| 756 | at91_periphclk_reset(); | ||
| 679 | 757 | ||
| 680 | return 0; | 758 | return 0; |
| 681 | } | 759 | } |
diff --git a/arch/arm/mach-at91rm9200/common.c b/arch/arm/mach-at91rm9200/common.c index 3848fd2d5596..e836f8537a1d 100644 --- a/arch/arm/mach-at91rm9200/common.c +++ b/arch/arm/mach-at91rm9200/common.c | |||
| @@ -16,7 +16,8 @@ | |||
| 16 | #include <asm/mach/arch.h> | 16 | #include <asm/mach/arch.h> |
| 17 | #include <asm/mach/map.h> | 17 | #include <asm/mach/map.h> |
| 18 | 18 | ||
| 19 | #include <asm/arch/hardware.h> | 19 | #include <asm/hardware.h> |
| 20 | #include "generic.h" | ||
| 20 | 21 | ||
| 21 | static struct map_desc at91rm9200_io_desc[] __initdata = { | 22 | static struct map_desc at91rm9200_io_desc[] __initdata = { |
| 22 | { | 23 | { |
| @@ -94,6 +95,11 @@ static struct map_desc at91rm9200_io_desc[] __initdata = { | |||
| 94 | .pfn = __phys_to_pfn(AT91_BASE_TCB0), | 95 | .pfn = __phys_to_pfn(AT91_BASE_TCB0), |
| 95 | .length = SZ_16K, | 96 | .length = SZ_16K, |
| 96 | .type = MT_DEVICE, | 97 | .type = MT_DEVICE, |
| 98 | }, { | ||
| 99 | .virtual = AT91_SRAM_VIRT_BASE, | ||
| 100 | .pfn = __phys_to_pfn(AT91_SRAM_BASE), | ||
| 101 | .length = AT91_SRAM_SIZE, | ||
| 102 | .type = MT_DEVICE, | ||
| 97 | }, | 103 | }, |
| 98 | }; | 104 | }; |
| 99 | 105 | ||
| @@ -102,14 +108,3 @@ void __init at91rm9200_map_io(void) | |||
| 102 | iotable_init(at91rm9200_io_desc, ARRAY_SIZE(at91rm9200_io_desc)); | 108 | iotable_init(at91rm9200_io_desc, ARRAY_SIZE(at91rm9200_io_desc)); |
| 103 | } | 109 | } |
| 104 | 110 | ||
| 105 | |||
| 106 | unsigned long at91_master_clock; | ||
| 107 | |||
| 108 | EXPORT_SYMBOL(at91_master_clock); | ||
| 109 | |||
| 110 | |||
| 111 | int at91_serial_map[AT91_NR_UART]; | ||
| 112 | int at91_console_port; | ||
| 113 | |||
| 114 | EXPORT_SYMBOL(at91_serial_map); | ||
| 115 | EXPORT_SYMBOL(at91_console_port); | ||
diff --git a/arch/arm/mach-at91rm9200/devices.c b/arch/arm/mach-at91rm9200/devices.c index bfe47bd6e50c..1cf85d231baa 100644 --- a/arch/arm/mach-at91rm9200/devices.c +++ b/arch/arm/mach-at91rm9200/devices.c | |||
| @@ -16,9 +16,15 @@ | |||
| 16 | #include <linux/config.h> | 16 | #include <linux/config.h> |
| 17 | #include <linux/platform_device.h> | 17 | #include <linux/platform_device.h> |
| 18 | 18 | ||
| 19 | #include <asm/hardware.h> | ||
| 19 | #include <asm/arch/board.h> | 20 | #include <asm/arch/board.h> |
| 20 | #include <asm/arch/pio.h> | 21 | #include <asm/arch/gpio.h> |
| 21 | 22 | ||
| 23 | #include "generic.h" | ||
| 24 | |||
| 25 | #define SZ_512 0x00000200 | ||
| 26 | #define SZ_256 0x00000100 | ||
| 27 | #define SZ_16 0x00000010 | ||
| 22 | 28 | ||
| 23 | /* -------------------------------------------------------------------- | 29 | /* -------------------------------------------------------------------- |
| 24 | * USB Host | 30 | * USB Host |
| @@ -28,7 +34,7 @@ | |||
| 28 | static u64 ohci_dmamask = 0xffffffffUL; | 34 | static u64 ohci_dmamask = 0xffffffffUL; |
| 29 | static struct at91_usbh_data usbh_data; | 35 | static struct at91_usbh_data usbh_data; |
| 30 | 36 | ||
| 31 | static struct resource at91_usbh_resource[] = { | 37 | static struct resource at91_usbh_resources[] = { |
| 32 | [0] = { | 38 | [0] = { |
| 33 | .start = AT91_UHP_BASE, | 39 | .start = AT91_UHP_BASE, |
| 34 | .end = AT91_UHP_BASE + SZ_1M - 1, | 40 | .end = AT91_UHP_BASE + SZ_1M - 1, |
| @@ -42,15 +48,15 @@ static struct resource at91_usbh_resource[] = { | |||
| 42 | }; | 48 | }; |
| 43 | 49 | ||
| 44 | static struct platform_device at91rm9200_usbh_device = { | 50 | static struct platform_device at91rm9200_usbh_device = { |
| 45 | .name = "at91rm9200-ohci", | 51 | .name = "at91_ohci", |
| 46 | .id = -1, | 52 | .id = -1, |
| 47 | .dev = { | 53 | .dev = { |
| 48 | .dma_mask = &ohci_dmamask, | 54 | .dma_mask = &ohci_dmamask, |
| 49 | .coherent_dma_mask = 0xffffffff, | 55 | .coherent_dma_mask = 0xffffffff, |
| 50 | .platform_data = &usbh_data, | 56 | .platform_data = &usbh_data, |
| 51 | }, | 57 | }, |
| 52 | .resource = at91_usbh_resource, | 58 | .resource = at91_usbh_resources, |
| 53 | .num_resources = ARRAY_SIZE(at91_usbh_resource), | 59 | .num_resources = ARRAY_SIZE(at91_usbh_resources), |
| 54 | }; | 60 | }; |
| 55 | 61 | ||
| 56 | void __init at91_add_device_usbh(struct at91_usbh_data *data) | 62 | void __init at91_add_device_usbh(struct at91_usbh_data *data) |
| @@ -74,11 +80,16 @@ void __init at91_add_device_usbh(struct at91_usbh_data *data) {} | |||
| 74 | static struct at91_udc_data udc_data; | 80 | static struct at91_udc_data udc_data; |
| 75 | 81 | ||
| 76 | static struct resource at91_udc_resources[] = { | 82 | static struct resource at91_udc_resources[] = { |
| 77 | { | 83 | [0] = { |
| 78 | .start = AT91_BASE_UDP, | 84 | .start = AT91_BASE_UDP, |
| 79 | .end = AT91_BASE_UDP + SZ_16K - 1, | 85 | .end = AT91_BASE_UDP + SZ_16K - 1, |
| 80 | .flags = IORESOURCE_MEM, | 86 | .flags = IORESOURCE_MEM, |
| 81 | } | 87 | }, |
| 88 | [1] = { | ||
| 89 | .start = AT91_ID_UDP, | ||
| 90 | .end = AT91_ID_UDP, | ||
| 91 | .flags = IORESOURCE_IRQ, | ||
| 92 | }, | ||
| 82 | }; | 93 | }; |
| 83 | 94 | ||
| 84 | static struct platform_device at91rm9200_udc_device = { | 95 | static struct platform_device at91rm9200_udc_device = { |
| @@ -100,10 +111,8 @@ void __init at91_add_device_udc(struct at91_udc_data *data) | |||
| 100 | at91_set_gpio_input(data->vbus_pin, 0); | 111 | at91_set_gpio_input(data->vbus_pin, 0); |
| 101 | at91_set_deglitch(data->vbus_pin, 1); | 112 | at91_set_deglitch(data->vbus_pin, 1); |
| 102 | } | 113 | } |
| 103 | if (data->pullup_pin) { | 114 | if (data->pullup_pin) |
| 104 | at91_set_gpio_output(data->pullup_pin, 0); | 115 | at91_set_gpio_output(data->pullup_pin, 0); |
| 105 | at91_set_multi_drive(data->pullup_pin, 1); | ||
| 106 | } | ||
| 107 | 116 | ||
| 108 | udc_data = *data; | 117 | udc_data = *data; |
| 109 | platform_device_register(&at91rm9200_udc_device); | 118 | platform_device_register(&at91rm9200_udc_device); |
| @@ -197,7 +206,7 @@ static struct at91_cf_data cf_data; | |||
| 197 | static struct resource at91_cf_resources[] = { | 206 | static struct resource at91_cf_resources[] = { |
| 198 | [0] = { | 207 | [0] = { |
| 199 | .start = AT91_CF_BASE, | 208 | .start = AT91_CF_BASE, |
| 200 | /* ties up CS4, CS5, and CS6 */ | 209 | /* ties up CS4, CS5 and CS6 */ |
| 201 | .end = AT91_CF_BASE + (0x30000000 - 1), | 210 | .end = AT91_CF_BASE + (0x30000000 - 1), |
| 202 | .flags = IORESOURCE_MEM | IORESOURCE_MEM_8AND16BIT, | 211 | .flags = IORESOURCE_MEM | IORESOURCE_MEM_8AND16BIT, |
| 203 | }, | 212 | }, |
| @@ -231,6 +240,12 @@ void __init at91_add_device_cf(struct at91_cf_data *data) | |||
| 231 | at91_set_gpio_output(data->vcc_pin, 0); | 240 | at91_set_gpio_output(data->vcc_pin, 0); |
| 232 | at91_set_gpio_output(data->rst_pin, 0); | 241 | at91_set_gpio_output(data->rst_pin, 0); |
| 233 | 242 | ||
| 243 | /* force poweron defaults for these pins ... */ | ||
| 244 | at91_set_A_periph(AT91_PIN_PC9, 0); /* A25/CFRNW */ | ||
| 245 | at91_set_A_periph(AT91_PIN_PC10, 0); /* NCS4/CFCS */ | ||
| 246 | at91_set_A_periph(AT91_PIN_PC11, 0); /* NCS5/CFCE1 */ | ||
| 247 | at91_set_A_periph(AT91_PIN_PC12, 0); /* NCS6/CFCE2 */ | ||
| 248 | |||
| 234 | cf_data = *data; | 249 | cf_data = *data; |
| 235 | platform_device_register(&at91rm9200_cf_device); | 250 | platform_device_register(&at91rm9200_cf_device); |
| 236 | } | 251 | } |
| @@ -319,6 +334,7 @@ void __init at91_add_device_mmc(struct at91_mmc_data *data) | |||
| 319 | void __init at91_add_device_mmc(struct at91_mmc_data *data) {} | 334 | void __init at91_add_device_mmc(struct at91_mmc_data *data) {} |
| 320 | #endif | 335 | #endif |
| 321 | 336 | ||
| 337 | |||
| 322 | /* -------------------------------------------------------------------- | 338 | /* -------------------------------------------------------------------- |
| 323 | * NAND / SmartMedia | 339 | * NAND / SmartMedia |
| 324 | * -------------------------------------------------------------------- */ | 340 | * -------------------------------------------------------------------- */ |
| @@ -400,22 +416,110 @@ void __init at91_add_device_i2c(void) {} | |||
| 400 | 416 | ||
| 401 | 417 | ||
| 402 | /* -------------------------------------------------------------------- | 418 | /* -------------------------------------------------------------------- |
| 419 | * SPI | ||
| 420 | * -------------------------------------------------------------------- */ | ||
| 421 | |||
| 422 | #if defined(CONFIG_SPI_AT91) || defined(CONFIG_SPI_AT91_MODULE) || defined(CONFIG_AT91_SPI) || defined(CONFIG_AT91_SPI_MODULE) | ||
| 423 | static u64 spi_dmamask = 0xffffffffUL; | ||
| 424 | |||
| 425 | static struct resource at91_spi_resources[] = { | ||
| 426 | [0] = { | ||
| 427 | .start = AT91_BASE_SPI, | ||
| 428 | .end = AT91_BASE_SPI + SZ_16K - 1, | ||
| 429 | .flags = IORESOURCE_MEM, | ||
| 430 | }, | ||
| 431 | [1] = { | ||
| 432 | .start = AT91_ID_SPI, | ||
| 433 | .end = AT91_ID_SPI, | ||
| 434 | .flags = IORESOURCE_IRQ, | ||
| 435 | }, | ||
| 436 | }; | ||
| 437 | |||
| 438 | static struct platform_device at91rm9200_spi_device = { | ||
| 439 | .name = "at91_spi", | ||
| 440 | .id = 0, | ||
| 441 | .dev = { | ||
| 442 | .dma_mask = &spi_dmamask, | ||
| 443 | .coherent_dma_mask = 0xffffffff, | ||
| 444 | }, | ||
| 445 | .resource = at91_spi_resources, | ||
| 446 | .num_resources = ARRAY_SIZE(at91_spi_resources), | ||
| 447 | }; | ||
| 448 | |||
| 449 | static const unsigned at91_spi_standard_cs[4] = { AT91_PIN_PA3, AT91_PIN_PA4, AT91_PIN_PA5, AT91_PIN_PA6 }; | ||
| 450 | |||
| 451 | void __init at91_add_device_spi(struct spi_board_info *devices, int nr_devices) | ||
| 452 | { | ||
| 453 | int i; | ||
| 454 | unsigned long cs_pin; | ||
| 455 | |||
| 456 | at91_set_A_periph(AT91_PIN_PA0, 0); /* MISO */ | ||
| 457 | at91_set_A_periph(AT91_PIN_PA1, 0); /* MOSI */ | ||
| 458 | at91_set_A_periph(AT91_PIN_PA2, 0); /* SPCK */ | ||
| 459 | |||
| 460 | /* Enable SPI chip-selects */ | ||
| 461 | for (i = 0; i < nr_devices; i++) { | ||
| 462 | if (devices[i].controller_data) | ||
| 463 | cs_pin = (unsigned long) devices[i].controller_data; | ||
| 464 | else | ||
| 465 | cs_pin = at91_spi_standard_cs[devices[i].chip_select]; | ||
| 466 | |||
| 467 | #ifdef CONFIG_SPI_AT91_MANUAL_CS | ||
| 468 | at91_set_gpio_output(cs_pin, 1); | ||
| 469 | #else | ||
| 470 | at91_set_A_periph(cs_pin, 0); | ||
| 471 | #endif | ||
| 472 | |||
| 473 | /* pass chip-select pin to driver */ | ||
| 474 | devices[i].controller_data = (void *) cs_pin; | ||
| 475 | } | ||
| 476 | |||
| 477 | spi_register_board_info(devices, nr_devices); | ||
| 478 | at91_clock_associate("spi0_clk", &at91rm9200_spi_device.dev, "spi"); | ||
| 479 | platform_device_register(&at91rm9200_spi_device); | ||
| 480 | } | ||
| 481 | #else | ||
| 482 | void __init at91_add_device_spi(struct spi_board_info *devices, int nr_devices) {} | ||
| 483 | #endif | ||
| 484 | |||
| 485 | |||
| 486 | /* -------------------------------------------------------------------- | ||
| 403 | * RTC | 487 | * RTC |
| 404 | * -------------------------------------------------------------------- */ | 488 | * -------------------------------------------------------------------- */ |
| 405 | 489 | ||
| 406 | #if defined(CONFIG_AT91_RTC) || defined(CONFIG_AT91_RTC_MODULE) | 490 | #if defined(CONFIG_RTC_DRV_AT91) || defined(CONFIG_RTC_DRV_AT91_MODULE) |
| 407 | static struct platform_device at91rm9200_rtc_device = { | 491 | static struct platform_device at91rm9200_rtc_device = { |
| 408 | .name = "at91_rtc", | 492 | .name = "at91_rtc", |
| 409 | .id = -1, | 493 | .id = -1, |
| 410 | .num_resources = 0, | 494 | .num_resources = 0, |
| 411 | }; | 495 | }; |
| 412 | 496 | ||
| 413 | void __init at91_add_device_rtc(void) | 497 | static void __init at91_add_device_rtc(void) |
| 414 | { | 498 | { |
| 415 | platform_device_register(&at91rm9200_rtc_device); | 499 | platform_device_register(&at91rm9200_rtc_device); |
| 416 | } | 500 | } |
| 417 | #else | 501 | #else |
| 418 | void __init at91_add_device_rtc(void) {} | 502 | static void __init at91_add_device_rtc(void) {} |
| 503 | #endif | ||
| 504 | |||
| 505 | |||
| 506 | /* -------------------------------------------------------------------- | ||
| 507 | * Watchdog | ||
| 508 | * -------------------------------------------------------------------- */ | ||
| 509 | |||
| 510 | #if defined(CONFIG_AT91_WATCHDOG) || defined(CONFIG_AT91_WATCHDOG_MODULE) | ||
| 511 | static struct platform_device at91rm9200_wdt_device = { | ||
| 512 | .name = "at91_wdt", | ||
| 513 | .id = -1, | ||
| 514 | .num_resources = 0, | ||
| 515 | }; | ||
| 516 | |||
| 517 | static void __init at91_add_device_watchdog(void) | ||
| 518 | { | ||
| 519 | platform_device_register(&at91rm9200_wdt_device); | ||
| 520 | } | ||
| 521 | #else | ||
| 522 | static void __init at91_add_device_watchdog(void) {} | ||
| 419 | #endif | 523 | #endif |
| 420 | 524 | ||
| 421 | 525 | ||
| @@ -429,13 +533,281 @@ u8 at91_leds_timer; | |||
| 429 | 533 | ||
| 430 | void __init at91_init_leds(u8 cpu_led, u8 timer_led) | 534 | void __init at91_init_leds(u8 cpu_led, u8 timer_led) |
| 431 | { | 535 | { |
| 432 | at91_leds_cpu = cpu_led; | 536 | at91_leds_cpu = cpu_led; |
| 433 | at91_leds_timer = timer_led; | 537 | at91_leds_timer = timer_led; |
| 434 | } | 538 | } |
| 435 | |||
| 436 | #else | 539 | #else |
| 437 | void __init at91_init_leds(u8 cpu_led, u8 timer_led) {} | 540 | void __init at91_init_leds(u8 cpu_led, u8 timer_led) {} |
| 438 | #endif | 541 | #endif |
| 439 | 542 | ||
| 440 | 543 | ||
| 544 | /* -------------------------------------------------------------------- | ||
| 545 | * UART | ||
| 546 | * -------------------------------------------------------------------- */ | ||
| 547 | |||
| 548 | #if defined(CONFIG_SERIAL_AT91) | ||
| 549 | static struct resource dbgu_resources[] = { | ||
| 550 | [0] = { | ||
| 551 | .start = AT91_VA_BASE_SYS + AT91_DBGU, | ||
| 552 | .end = AT91_VA_BASE_SYS + AT91_DBGU + SZ_512 - 1, | ||
| 553 | .flags = IORESOURCE_MEM, | ||
| 554 | }, | ||
| 555 | [1] = { | ||
| 556 | .start = AT91_ID_SYS, | ||
| 557 | .end = AT91_ID_SYS, | ||
| 558 | .flags = IORESOURCE_IRQ, | ||
| 559 | }, | ||
| 560 | }; | ||
| 561 | |||
| 562 | static struct at91_uart_data dbgu_data = { | ||
| 563 | .use_dma_tx = 0, | ||
| 564 | .use_dma_rx = 0, /* DBGU not capable of receive DMA */ | ||
| 565 | }; | ||
| 566 | |||
| 567 | static struct platform_device at91rm9200_dbgu_device = { | ||
| 568 | .name = "at91_usart", | ||
| 569 | .id = 0, | ||
| 570 | .dev = { | ||
| 571 | .platform_data = &dbgu_data, | ||
| 572 | .coherent_dma_mask = 0xffffffff, | ||
| 573 | }, | ||
| 574 | .resource = dbgu_resources, | ||
| 575 | .num_resources = ARRAY_SIZE(dbgu_resources), | ||
| 576 | }; | ||
| 577 | |||
| 578 | static inline void configure_dbgu_pins(void) | ||
| 579 | { | ||
| 580 | at91_set_A_periph(AT91_PIN_PA30, 0); /* DRXD */ | ||
| 581 | at91_set_A_periph(AT91_PIN_PA31, 1); /* DTXD */ | ||
| 582 | } | ||
| 583 | |||
| 584 | static struct resource uart0_resources[] = { | ||
| 585 | [0] = { | ||
| 586 | .start = AT91_BASE_US0, | ||
| 587 | .end = AT91_BASE_US0 + SZ_16K - 1, | ||
| 588 | .flags = IORESOURCE_MEM, | ||
| 589 | }, | ||
| 590 | [1] = { | ||
| 591 | .start = AT91_ID_US0, | ||
| 592 | .end = AT91_ID_US0, | ||
| 593 | .flags = IORESOURCE_IRQ, | ||
| 594 | }, | ||
| 595 | }; | ||
| 596 | |||
| 597 | static struct at91_uart_data uart0_data = { | ||
| 598 | .use_dma_tx = 1, | ||
| 599 | .use_dma_rx = 1, | ||
| 600 | }; | ||
| 601 | |||
| 602 | static struct platform_device at91rm9200_uart0_device = { | ||
| 603 | .name = "at91_usart", | ||
| 604 | .id = 1, | ||
| 605 | .dev = { | ||
| 606 | .platform_data = &uart0_data, | ||
| 607 | .coherent_dma_mask = 0xffffffff, | ||
| 608 | }, | ||
| 609 | .resource = uart0_resources, | ||
| 610 | .num_resources = ARRAY_SIZE(uart0_resources), | ||
| 611 | }; | ||
| 612 | |||
| 613 | static inline void configure_usart0_pins(void) | ||
| 614 | { | ||
| 615 | at91_set_A_periph(AT91_PIN_PA17, 1); /* TXD0 */ | ||
| 616 | at91_set_A_periph(AT91_PIN_PA18, 0); /* RXD0 */ | ||
| 617 | at91_set_A_periph(AT91_PIN_PA20, 0); /* CTS0 */ | ||
| 618 | |||
| 619 | /* | ||
| 620 | * AT91RM9200 Errata #39 - RTS0 is not internally connected to PA21. | ||
| 621 | * We need to drive the pin manually. Default is off (RTS is active low). | ||
| 622 | */ | ||
| 623 | at91_set_gpio_output(AT91_PIN_PA21, 1); | ||
| 624 | } | ||
| 625 | |||
| 626 | static struct resource uart1_resources[] = { | ||
| 627 | [0] = { | ||
| 628 | .start = AT91_BASE_US1, | ||
| 629 | .end = AT91_BASE_US1 + SZ_16K - 1, | ||
| 630 | .flags = IORESOURCE_MEM, | ||
| 631 | }, | ||
| 632 | [1] = { | ||
| 633 | .start = AT91_ID_US1, | ||
| 634 | .end = AT91_ID_US1, | ||
| 635 | .flags = IORESOURCE_IRQ, | ||
| 636 | }, | ||
| 637 | }; | ||
| 638 | |||
| 639 | static struct at91_uart_data uart1_data = { | ||
| 640 | .use_dma_tx = 1, | ||
| 641 | .use_dma_rx = 1, | ||
| 642 | }; | ||
| 643 | |||
| 644 | static struct platform_device at91rm9200_uart1_device = { | ||
| 645 | .name = "at91_usart", | ||
| 646 | .id = 2, | ||
| 647 | .dev = { | ||
| 648 | .platform_data = &uart1_data, | ||
| 649 | .coherent_dma_mask = 0xffffffff, | ||
| 650 | }, | ||
| 651 | .resource = uart1_resources, | ||
| 652 | .num_resources = ARRAY_SIZE(uart1_resources), | ||
| 653 | }; | ||
| 654 | |||
| 655 | static inline void configure_usart1_pins(void) | ||
| 656 | { | ||
| 657 | at91_set_A_periph(AT91_PIN_PB18, 0); /* RI1 */ | ||
| 658 | at91_set_A_periph(AT91_PIN_PB19, 0); /* DTR1 */ | ||
| 659 | at91_set_A_periph(AT91_PIN_PB20, 1); /* TXD1 */ | ||
| 660 | at91_set_A_periph(AT91_PIN_PB21, 0); /* RXD1 */ | ||
| 661 | at91_set_A_periph(AT91_PIN_PB23, 0); /* DCD1 */ | ||
| 662 | at91_set_A_periph(AT91_PIN_PB24, 0); /* CTS1 */ | ||
| 663 | at91_set_A_periph(AT91_PIN_PB25, 0); /* DSR1 */ | ||
| 664 | at91_set_A_periph(AT91_PIN_PB26, 0); /* RTS1 */ | ||
| 665 | } | ||
| 666 | |||
| 667 | static struct resource uart2_resources[] = { | ||
| 668 | [0] = { | ||
| 669 | .start = AT91_BASE_US2, | ||
| 670 | .end = AT91_BASE_US2 + SZ_16K - 1, | ||
| 671 | .flags = IORESOURCE_MEM, | ||
| 672 | }, | ||
| 673 | [1] = { | ||
| 674 | .start = AT91_ID_US2, | ||
| 675 | .end = AT91_ID_US2, | ||
| 676 | .flags = IORESOURCE_IRQ, | ||
| 677 | }, | ||
| 678 | }; | ||
| 679 | |||
| 680 | static struct at91_uart_data uart2_data = { | ||
| 681 | .use_dma_tx = 1, | ||
| 682 | .use_dma_rx = 1, | ||
| 683 | }; | ||
| 684 | |||
| 685 | static struct platform_device at91rm9200_uart2_device = { | ||
| 686 | .name = "at91_usart", | ||
| 687 | .id = 3, | ||
| 688 | .dev = { | ||
| 689 | .platform_data = &uart2_data, | ||
| 690 | .coherent_dma_mask = 0xffffffff, | ||
| 691 | }, | ||
| 692 | .resource = uart2_resources, | ||
| 693 | .num_resources = ARRAY_SIZE(uart2_resources), | ||
| 694 | }; | ||
| 695 | |||
| 696 | static inline void configure_usart2_pins(void) | ||
| 697 | { | ||
| 698 | at91_set_A_periph(AT91_PIN_PA22, 0); /* RXD2 */ | ||
| 699 | at91_set_A_periph(AT91_PIN_PA23, 1); /* TXD2 */ | ||
| 700 | } | ||
| 701 | |||
| 702 | static struct resource uart3_resources[] = { | ||
| 703 | [0] = { | ||
| 704 | .start = AT91_BASE_US3, | ||
| 705 | .end = AT91_BASE_US3 + SZ_16K - 1, | ||
| 706 | .flags = IORESOURCE_MEM, | ||
| 707 | }, | ||
| 708 | [1] = { | ||
| 709 | .start = AT91_ID_US3, | ||
| 710 | .end = AT91_ID_US3, | ||
| 711 | .flags = IORESOURCE_IRQ, | ||
| 712 | }, | ||
| 713 | }; | ||
| 714 | |||
| 715 | static struct at91_uart_data uart3_data = { | ||
| 716 | .use_dma_tx = 1, | ||
| 717 | .use_dma_rx = 1, | ||
| 718 | }; | ||
| 719 | |||
| 720 | static struct platform_device at91rm9200_uart3_device = { | ||
| 721 | .name = "at91_usart", | ||
| 722 | .id = 4, | ||
| 723 | .dev = { | ||
| 724 | .platform_data = &uart3_data, | ||
| 725 | .coherent_dma_mask = 0xffffffff, | ||
| 726 | }, | ||
| 727 | .resource = uart3_resources, | ||
| 728 | .num_resources = ARRAY_SIZE(uart3_resources), | ||
| 729 | }; | ||
| 730 | |||
| 731 | static inline void configure_usart3_pins(void) | ||
| 732 | { | ||
| 733 | at91_set_B_periph(AT91_PIN_PA5, 1); /* TXD3 */ | ||
| 734 | at91_set_B_periph(AT91_PIN_PA6, 0); /* RXD3 */ | ||
| 735 | } | ||
| 736 | |||
| 737 | struct platform_device *at91_uarts[AT91_NR_UART]; /* the UARTs to use */ | ||
| 738 | struct platform_device *at91_default_console_device; /* the serial console device */ | ||
| 739 | |||
| 740 | void __init at91_init_serial(struct at91_uart_config *config) | ||
| 741 | { | ||
| 742 | int i; | ||
| 743 | |||
| 744 | /* Fill in list of supported UARTs */ | ||
| 745 | for (i = 0; i < config->nr_tty; i++) { | ||
| 746 | switch (config->tty_map[i]) { | ||
| 747 | case 0: | ||
| 748 | configure_usart0_pins(); | ||
| 749 | at91_uarts[i] = &at91rm9200_uart0_device; | ||
| 750 | at91_clock_associate("usart0_clk", &at91rm9200_uart0_device.dev, "usart"); | ||
| 751 | break; | ||
| 752 | case 1: | ||
| 753 | configure_usart1_pins(); | ||
| 754 | at91_uarts[i] = &at91rm9200_uart1_device; | ||
| 755 | at91_clock_associate("usart1_clk", &at91rm9200_uart1_device.dev, "usart"); | ||
| 756 | break; | ||
| 757 | case 2: | ||
| 758 | configure_usart2_pins(); | ||
| 759 | at91_uarts[i] = &at91rm9200_uart2_device; | ||
| 760 | at91_clock_associate("usart2_clk", &at91rm9200_uart2_device.dev, "usart"); | ||
| 761 | break; | ||
| 762 | case 3: | ||
| 763 | configure_usart3_pins(); | ||
| 764 | at91_uarts[i] = &at91rm9200_uart3_device; | ||
| 765 | at91_clock_associate("usart3_clk", &at91rm9200_uart3_device.dev, "usart"); | ||
| 766 | break; | ||
| 767 | case 4: | ||
| 768 | configure_dbgu_pins(); | ||
| 769 | at91_uarts[i] = &at91rm9200_dbgu_device; | ||
| 770 | at91_clock_associate("mck", &at91rm9200_dbgu_device.dev, "usart"); | ||
| 771 | break; | ||
| 772 | default: | ||
| 773 | continue; | ||
| 774 | } | ||
| 775 | at91_uarts[i]->id = i; /* update ID number to mapped ID */ | ||
| 776 | } | ||
| 777 | |||
| 778 | /* Set serial console device */ | ||
| 779 | if (config->console_tty < AT91_NR_UART) | ||
| 780 | at91_default_console_device = at91_uarts[config->console_tty]; | ||
| 781 | if (!at91_default_console_device) | ||
| 782 | printk(KERN_INFO "AT91: No default serial console defined.\n"); | ||
| 783 | } | ||
| 784 | |||
| 785 | void __init at91_add_device_serial(void) | ||
| 786 | { | ||
| 787 | int i; | ||
| 788 | |||
| 789 | for (i = 0; i < AT91_NR_UART; i++) { | ||
| 790 | if (at91_uarts[i]) | ||
| 791 | platform_device_register(at91_uarts[i]); | ||
| 792 | } | ||
| 793 | } | ||
| 794 | #else | ||
| 795 | void __init at91_init_serial(struct at91_uart_config *config) {} | ||
| 796 | void __init at91_add_device_serial(void) {} | ||
| 797 | #endif | ||
| 798 | |||
| 799 | |||
| 441 | /* -------------------------------------------------------------------- */ | 800 | /* -------------------------------------------------------------------- */ |
| 801 | |||
| 802 | /* | ||
| 803 | * These devices are always present and don't need any board-specific | ||
| 804 | * setup. | ||
| 805 | */ | ||
| 806 | static int __init at91_add_standard_devices(void) | ||
| 807 | { | ||
| 808 | at91_add_device_rtc(); | ||
| 809 | at91_add_device_watchdog(); | ||
| 810 | return 0; | ||
| 811 | } | ||
| 812 | |||
| 813 | arch_initcall(at91_add_standard_devices); | ||
diff --git a/arch/arm/mach-at91rm9200/generic.h b/arch/arm/mach-at91rm9200/generic.h index 9bd541eba0a0..f0d969d7d874 100644 --- a/arch/arm/mach-at91rm9200/generic.h +++ b/arch/arm/mach-at91rm9200/generic.h | |||
| @@ -16,3 +16,10 @@ extern struct sys_timer at91rm9200_timer; | |||
| 16 | extern void __init at91rm9200_map_io(void); | 16 | extern void __init at91rm9200_map_io(void); |
| 17 | 17 | ||
| 18 | extern int __init at91_clock_init(unsigned long main_clock); | 18 | extern int __init at91_clock_init(unsigned long main_clock); |
| 19 | struct device; | ||
| 20 | extern void __init at91_clock_associate(const char *id, struct device *dev, const char *func); | ||
| 21 | |||
| 22 | /* Power Management */ | ||
| 23 | extern void at91_irq_suspend(void); | ||
| 24 | extern void at91_irq_resume(void); | ||
| 25 | |||
diff --git a/arch/arm/mach-at91rm9200/gpio.c b/arch/arm/mach-at91rm9200/gpio.c index 5ab46274e1a3..83c34747087b 100644 --- a/arch/arm/mach-at91rm9200/gpio.c +++ b/arch/arm/mach-at91rm9200/gpio.c | |||
| @@ -16,7 +16,7 @@ | |||
| 16 | 16 | ||
| 17 | #include <asm/io.h> | 17 | #include <asm/io.h> |
| 18 | #include <asm/mach/irq.h> | 18 | #include <asm/mach/irq.h> |
| 19 | #include <asm/arch/hardware.h> | 19 | #include <asm/hardware.h> |
| 20 | #include <asm/arch/gpio.h> | 20 | #include <asm/arch/gpio.h> |
| 21 | 21 | ||
| 22 | static const u32 pio_controller_offset[4] = { | 22 | static const u32 pio_controller_offset[4] = { |
| @@ -213,6 +213,84 @@ EXPORT_SYMBOL(at91_get_gpio_value); | |||
| 213 | 213 | ||
| 214 | /*--------------------------------------------------------------------------*/ | 214 | /*--------------------------------------------------------------------------*/ |
| 215 | 215 | ||
| 216 | #ifdef CONFIG_PM | ||
| 217 | |||
| 218 | static u32 wakeups[BGA_GPIO_BANKS]; | ||
| 219 | static u32 backups[BGA_GPIO_BANKS]; | ||
| 220 | |||
| 221 | static int gpio_irq_set_wake(unsigned pin, unsigned state) | ||
| 222 | { | ||
| 223 | unsigned mask = pin_to_mask(pin); | ||
| 224 | |||
| 225 | pin -= PIN_BASE; | ||
| 226 | pin /= 32; | ||
| 227 | |||
| 228 | if (unlikely(pin >= BGA_GPIO_BANKS)) | ||
| 229 | return -EINVAL; | ||
| 230 | |||
| 231 | if (state) | ||
| 232 | wakeups[pin] |= mask; | ||
| 233 | else | ||
| 234 | wakeups[pin] &= ~mask; | ||
| 235 | |||
| 236 | return 0; | ||
| 237 | } | ||
| 238 | |||
| 239 | void at91_gpio_suspend(void) | ||
| 240 | { | ||
| 241 | int i; | ||
| 242 | |||
| 243 | for (i = 0; i < BGA_GPIO_BANKS; i++) { | ||
| 244 | u32 pio = pio_controller_offset[i]; | ||
| 245 | |||
| 246 | /* | ||
| 247 | * Note: drivers should have disabled GPIO interrupts that | ||
| 248 | * aren't supposed to be wakeup sources. | ||
| 249 | * But that is not much good on ARM..... disable_irq() does | ||
| 250 | * not update the hardware immediately, so the hardware mask | ||
| 251 | * (IMR) has the wrong value (not current, too much is | ||
| 252 | * permitted). | ||
| 253 | * | ||
| 254 | * Our workaround is to disable all non-wakeup IRQs ... | ||
| 255 | * which is exactly what correct drivers asked for in the | ||
| 256 | * first place! | ||
| 257 | */ | ||
| 258 | backups[i] = at91_sys_read(pio + PIO_IMR); | ||
| 259 | at91_sys_write(pio_controller_offset[i] + PIO_IDR, backups[i]); | ||
| 260 | at91_sys_write(pio_controller_offset[i] + PIO_IER, wakeups[i]); | ||
| 261 | |||
| 262 | if (!wakeups[i]) { | ||
| 263 | disable_irq_wake(AT91_ID_PIOA + i); | ||
| 264 | at91_sys_write(AT91_PMC_PCDR, 1 << (AT91_ID_PIOA + i)); | ||
| 265 | } else { | ||
| 266 | enable_irq_wake(AT91_ID_PIOA + i); | ||
| 267 | #ifdef CONFIG_PM_DEBUG | ||
| 268 | printk(KERN_DEBUG "GPIO-%c may wake for %08x\n", "ABCD"[i], wakeups[i]); | ||
| 269 | #endif | ||
| 270 | } | ||
| 271 | } | ||
| 272 | } | ||
| 273 | |||
| 274 | void at91_gpio_resume(void) | ||
| 275 | { | ||
| 276 | int i; | ||
| 277 | |||
| 278 | for (i = 0; i < BGA_GPIO_BANKS; i++) { | ||
| 279 | at91_sys_write(pio_controller_offset[i] + PIO_IDR, wakeups[i]); | ||
| 280 | at91_sys_write(pio_controller_offset[i] + PIO_IER, backups[i]); | ||
| 281 | } | ||
| 282 | |||
| 283 | at91_sys_write(AT91_PMC_PCER, | ||
| 284 | (1 << AT91_ID_PIOA) | ||
| 285 | | (1 << AT91_ID_PIOB) | ||
| 286 | | (1 << AT91_ID_PIOC) | ||
| 287 | | (1 << AT91_ID_PIOD)); | ||
| 288 | } | ||
| 289 | |||
| 290 | #else | ||
| 291 | #define gpio_irq_set_wake NULL | ||
| 292 | #endif | ||
| 293 | |||
| 216 | 294 | ||
| 217 | /* Several AIC controller irqs are dispatched through this GPIO handler. | 295 | /* Several AIC controller irqs are dispatched through this GPIO handler. |
| 218 | * To use any AT91_PIN_* as an externally triggered IRQ, first call | 296 | * To use any AT91_PIN_* as an externally triggered IRQ, first call |
| @@ -252,6 +330,7 @@ static struct irqchip gpio_irqchip = { | |||
| 252 | .mask = gpio_irq_mask, | 330 | .mask = gpio_irq_mask, |
| 253 | .unmask = gpio_irq_unmask, | 331 | .unmask = gpio_irq_unmask, |
| 254 | .set_type = gpio_irq_type, | 332 | .set_type = gpio_irq_type, |
| 333 | .set_wake = gpio_irq_set_wake, | ||
| 255 | }; | 334 | }; |
| 256 | 335 | ||
| 257 | static void gpio_irq_handler(unsigned irq, struct irqdesc *desc, struct pt_regs *regs) | 336 | static void gpio_irq_handler(unsigned irq, struct irqdesc *desc, struct pt_regs *regs) |
| @@ -266,6 +345,7 @@ static void gpio_irq_handler(unsigned irq, struct irqdesc *desc, struct pt_regs | |||
| 266 | /* temporarily mask (level sensitive) parent IRQ */ | 345 | /* temporarily mask (level sensitive) parent IRQ */ |
| 267 | desc->chip->ack(irq); | 346 | desc->chip->ack(irq); |
| 268 | for (;;) { | 347 | for (;;) { |
| 348 | /* reading ISR acks the pending (edge triggered) GPIO interrupt */ | ||
| 269 | isr = __raw_readl(pio + PIO_ISR) & __raw_readl(pio + PIO_IMR); | 349 | isr = __raw_readl(pio + PIO_ISR) & __raw_readl(pio + PIO_IMR); |
| 270 | if (!isr) | 350 | if (!isr) |
| 271 | break; | 351 | break; |
| @@ -315,15 +395,16 @@ void __init at91_gpio_irq_setup(unsigned banks) | |||
| 315 | set_irq_chipdata(id, controller); | 395 | set_irq_chipdata(id, controller); |
| 316 | 396 | ||
| 317 | for (i = 0; i < 32; i++, pin++) { | 397 | for (i = 0; i < 32; i++, pin++) { |
| 398 | /* | ||
| 399 | * Can use the "simple" and not "edge" handler since it's | ||
| 400 | * shorter, and the AIC handles interupts sanely. | ||
| 401 | */ | ||
| 318 | set_irq_chip(pin, &gpio_irqchip); | 402 | set_irq_chip(pin, &gpio_irqchip); |
| 319 | set_irq_handler(pin, do_simple_IRQ); | 403 | set_irq_handler(pin, do_simple_IRQ); |
| 320 | set_irq_flags(pin, IRQF_VALID); | 404 | set_irq_flags(pin, IRQF_VALID); |
| 321 | } | 405 | } |
| 322 | 406 | ||
| 323 | set_irq_chained_handler(id, gpio_irq_handler); | 407 | set_irq_chained_handler(id, gpio_irq_handler); |
| 324 | |||
| 325 | /* enable the PIO peripheral clock */ | ||
| 326 | at91_sys_write(AT91_PMC_PCER, 1 << id); | ||
| 327 | } | 408 | } |
| 328 | pr_info("AT91: %d gpio irqs in %d banks\n", pin - PIN_BASE, banks); | 409 | pr_info("AT91: %d gpio irqs in %d banks\n", pin - PIN_BASE, banks); |
| 329 | } | 410 | } |
diff --git a/arch/arm/mach-at91rm9200/irq.c b/arch/arm/mach-at91rm9200/irq.c index cb62bc83a1dd..70f4d7ac1533 100644 --- a/arch/arm/mach-at91rm9200/irq.c +++ b/arch/arm/mach-at91rm9200/irq.c | |||
| @@ -92,10 +92,6 @@ static int at91rm9200_irq_type(unsigned irq, unsigned type) | |||
| 92 | { | 92 | { |
| 93 | unsigned int smr, srctype; | 93 | unsigned int smr, srctype; |
| 94 | 94 | ||
| 95 | /* change triggering only for FIQ and external IRQ0..IRQ6 */ | ||
| 96 | if ((irq < AT91_ID_IRQ0) && (irq != AT91_ID_FIQ)) | ||
| 97 | return -EINVAL; | ||
| 98 | |||
| 99 | switch (type) { | 95 | switch (type) { |
| 100 | case IRQT_HIGH: | 96 | case IRQT_HIGH: |
| 101 | srctype = AT91_AIC_SRCTYPE_HIGH; | 97 | srctype = AT91_AIC_SRCTYPE_HIGH; |
| @@ -104,9 +100,13 @@ static int at91rm9200_irq_type(unsigned irq, unsigned type) | |||
| 104 | srctype = AT91_AIC_SRCTYPE_RISING; | 100 | srctype = AT91_AIC_SRCTYPE_RISING; |
| 105 | break; | 101 | break; |
| 106 | case IRQT_LOW: | 102 | case IRQT_LOW: |
| 103 | if ((irq > AT91_ID_FIQ) && (irq < AT91_ID_IRQ0)) /* only supported on external interrupts */ | ||
| 104 | return -EINVAL; | ||
| 107 | srctype = AT91_AIC_SRCTYPE_LOW; | 105 | srctype = AT91_AIC_SRCTYPE_LOW; |
| 108 | break; | 106 | break; |
| 109 | case IRQT_FALLING: | 107 | case IRQT_FALLING: |
| 108 | if ((irq > AT91_ID_FIQ) && (irq < AT91_ID_IRQ0)) /* only supported on external interrupts */ | ||
| 109 | return -EINVAL; | ||
| 110 | srctype = AT91_AIC_SRCTYPE_FALLING; | 110 | srctype = AT91_AIC_SRCTYPE_FALLING; |
| 111 | break; | 111 | break; |
| 112 | default: | 112 | default: |
| @@ -118,11 +118,47 @@ static int at91rm9200_irq_type(unsigned irq, unsigned type) | |||
| 118 | return 0; | 118 | return 0; |
| 119 | } | 119 | } |
| 120 | 120 | ||
| 121 | #ifdef CONFIG_PM | ||
| 122 | |||
| 123 | static u32 wakeups; | ||
| 124 | static u32 backups; | ||
| 125 | |||
| 126 | static int at91rm9200_irq_set_wake(unsigned irq, unsigned value) | ||
| 127 | { | ||
| 128 | if (unlikely(irq >= 32)) | ||
| 129 | return -EINVAL; | ||
| 130 | |||
| 131 | if (value) | ||
| 132 | wakeups |= (1 << irq); | ||
| 133 | else | ||
| 134 | wakeups &= ~(1 << irq); | ||
| 135 | |||
| 136 | return 0; | ||
| 137 | } | ||
| 138 | |||
| 139 | void at91_irq_suspend(void) | ||
| 140 | { | ||
| 141 | backups = at91_sys_read(AT91_AIC_IMR); | ||
| 142 | at91_sys_write(AT91_AIC_IDCR, backups); | ||
| 143 | at91_sys_write(AT91_AIC_IECR, wakeups); | ||
| 144 | } | ||
| 145 | |||
| 146 | void at91_irq_resume(void) | ||
| 147 | { | ||
| 148 | at91_sys_write(AT91_AIC_IDCR, wakeups); | ||
| 149 | at91_sys_write(AT91_AIC_IECR, backups); | ||
| 150 | } | ||
| 151 | |||
| 152 | #else | ||
| 153 | #define at91rm9200_irq_set_wake NULL | ||
| 154 | #endif | ||
| 155 | |||
| 121 | static struct irqchip at91rm9200_irq_chip = { | 156 | static struct irqchip at91rm9200_irq_chip = { |
| 122 | .ack = at91rm9200_mask_irq, | 157 | .ack = at91rm9200_mask_irq, |
| 123 | .mask = at91rm9200_mask_irq, | 158 | .mask = at91rm9200_mask_irq, |
| 124 | .unmask = at91rm9200_unmask_irq, | 159 | .unmask = at91rm9200_unmask_irq, |
| 125 | .set_type = at91rm9200_irq_type, | 160 | .set_type = at91rm9200_irq_type, |
| 161 | .set_wake = at91rm9200_irq_set_wake, | ||
| 126 | }; | 162 | }; |
| 127 | 163 | ||
| 128 | /* | 164 | /* |
diff --git a/arch/arm/mach-at91rm9200/pm.c b/arch/arm/mach-at91rm9200/pm.c new file mode 100644 index 000000000000..47e5480feb7e --- /dev/null +++ b/arch/arm/mach-at91rm9200/pm.c | |||
| @@ -0,0 +1,225 @@ | |||
| 1 | /* | ||
| 2 | * arch/arm/mach-at91rm9200/pm.c | ||
| 3 | * AT91 Power Management | ||
| 4 | * | ||
| 5 | * Copyright (C) 2005 David Brownell | ||
| 6 | * | ||
| 7 | * This program is free software; you can redistribute it and/or modify | ||
| 8 | * it under the terms of the GNU General Public License as published by | ||
| 9 | * the Free Software Foundation; either version 2 of the License, or | ||
| 10 | * (at your option) any later version. | ||
| 11 | */ | ||
| 12 | |||
| 13 | #include <linux/pm.h> | ||
| 14 | #include <linux/sched.h> | ||
| 15 | #include <linux/proc_fs.h> | ||
| 16 | #include <linux/pm.h> | ||
| 17 | #include <linux/interrupt.h> | ||
| 18 | #include <linux/sysfs.h> | ||
| 19 | #include <linux/module.h> | ||
| 20 | #include <linux/platform_device.h> | ||
| 21 | |||
| 22 | #include <asm/io.h> | ||
| 23 | #include <asm/irq.h> | ||
| 24 | #include <asm/atomic.h> | ||
| 25 | #include <asm/mach/time.h> | ||
| 26 | #include <asm/mach/irq.h> | ||
| 27 | #include <asm/mach-types.h> | ||
| 28 | |||
| 29 | #include <asm/arch/gpio.h> | ||
| 30 | |||
| 31 | #include "generic.h" | ||
| 32 | |||
| 33 | |||
| 34 | static int at91_pm_valid_state(suspend_state_t state) | ||
| 35 | { | ||
| 36 | switch (state) { | ||
| 37 | case PM_SUSPEND_ON: | ||
| 38 | case PM_SUSPEND_STANDBY: | ||
| 39 | case PM_SUSPEND_MEM: | ||
| 40 | return 1; | ||
| 41 | |||
| 42 | default: | ||
| 43 | return 0; | ||
| 44 | } | ||
| 45 | } | ||
| 46 | |||
| 47 | |||
| 48 | static suspend_state_t target_state; | ||
| 49 | |||
| 50 | /* | ||
| 51 | * Called after processes are frozen, but before we shutdown devices. | ||
| 52 | */ | ||
| 53 | static int at91_pm_prepare(suspend_state_t state) | ||
| 54 | { | ||
| 55 | target_state = state; | ||
| 56 | return 0; | ||
| 57 | } | ||
| 58 | |||
| 59 | /* | ||
| 60 | * Verify that all the clocks are correct before entering | ||
| 61 | * slow-clock mode. | ||
| 62 | */ | ||
| 63 | static int at91_pm_verify_clocks(void) | ||
| 64 | { | ||
| 65 | unsigned long scsr; | ||
| 66 | int i; | ||
| 67 | |||
| 68 | scsr = at91_sys_read(AT91_PMC_SCSR); | ||
| 69 | |||
| 70 | /* USB must not be using PLLB */ | ||
| 71 | if ((scsr & (AT91_PMC_UHP | AT91_PMC_UDP)) != 0) { | ||
| 72 | pr_debug("AT91: PM - Suspend-to-RAM with USB still active\n"); | ||
| 73 | return 0; | ||
| 74 | } | ||
| 75 | |||
| 76 | #ifdef CONFIG_AT91_PROGRAMMABLE_CLOCKS | ||
| 77 | /* PCK0..PCK3 must be disabled, or configured to use clk32k */ | ||
| 78 | for (i = 0; i < 4; i++) { | ||
| 79 | u32 css; | ||
| 80 | |||
| 81 | if ((scsr & (AT91_PMC_PCK0 << i)) == 0) | ||
| 82 | continue; | ||
| 83 | |||
| 84 | css = at91_sys_read(AT91_PMC_PCKR(i)) & AT91_PMC_CSS; | ||
| 85 | if (css != AT91_PMC_CSS_SLOW) { | ||
| 86 | pr_debug("AT91: PM - Suspend-to-RAM with PCK%d src %d\n", i, css); | ||
| 87 | return 0; | ||
| 88 | } | ||
| 89 | } | ||
| 90 | #endif | ||
| 91 | |||
| 92 | return 1; | ||
| 93 | } | ||
| 94 | |||
| 95 | /* | ||
| 96 | * Call this from platform driver suspend() to see how deeply to suspend. | ||
| 97 | * For example, some controllers (like OHCI) need one of the PLL clocks | ||
| 98 | * in order to act as a wakeup source, and those are not available when | ||
| 99 | * going into slow clock mode. | ||
| 100 | * | ||
| 101 | * REVISIT: generalize as clk_will_be_available(clk)? Other platforms have | ||
| 102 | * the very same problem (but not using at91 main_clk), and it'd be better | ||
| 103 | * to add one generic API rather than lots of platform-specific ones. | ||
| 104 | */ | ||
| 105 | int at91_suspend_entering_slow_clock(void) | ||
| 106 | { | ||
| 107 | return (target_state == PM_SUSPEND_MEM); | ||
| 108 | } | ||
| 109 | EXPORT_SYMBOL(at91_suspend_entering_slow_clock); | ||
| 110 | |||
| 111 | |||
| 112 | static void (*slow_clock)(void); | ||
| 113 | |||
| 114 | |||
| 115 | |||
| 116 | static int at91_pm_enter(suspend_state_t state) | ||
| 117 | { | ||
| 118 | at91_gpio_suspend(); | ||
| 119 | at91_irq_suspend(); | ||
| 120 | |||
| 121 | pr_debug("AT91: PM - wake mask %08x, pm state %d\n", | ||
| 122 | /* remember all the always-wake irqs */ | ||
| 123 | (at91_sys_read(AT91_PMC_PCSR) | ||
| 124 | | (1 << AT91_ID_FIQ) | ||
| 125 | | (1 << AT91_ID_SYS) | ||
| 126 | | (1 << AT91_ID_IRQ0) | ||
| 127 | | (1 << AT91_ID_IRQ1) | ||
| 128 | | (1 << AT91_ID_IRQ2) | ||
| 129 | | (1 << AT91_ID_IRQ3) | ||
| 130 | | (1 << AT91_ID_IRQ4) | ||
| 131 | | (1 << AT91_ID_IRQ5) | ||
| 132 | | (1 << AT91_ID_IRQ6)) | ||
| 133 | & at91_sys_read(AT91_AIC_IMR), | ||
| 134 | state); | ||
| 135 | |||
| 136 | switch (state) { | ||
| 137 | /* | ||
| 138 | * Suspend-to-RAM is like STANDBY plus slow clock mode, so | ||
| 139 | * drivers must suspend more deeply: only the master clock | ||
| 140 | * controller may be using the main oscillator. | ||
| 141 | */ | ||
| 142 | case PM_SUSPEND_MEM: | ||
| 143 | /* | ||
| 144 | * Ensure that clocks are in a valid state. | ||
| 145 | */ | ||
| 146 | if (!at91_pm_verify_clocks()) | ||
| 147 | goto error; | ||
| 148 | |||
| 149 | /* | ||
| 150 | * Enter slow clock mode by switching over to clk32k and | ||
| 151 | * turning off the main oscillator; reverse on wakeup. | ||
| 152 | */ | ||
| 153 | if (slow_clock) { | ||
| 154 | slow_clock(); | ||
| 155 | break; | ||
| 156 | } else { | ||
| 157 | /* DEVELOPMENT ONLY */ | ||
| 158 | pr_info("AT91: PM - no slow clock mode yet ...\n"); | ||
| 159 | /* FALLTHROUGH leaving master clock alone */ | ||
| 160 | } | ||
| 161 | |||
| 162 | /* | ||
| 163 | * STANDBY mode has *all* drivers suspended; ignores irqs not | ||
| 164 | * marked as 'wakeup' event sources; and reduces DRAM power. | ||
| 165 | * But otherwise it's identical to PM_SUSPEND_ON: cpu idle, and | ||
| 166 | * nothing fancy done with main or cpu clocks. | ||
| 167 | */ | ||
| 168 | case PM_SUSPEND_STANDBY: | ||
| 169 | /* | ||
| 170 | * NOTE: the Wait-for-Interrupt instruction needs to be | ||
| 171 | * in icache so the SDRAM stays in self-refresh mode until | ||
| 172 | * the wakeup IRQ occurs. | ||
| 173 | */ | ||
| 174 | asm("b 1f; .align 5; 1:"); | ||
| 175 | asm("mcr p15, 0, r0, c7, c10, 4"); /* drain write buffer */ | ||
| 176 | at91_sys_write(AT91_SDRAMC_SRR, 1); /* self-refresh mode */ | ||
| 177 | /* fall though to next state */ | ||
| 178 | |||
| 179 | case PM_SUSPEND_ON: | ||
| 180 | asm("mcr p15, 0, r0, c7, c0, 4"); /* wait for interrupt */ | ||
| 181 | break; | ||
| 182 | |||
| 183 | default: | ||
| 184 | pr_debug("AT91: PM - bogus suspend state %d\n", state); | ||
| 185 | goto error; | ||
| 186 | } | ||
| 187 | |||
| 188 | pr_debug("AT91: PM - wakeup %08x\n", | ||
| 189 | at91_sys_read(AT91_AIC_IPR) & at91_sys_read(AT91_AIC_IMR)); | ||
| 190 | |||
| 191 | error: | ||
| 192 | target_state = PM_SUSPEND_ON; | ||
| 193 | at91_irq_resume(); | ||
| 194 | at91_gpio_resume(); | ||
| 195 | return 0; | ||
| 196 | } | ||
| 197 | |||
| 198 | |||
| 199 | static struct pm_ops at91_pm_ops ={ | ||
| 200 | .pm_disk_mode = 0, | ||
| 201 | .valid = at91_pm_valid_state, | ||
| 202 | .prepare = at91_pm_prepare, | ||
| 203 | .enter = at91_pm_enter, | ||
| 204 | }; | ||
| 205 | |||
| 206 | static int __init at91_pm_init(void) | ||
| 207 | { | ||
| 208 | printk("AT91: Power Management\n"); | ||
| 209 | |||
| 210 | #ifdef CONFIG_AT91_PM_SLOW_CLOCK | ||
| 211 | /* REVISIT allocations of SRAM should be dynamically managed. | ||
| 212 | * FIQ handlers and other components will want SRAM/TCM too... | ||
| 213 | */ | ||
| 214 | slow_clock = (void *) (AT91_VA_BASE_SRAM + (3 * SZ_4K)); | ||
| 215 | memcpy(slow_clock, at91rm9200_slow_clock, at91rm9200_slow_clock_sz); | ||
| 216 | #endif | ||
| 217 | |||
| 218 | /* Disable SDRAM low-power mode. Cannot be used with self-refresh. */ | ||
| 219 | at91_sys_write(AT91_SDRAMC_LPR, 0); | ||
| 220 | |||
| 221 | pm_set_ops(&at91_pm_ops); | ||
| 222 | |||
| 223 | return 0; | ||
| 224 | } | ||
| 225 | arch_initcall(at91_pm_init); | ||
diff --git a/arch/arm/mach-at91rm9200/time.c b/arch/arm/mach-at91rm9200/time.c index 7ffcf443b99f..fc2d7d5e4637 100644 --- a/arch/arm/mach-at91rm9200/time.c +++ b/arch/arm/mach-at91rm9200/time.c | |||
| @@ -31,6 +31,8 @@ | |||
| 31 | #include <asm/irq.h> | 31 | #include <asm/irq.h> |
| 32 | #include <asm/mach/time.h> | 32 | #include <asm/mach/time.h> |
| 33 | 33 | ||
| 34 | static unsigned long last_crtr; | ||
| 35 | |||
| 34 | /* | 36 | /* |
| 35 | * The ST_CRTR is updated asynchronously to the master clock. It is therefore | 37 | * The ST_CRTR is updated asynchronously to the master clock. It is therefore |
| 36 | * necessary to read it twice (with the same value) to ensure accuracy. | 38 | * necessary to read it twice (with the same value) to ensure accuracy. |
| @@ -56,7 +58,7 @@ static unsigned long at91rm9200_gettimeoffset(void) | |||
| 56 | { | 58 | { |
| 57 | unsigned long elapsed; | 59 | unsigned long elapsed; |
| 58 | 60 | ||
| 59 | elapsed = (read_CRTR() - at91_sys_read(AT91_ST_RTAR)) & AT91_ST_ALMV; | 61 | elapsed = (read_CRTR() - last_crtr) & AT91_ST_ALMV; |
| 60 | 62 | ||
| 61 | return (unsigned long)(elapsed * (tick_nsec / 1000)) / LATCH; | 63 | return (unsigned long)(elapsed * (tick_nsec / 1000)) / LATCH; |
| 62 | } | 64 | } |
| @@ -66,15 +68,12 @@ static unsigned long at91rm9200_gettimeoffset(void) | |||
| 66 | */ | 68 | */ |
| 67 | static irqreturn_t at91rm9200_timer_interrupt(int irq, void *dev_id, struct pt_regs *regs) | 69 | static irqreturn_t at91rm9200_timer_interrupt(int irq, void *dev_id, struct pt_regs *regs) |
| 68 | { | 70 | { |
| 69 | unsigned long rtar; | ||
| 70 | |||
| 71 | if (at91_sys_read(AT91_ST_SR) & AT91_ST_PITS) { /* This is a shared interrupt */ | 71 | if (at91_sys_read(AT91_ST_SR) & AT91_ST_PITS) { /* This is a shared interrupt */ |
| 72 | write_seqlock(&xtime_lock); | 72 | write_seqlock(&xtime_lock); |
| 73 | 73 | ||
| 74 | while (((read_CRTR() - at91_sys_read(AT91_ST_RTAR)) & AT91_ST_ALMV) >= LATCH) { | 74 | while (((read_CRTR() - last_crtr) & AT91_ST_ALMV) >= LATCH) { |
| 75 | timer_tick(regs); | 75 | timer_tick(regs); |
| 76 | rtar = (at91_sys_read(AT91_ST_RTAR) + LATCH) & AT91_ST_ALMV; | 76 | last_crtr = (last_crtr + LATCH) & AT91_ST_ALMV; |
| 77 | at91_sys_write(AT91_ST_RTAR, rtar); | ||
| 78 | } | 77 | } |
| 79 | 78 | ||
| 80 | write_sequnlock(&xtime_lock); | 79 | write_sequnlock(&xtime_lock); |
| @@ -87,10 +86,24 @@ static irqreturn_t at91rm9200_timer_interrupt(int irq, void *dev_id, struct pt_r | |||
| 87 | 86 | ||
| 88 | static struct irqaction at91rm9200_timer_irq = { | 87 | static struct irqaction at91rm9200_timer_irq = { |
| 89 | .name = "at91_tick", | 88 | .name = "at91_tick", |
| 90 | .flags = SA_SHIRQ | SA_INTERRUPT, | 89 | .flags = SA_SHIRQ | SA_INTERRUPT | SA_TIMER, |
| 91 | .handler = at91rm9200_timer_interrupt | 90 | .handler = at91rm9200_timer_interrupt |
| 92 | }; | 91 | }; |
| 93 | 92 | ||
| 93 | void at91rm9200_timer_reset(void) | ||
| 94 | { | ||
| 95 | last_crtr = 0; | ||
| 96 | |||
| 97 | /* Real time counter incremented every 30.51758 microseconds */ | ||
| 98 | at91_sys_write(AT91_ST_RTMR, 1); | ||
| 99 | |||
| 100 | /* Set Period Interval timer */ | ||
| 101 | at91_sys_write(AT91_ST_PIMR, LATCH); | ||
| 102 | |||
| 103 | /* Enable Period Interval Timer interrupt */ | ||
| 104 | at91_sys_write(AT91_ST_IER, AT91_ST_PITS); | ||
| 105 | } | ||
| 106 | |||
| 94 | /* | 107 | /* |
| 95 | * Set up timer interrupt. | 108 | * Set up timer interrupt. |
| 96 | */ | 109 | */ |
| @@ -100,28 +113,30 @@ void __init at91rm9200_timer_init(void) | |||
| 100 | at91_sys_write(AT91_ST_IDR, AT91_ST_PITS | AT91_ST_WDOVF | AT91_ST_RTTINC | AT91_ST_ALMS); | 113 | at91_sys_write(AT91_ST_IDR, AT91_ST_PITS | AT91_ST_WDOVF | AT91_ST_RTTINC | AT91_ST_ALMS); |
| 101 | (void) at91_sys_read(AT91_ST_SR); /* Clear any pending interrupts */ | 114 | (void) at91_sys_read(AT91_ST_SR); /* Clear any pending interrupts */ |
| 102 | 115 | ||
| 103 | /* | 116 | /* Make IRQs happen for the system timer */ |
| 104 | * Make IRQs happen for the system timer. | ||
| 105 | */ | ||
| 106 | setup_irq(AT91_ID_SYS, &at91rm9200_timer_irq); | 117 | setup_irq(AT91_ID_SYS, &at91rm9200_timer_irq); |
| 107 | 118 | ||
| 108 | /* Set initial alarm to 0 */ | ||
| 109 | at91_sys_write(AT91_ST_RTAR, 0); | ||
| 110 | |||
| 111 | /* Real time counter incremented every 30.51758 microseconds */ | ||
| 112 | at91_sys_write(AT91_ST_RTMR, 1); | ||
| 113 | |||
| 114 | /* Set Period Interval timer */ | ||
| 115 | at91_sys_write(AT91_ST_PIMR, LATCH); | ||
| 116 | |||
| 117 | /* Change the kernel's 'tick' value to 10009 usec. (the default is 10000) */ | 119 | /* Change the kernel's 'tick' value to 10009 usec. (the default is 10000) */ |
| 118 | tick_usec = (LATCH * 1000000) / CLOCK_TICK_RATE; | 120 | tick_usec = (LATCH * 1000000) / CLOCK_TICK_RATE; |
| 119 | 121 | ||
| 120 | /* Enable Period Interval Timer interrupt */ | 122 | /* Initialize and enable the timer interrupt */ |
| 121 | at91_sys_write(AT91_ST_IER, AT91_ST_PITS); | 123 | at91rm9200_timer_reset(); |
| 124 | } | ||
| 125 | |||
| 126 | #ifdef CONFIG_PM | ||
| 127 | static void at91rm9200_timer_suspend(void) | ||
| 128 | { | ||
| 129 | /* disable Period Interval Timer interrupt */ | ||
| 130 | at91_sys_write(AT91_ST_IDR, AT91_ST_PITS); | ||
| 122 | } | 131 | } |
| 132 | #else | ||
| 133 | #define at91rm9200_timer_suspend NULL | ||
| 134 | #endif | ||
| 123 | 135 | ||
| 124 | struct sys_timer at91rm9200_timer = { | 136 | struct sys_timer at91rm9200_timer = { |
| 125 | .init = at91rm9200_timer_init, | 137 | .init = at91rm9200_timer_init, |
| 126 | .offset = at91rm9200_gettimeoffset, | 138 | .offset = at91rm9200_gettimeoffset, |
| 139 | .suspend = at91rm9200_timer_suspend, | ||
| 140 | .resume = at91rm9200_timer_reset, | ||
| 127 | }; | 141 | }; |
| 142 | |||
diff --git a/arch/arm/mach-netx/Kconfig b/arch/arm/mach-netx/Kconfig new file mode 100644 index 000000000000..3d90ef19be2b --- /dev/null +++ b/arch/arm/mach-netx/Kconfig | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | menu "NetX Implementations" | ||
| 2 | depends on ARCH_NETX | ||
| 3 | |||
| 4 | config MACH_NXDKN | ||
| 5 | bool "Enable Hilscher nxdkn Eval Board support" | ||
| 6 | depends on ARCH_NETX | ||
| 7 | help | ||
| 8 | Board support for the Hilscher NetX Eval Board | ||
| 9 | |||
| 10 | config MACH_NXDB500 | ||
| 11 | bool "Enable Hilscher nxdb500 Eval Board support" | ||
| 12 | depends on ARCH_NETX | ||
| 13 | select ARM_AMBA | ||
| 14 | help | ||
| 15 | Board support for the Hilscher nxdb500 Eval Board | ||
| 16 | |||
| 17 | config MACH_NXEB500HMI | ||
| 18 | bool "Enable Hilscher nxeb500hmi Eval Board support" | ||
| 19 | depends on ARCH_NETX | ||
| 20 | select ARM_AMBA | ||
| 21 | help | ||
| 22 | Board support for the Hilscher nxeb500hmi Eval Board | ||
| 23 | |||
| 24 | endmenu | ||
diff --git a/arch/arm/mach-netx/Makefile b/arch/arm/mach-netx/Makefile new file mode 100644 index 000000000000..18785ff37657 --- /dev/null +++ b/arch/arm/mach-netx/Makefile | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | # | ||
| 2 | # Makefile for the linux kernel. | ||
| 3 | # | ||
| 4 | # Note! Dependencies are done automagically by 'make dep', which also | ||
| 5 | # removes any old dependencies. DON'T put your own dependencies here | ||
| 6 | # unless it's something special (ie not a .c file). | ||
| 7 | |||
| 8 | # Object file lists. | ||
| 9 | |||
| 10 | obj-y += time.o generic.o pfifo.o xc.o | ||
| 11 | |||
| 12 | # Specific board support | ||
| 13 | obj-$(CONFIG_MACH_NXDKN) += nxdkn.o | ||
| 14 | obj-$(CONFIG_MACH_NXDB500) += nxdb500.o fb.o | ||
| 15 | obj-$(CONFIG_MACH_NXEB500HMI) += nxeb500hmi.o fb.o | ||
diff --git a/arch/arm/mach-netx/Makefile.boot b/arch/arm/mach-netx/Makefile.boot new file mode 100644 index 000000000000..b81cf6aff0ac --- /dev/null +++ b/arch/arm/mach-netx/Makefile.boot | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | zreladdr-y := 0x80008000 | ||
| 2 | |||
diff --git a/arch/arm/mach-netx/fb.c b/arch/arm/mach-netx/fb.c new file mode 100644 index 000000000000..ef0ab6115c0b --- /dev/null +++ b/arch/arm/mach-netx/fb.c | |||
| @@ -0,0 +1,114 @@ | |||
| 1 | /* | ||
| 2 | * arch/arm/mach-netx/fb.c | ||
| 3 | * | ||
| 4 | * Copyright (c) 2005 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix | ||
| 5 | * | ||
| 6 | * This program is free software; you can redistribute it and/or modify | ||
| 7 | * it under the terms of the GNU General Public License version 2 | ||
| 8 | * as published by the Free Software Foundation. | ||
| 9 | * | ||
| 10 | * This program is distributed in the hope that it will be useful, | ||
| 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 13 | * GNU General Public License for more details. | ||
| 14 | * | ||
| 15 | * You should have received a copy of the GNU General Public License | ||
| 16 | * along with this program; if not, write to the Free Software | ||
| 17 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
| 18 | */ | ||
| 19 | |||
| 20 | #include <linux/device.h> | ||
| 21 | #include <linux/init.h> | ||
| 22 | #include <linux/dma-mapping.h> | ||
| 23 | #include <linux/amba/bus.h> | ||
| 24 | #include <linux/amba/clcd.h> | ||
| 25 | |||
| 26 | #include <asm/arch/netx-regs.h> | ||
| 27 | #include <asm/hardware.h> | ||
| 28 | |||
| 29 | struct clk {}; | ||
| 30 | |||
| 31 | static struct clk fb_clk; | ||
| 32 | |||
| 33 | static struct clcd_panel *netx_panel; | ||
| 34 | |||
| 35 | void netx_clcd_enable(struct clcd_fb *fb) | ||
| 36 | { | ||
| 37 | } | ||
| 38 | |||
| 39 | int netx_clcd_setup(struct clcd_fb *fb) | ||
| 40 | { | ||
| 41 | dma_addr_t dma; | ||
| 42 | |||
| 43 | fb->panel = netx_panel; | ||
| 44 | |||
| 45 | fb->fb.screen_base = dma_alloc_writecombine(&fb->dev->dev, 1024*1024, | ||
| 46 | &dma, GFP_KERNEL); | ||
| 47 | if (!fb->fb.screen_base) { | ||
| 48 | printk(KERN_ERR "CLCD: unable to map framebuffer\n"); | ||
| 49 | return -ENOMEM; | ||
| 50 | } | ||
| 51 | |||
| 52 | fb->fb.fix.smem_start = dma; | ||
| 53 | fb->fb.fix.smem_len = 1024*1024; | ||
| 54 | |||
| 55 | return 0; | ||
| 56 | } | ||
| 57 | |||
| 58 | int netx_clcd_mmap(struct clcd_fb *fb, struct vm_area_struct *vma) | ||
| 59 | { | ||
| 60 | return dma_mmap_writecombine(&fb->dev->dev, vma, | ||
| 61 | fb->fb.screen_base, | ||
| 62 | fb->fb.fix.smem_start, | ||
| 63 | fb->fb.fix.smem_len); | ||
| 64 | } | ||
| 65 | |||
| 66 | void netx_clcd_remove(struct clcd_fb *fb) | ||
| 67 | { | ||
| 68 | dma_free_writecombine(&fb->dev->dev, fb->fb.fix.smem_len, | ||
| 69 | fb->fb.screen_base, fb->fb.fix.smem_start); | ||
| 70 | } | ||
| 71 | |||
| 72 | void clk_disable(struct clk *clk) | ||
| 73 | { | ||
| 74 | } | ||
| 75 | |||
| 76 | int clk_set_rate(struct clk *clk, unsigned long rate) | ||
| 77 | { | ||
| 78 | return 0; | ||
| 79 | } | ||
| 80 | |||
| 81 | int clk_enable(struct clk *clk) | ||
| 82 | { | ||
| 83 | return 0; | ||
| 84 | } | ||
| 85 | |||
| 86 | struct clk *clk_get(struct device *dev, const char *id) | ||
| 87 | { | ||
| 88 | return &fb_clk; | ||
| 89 | } | ||
| 90 | |||
| 91 | void clk_put(struct clk *clk) | ||
| 92 | { | ||
| 93 | } | ||
| 94 | |||
| 95 | static struct amba_device fb_device = { | ||
| 96 | .dev = { | ||
| 97 | .bus_id = "fb", | ||
| 98 | .coherent_dma_mask = ~0, | ||
| 99 | }, | ||
| 100 | .res = { | ||
| 101 | .start = 0x00104000, | ||
| 102 | .end = 0x00104fff, | ||
| 103 | .flags = IORESOURCE_MEM, | ||
| 104 | }, | ||
| 105 | .irq = { NETX_IRQ_LCD, NO_IRQ }, | ||
| 106 | .periphid = 0x10112400, | ||
| 107 | }; | ||
| 108 | |||
| 109 | int netx_fb_init(struct clcd_board *board, struct clcd_panel *panel) | ||
| 110 | { | ||
| 111 | netx_panel = panel; | ||
| 112 | fb_device.dev.platform_data = board; | ||
| 113 | return amba_device_register(&fb_device, &iomem_resource); | ||
| 114 | } | ||
diff --git a/arch/arm/mach-netx/fb.h b/arch/arm/mach-netx/fb.h new file mode 100644 index 000000000000..4919cf33a5f3 --- /dev/null +++ b/arch/arm/mach-netx/fb.h | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | /* | ||
| 2 | * arch/arm/mach-netx/fb.h | ||
| 3 | * | ||
| 4 | * Copyright (c) 2005 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix | ||
| 5 | * | ||
| 6 | * This program is free software; you can redistribute it and/or modify | ||
| 7 | * it under the terms of the GNU General Public License version 2 | ||
| 8 | * as published by the Free Software Foundation. | ||
| 9 | * | ||
| 10 | * This program is distributed in the hope that it will be useful, | ||
| 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 13 | * GNU General Public License for more details. | ||
| 14 | * | ||
| 15 | * You should have received a copy of the GNU General Public License | ||
| 16 | * along with this program; if not, write to the Free Software | ||
| 17 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
| 18 | */ | ||
| 19 | |||
| 20 | void netx_clcd_enable(struct clcd_fb *fb); | ||
| 21 | int netx_clcd_setup(struct clcd_fb *fb); | ||
| 22 | int netx_clcd_mmap(struct clcd_fb *fb, struct vm_area_struct *vma); | ||
| 23 | void netx_clcd_remove(struct clcd_fb *fb); | ||
| 24 | int netx_fb_init(struct clcd_board *board, struct clcd_panel *panel); | ||
diff --git a/arch/arm/mach-netx/generic.c b/arch/arm/mach-netx/generic.c new file mode 100644 index 000000000000..af0b13534cfd --- /dev/null +++ b/arch/arm/mach-netx/generic.c | |||
| @@ -0,0 +1,193 @@ | |||
| 1 | /* | ||
| 2 | * arch/arm/mach-netx/generic.c | ||
| 3 | * | ||
| 4 | * Copyright (C) 2005 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix | ||
| 5 | * | ||
| 6 | * This program is free software; you can redistribute it and/or modify | ||
| 7 | * it under the terms of the GNU General Public License version 2 | ||
| 8 | * as published by the Free Software Foundation. | ||
| 9 | * | ||
| 10 | * This program is distributed in the hope that it will be useful, | ||
| 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 13 | * GNU General Public License for more details. | ||
| 14 | * | ||
| 15 | * You should have received a copy of the GNU General Public License | ||
| 16 | * along with this program; if not, write to the Free Software | ||
| 17 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
| 18 | */ | ||
| 19 | |||
| 20 | #include <linux/device.h> | ||
| 21 | #include <linux/init.h> | ||
| 22 | #include <linux/kernel.h> | ||
| 23 | #include <linux/module.h> | ||
| 24 | #include <linux/platform_device.h> | ||
| 25 | #include <asm/hardware.h> | ||
| 26 | #include <asm/mach/map.h> | ||
| 27 | #include <asm/hardware/vic.h> | ||
| 28 | #include <asm/io.h> | ||
| 29 | #include <asm/arch/netx-regs.h> | ||
| 30 | #include <asm/mach/irq.h> | ||
| 31 | |||
| 32 | static struct map_desc netx_io_desc[] __initdata = { | ||
| 33 | { | ||
| 34 | .virtual = NETX_IO_VIRT, | ||
| 35 | .pfn = __phys_to_pfn(NETX_IO_PHYS), | ||
| 36 | .length = NETX_IO_SIZE, | ||
| 37 | .type = MT_DEVICE | ||
| 38 | } | ||
| 39 | }; | ||
| 40 | |||
| 41 | void __init netx_map_io(void) | ||
| 42 | { | ||
| 43 | iotable_init(netx_io_desc, ARRAY_SIZE(netx_io_desc)); | ||
| 44 | } | ||
| 45 | |||
| 46 | static struct resource netx_rtc_resources[] = { | ||
| 47 | [0] = { | ||
| 48 | .start = 0x00101200, | ||
| 49 | .end = 0x00101220, | ||
| 50 | .flags = IORESOURCE_MEM, | ||
| 51 | }, | ||
| 52 | }; | ||
| 53 | |||
| 54 | static struct platform_device netx_rtc_device = { | ||
| 55 | .name = "netx-rtc", | ||
| 56 | .id = 0, | ||
| 57 | .num_resources = ARRAY_SIZE(netx_rtc_resources), | ||
| 58 | .resource = netx_rtc_resources, | ||
| 59 | }; | ||
| 60 | |||
| 61 | static struct platform_device *devices[] __initdata = { | ||
| 62 | &netx_rtc_device, | ||
| 63 | }; | ||
| 64 | |||
| 65 | #if 0 | ||
| 66 | #define DEBUG_IRQ(fmt...) printk(fmt) | ||
| 67 | #else | ||
| 68 | #define DEBUG_IRQ(fmt...) while (0) {} | ||
| 69 | #endif | ||
| 70 | |||
| 71 | static void | ||
| 72 | netx_hif_demux_handler(unsigned int irq_unused, struct irqdesc *desc, | ||
| 73 | struct pt_regs *regs) | ||
| 74 | { | ||
| 75 | unsigned int irq = NETX_IRQ_HIF_CHAINED(0); | ||
| 76 | unsigned int stat; | ||
| 77 | |||
| 78 | stat = ((readl(NETX_DPMAS_INT_EN) & | ||
| 79 | readl(NETX_DPMAS_INT_STAT)) >> 24) & 0x1f; | ||
| 80 | |||
| 81 | desc = irq_desc + NETX_IRQ_HIF_CHAINED(0); | ||
| 82 | |||
| 83 | while (stat) { | ||
| 84 | if (stat & 1) { | ||
| 85 | DEBUG_IRQ("handling irq %d\n", irq); | ||
| 86 | desc_handle_irq(irq, desc, regs); | ||
| 87 | } | ||
| 88 | irq++; | ||
| 89 | desc++; | ||
| 90 | stat >>= 1; | ||
| 91 | } | ||
| 92 | } | ||
| 93 | |||
| 94 | static int | ||
| 95 | netx_hif_irq_type(unsigned int _irq, unsigned int type) | ||
| 96 | { | ||
| 97 | unsigned int val, irq; | ||
| 98 | |||
| 99 | val = readl(NETX_DPMAS_IF_CONF1); | ||
| 100 | |||
| 101 | irq = _irq - NETX_IRQ_HIF_CHAINED(0); | ||
| 102 | |||
| 103 | if (type & __IRQT_RISEDGE) { | ||
| 104 | DEBUG_IRQ("rising edges\n"); | ||
| 105 | val |= (1 << 26) << irq; | ||
| 106 | } | ||
| 107 | if (type & __IRQT_FALEDGE) { | ||
| 108 | DEBUG_IRQ("falling edges\n"); | ||
| 109 | val &= ~((1 << 26) << irq); | ||
| 110 | } | ||
| 111 | if (type & __IRQT_LOWLVL) { | ||
| 112 | DEBUG_IRQ("low level\n"); | ||
| 113 | val &= ~((1 << 26) << irq); | ||
| 114 | } | ||
| 115 | if (type & __IRQT_HIGHLVL) { | ||
| 116 | DEBUG_IRQ("high level\n"); | ||
| 117 | val |= (1 << 26) << irq; | ||
| 118 | } | ||
| 119 | |||
| 120 | writel(val, NETX_DPMAS_IF_CONF1); | ||
| 121 | |||
| 122 | return 0; | ||
| 123 | } | ||
| 124 | |||
| 125 | static void | ||
| 126 | netx_hif_ack_irq(unsigned int _irq) | ||
| 127 | { | ||
| 128 | unsigned int val, irq; | ||
| 129 | |||
| 130 | irq = _irq - NETX_IRQ_HIF_CHAINED(0); | ||
| 131 | writel((1 << 24) << irq, NETX_DPMAS_INT_STAT); | ||
| 132 | |||
| 133 | val = readl(NETX_DPMAS_INT_EN); | ||
| 134 | val &= ~((1 << 24) << irq); | ||
| 135 | writel(val, NETX_DPMAS_INT_EN); | ||
| 136 | |||
| 137 | DEBUG_IRQ("%s: irq %d\n", __FUNCTION__, _irq); | ||
| 138 | } | ||
| 139 | |||
| 140 | static void | ||
| 141 | netx_hif_mask_irq(unsigned int _irq) | ||
| 142 | { | ||
| 143 | unsigned int val, irq; | ||
| 144 | |||
| 145 | irq = _irq - NETX_IRQ_HIF_CHAINED(0); | ||
| 146 | val = readl(NETX_DPMAS_INT_EN); | ||
| 147 | val &= ~((1 << 24) << irq); | ||
| 148 | writel(val, NETX_DPMAS_INT_EN); | ||
| 149 | DEBUG_IRQ("%s: irq %d\n", __FUNCTION__, _irq); | ||
| 150 | } | ||
| 151 | |||
| 152 | static void | ||
| 153 | netx_hif_unmask_irq(unsigned int _irq) | ||
| 154 | { | ||
| 155 | unsigned int val, irq; | ||
| 156 | |||
| 157 | irq = _irq - NETX_IRQ_HIF_CHAINED(0); | ||
| 158 | val = readl(NETX_DPMAS_INT_EN); | ||
| 159 | val |= (1 << 24) << irq; | ||
| 160 | writel(val, NETX_DPMAS_INT_EN); | ||
| 161 | DEBUG_IRQ("%s: irq %d\n", __FUNCTION__, _irq); | ||
| 162 | } | ||
| 163 | |||
| 164 | static struct irqchip netx_hif_chip = { | ||
| 165 | .ack = netx_hif_ack_irq, | ||
| 166 | .mask = netx_hif_mask_irq, | ||
| 167 | .unmask = netx_hif_unmask_irq, | ||
| 168 | .set_type = netx_hif_irq_type, | ||
| 169 | }; | ||
| 170 | |||
| 171 | void __init netx_init_irq(void) | ||
| 172 | { | ||
| 173 | int irq; | ||
| 174 | |||
| 175 | vic_init(__io(io_p2v(NETX_PA_VIC)), 0, ~0); | ||
| 176 | |||
| 177 | for (irq = NETX_IRQ_HIF_CHAINED(0); irq <= NETX_IRQ_HIF_LAST; irq++) { | ||
| 178 | set_irq_chip(irq, &netx_hif_chip); | ||
| 179 | set_irq_handler(irq, do_level_IRQ); | ||
| 180 | set_irq_flags(irq, IRQF_VALID); | ||
| 181 | } | ||
| 182 | |||
| 183 | writel(NETX_DPMAS_INT_EN_GLB_EN, NETX_DPMAS_INT_EN); | ||
| 184 | set_irq_chained_handler(NETX_IRQ_HIF, netx_hif_demux_handler); | ||
| 185 | } | ||
| 186 | |||
| 187 | static int __init netx_init(void) | ||
| 188 | { | ||
| 189 | return platform_add_devices(devices, ARRAY_SIZE(devices)); | ||
| 190 | } | ||
| 191 | |||
| 192 | subsys_initcall(netx_init); | ||
| 193 | |||
diff --git a/arch/arm/mach-netx/generic.h b/arch/arm/mach-netx/generic.h new file mode 100644 index 000000000000..ede2d35341c3 --- /dev/null +++ b/arch/arm/mach-netx/generic.h | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | /* | ||
| 2 | * arch/arm/mach-netx/generic.h | ||
| 3 | * | ||
| 4 | * Copyright (c) 2005 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix | ||
| 5 | * | ||
| 6 | * This program is free software; you can redistribute it and/or modify | ||
| 7 | * it under the terms of the GNU General Public License version 2 | ||
| 8 | * as published by the Free Software Foundation. | ||
| 9 | * | ||
| 10 | * This program is distributed in the hope that it will be useful, | ||
| 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 13 | * GNU General Public License for more details. | ||
| 14 | * | ||
| 15 | * You should have received a copy of the GNU General Public License | ||
| 16 | * along with this program; if not, write to the Free Software | ||
| 17 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
| 18 | */ | ||
| 19 | |||
| 20 | extern void __init netx_map_io(void); | ||
| 21 | extern void __init netx_init_irq(void); | ||
| 22 | |||
| 23 | struct sys_timer; | ||
| 24 | extern struct sys_timer netx_timer; | ||
diff --git a/arch/arm/mach-netx/nxdb500.c b/arch/arm/mach-netx/nxdb500.c new file mode 100644 index 000000000000..e4a133d62846 --- /dev/null +++ b/arch/arm/mach-netx/nxdb500.c | |||
| @@ -0,0 +1,210 @@ | |||
| 1 | /* | ||
| 2 | * arch/arm/mach-netx/nxdb500.c | ||
| 3 | * | ||
| 4 | * Copyright (c) 2005 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix | ||
| 5 | * | ||
| 6 | * This program is free software; you can redistribute it and/or modify | ||
| 7 | * it under the terms of the GNU General Public License version 2 | ||
| 8 | * as published by the Free Software Foundation. | ||
| 9 | * | ||
| 10 | * This program is distributed in the hope that it will be useful, | ||
| 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 13 | * GNU General Public License for more details. | ||
| 14 | * | ||
| 15 | * You should have received a copy of the GNU General Public License | ||
| 16 | * along with this program; if not, write to the Free Software | ||
| 17 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
| 18 | */ | ||
| 19 | |||
| 20 | #include <linux/dma-mapping.h> | ||
| 21 | #include <linux/init.h> | ||
| 22 | #include <linux/interrupt.h> | ||
| 23 | #include <linux/mtd/plat-ram.h> | ||
| 24 | #include <linux/platform_device.h> | ||
| 25 | #include <linux/amba/bus.h> | ||
| 26 | #include <linux/amba/clcd.h> | ||
| 27 | |||
| 28 | #include <asm/hardware.h> | ||
| 29 | #include <asm/mach-types.h> | ||
| 30 | #include <asm/mach/arch.h> | ||
| 31 | #include <asm/arch/netx-regs.h> | ||
| 32 | #include <asm/arch/eth.h> | ||
| 33 | |||
| 34 | #include "generic.h" | ||
| 35 | #include "fb.h" | ||
| 36 | |||
| 37 | static struct clcd_panel qvga = { | ||
| 38 | .mode = { | ||
| 39 | .name = "QVGA", | ||
| 40 | .refresh = 60, | ||
| 41 | .xres = 240, | ||
| 42 | .yres = 320, | ||
| 43 | .pixclock = 187617, | ||
| 44 | .left_margin = 6, | ||
| 45 | .right_margin = 26, | ||
| 46 | .upper_margin = 0, | ||
| 47 | .lower_margin = 6, | ||
| 48 | .hsync_len = 6, | ||
| 49 | .vsync_len = 1, | ||
| 50 | .sync = 0, | ||
| 51 | .vmode = FB_VMODE_NONINTERLACED, | ||
| 52 | }, | ||
| 53 | .width = -1, | ||
| 54 | .height = -1, | ||
| 55 | .tim2 = 16, | ||
| 56 | .cntl = CNTL_LCDTFT | CNTL_BGR, | ||
| 57 | .bpp = 16, | ||
| 58 | .grayscale = 0, | ||
| 59 | }; | ||
| 60 | |||
| 61 | static inline int nxdb500_check(struct clcd_fb *fb, struct fb_var_screeninfo *var) | ||
| 62 | { | ||
| 63 | var->green.length = 5; | ||
| 64 | var->green.msb_right = 0; | ||
| 65 | |||
| 66 | return clcdfb_check(fb, var); | ||
| 67 | } | ||
| 68 | |||
| 69 | static int nxdb500_clcd_setup(struct clcd_fb *fb) | ||
| 70 | { | ||
| 71 | unsigned int val; | ||
| 72 | |||
| 73 | fb->fb.var.green.length = 5; | ||
| 74 | fb->fb.var.green.msb_right = 0; | ||
| 75 | |||
| 76 | /* enable asic control */ | ||
| 77 | val = readl(NETX_SYSTEM_IOC_ACCESS_KEY); | ||
| 78 | writel(val, NETX_SYSTEM_IOC_ACCESS_KEY); | ||
| 79 | |||
| 80 | writel(3, NETX_SYSTEM_IOC_CR); | ||
| 81 | |||
| 82 | val = readl(NETX_PIO_OUTPIO); | ||
| 83 | writel(val | 1, NETX_PIO_OUTPIO); | ||
| 84 | |||
| 85 | val = readl(NETX_PIO_OEPIO); | ||
| 86 | writel(val | 1, NETX_PIO_OEPIO); | ||
| 87 | return netx_clcd_setup(fb); | ||
| 88 | } | ||
| 89 | |||
| 90 | static struct clcd_board clcd_data = { | ||
| 91 | .name = "netX", | ||
| 92 | .check = nxdb500_check, | ||
| 93 | .decode = clcdfb_decode, | ||
| 94 | .enable = netx_clcd_enable, | ||
| 95 | .setup = nxdb500_clcd_setup, | ||
| 96 | .mmap = netx_clcd_mmap, | ||
| 97 | .remove = netx_clcd_remove, | ||
| 98 | }; | ||
| 99 | |||
| 100 | static struct netxeth_platform_data eth0_platform_data = { | ||
| 101 | .xcno = 0, | ||
| 102 | }; | ||
| 103 | |||
| 104 | static struct platform_device netx_eth0_device = { | ||
| 105 | .name = "netx-eth", | ||
| 106 | .id = 0, | ||
| 107 | .num_resources = 0, | ||
| 108 | .resource = NULL, | ||
| 109 | .dev = { | ||
| 110 | .platform_data = ð0_platform_data, | ||
| 111 | } | ||
| 112 | }; | ||
| 113 | |||
| 114 | static struct netxeth_platform_data eth1_platform_data = { | ||
| 115 | .xcno = 1, | ||
| 116 | }; | ||
| 117 | |||
| 118 | static struct platform_device netx_eth1_device = { | ||
| 119 | .name = "netx-eth", | ||
| 120 | .id = 1, | ||
| 121 | .num_resources = 0, | ||
| 122 | .resource = NULL, | ||
| 123 | .dev = { | ||
| 124 | .platform_data = ð1_platform_data, | ||
| 125 | } | ||
| 126 | }; | ||
| 127 | |||
| 128 | static struct resource netx_uart0_resources[] = { | ||
| 129 | [0] = { | ||
| 130 | .start = 0x00100A00, | ||
| 131 | .end = 0x00100A3F, | ||
| 132 | .flags = IORESOURCE_MEM, | ||
| 133 | }, | ||
| 134 | [1] = { | ||
| 135 | .start = (NETX_IRQ_UART0), | ||
| 136 | .end = (NETX_IRQ_UART0), | ||
| 137 | .flags = IORESOURCE_IRQ, | ||
| 138 | }, | ||
| 139 | }; | ||
| 140 | |||
| 141 | static struct platform_device netx_uart0_device = { | ||
| 142 | .name = "netx-uart", | ||
| 143 | .id = 0, | ||
| 144 | .num_resources = ARRAY_SIZE(netx_uart0_resources), | ||
| 145 | .resource = netx_uart0_resources, | ||
| 146 | }; | ||
| 147 | |||
| 148 | static struct resource netx_uart1_resources[] = { | ||
| 149 | [0] = { | ||
| 150 | .start = 0x00100A40, | ||
| 151 | .end = 0x00100A7F, | ||
| 152 | .flags = IORESOURCE_MEM, | ||
| 153 | }, | ||
| 154 | [1] = { | ||
| 155 | .start = (NETX_IRQ_UART1), | ||
| 156 | .end = (NETX_IRQ_UART1), | ||
| 157 | .flags = IORESOURCE_IRQ, | ||
| 158 | }, | ||
| 159 | }; | ||
| 160 | |||
| 161 | static struct platform_device netx_uart1_device = { | ||
| 162 | .name = "netx-uart", | ||
| 163 | .id = 1, | ||
| 164 | .num_resources = ARRAY_SIZE(netx_uart1_resources), | ||
| 165 | .resource = netx_uart1_resources, | ||
| 166 | }; | ||
| 167 | |||
| 168 | static struct resource netx_uart2_resources[] = { | ||
| 169 | [0] = { | ||
| 170 | .start = 0x00100A80, | ||
| 171 | .end = 0x00100ABF, | ||
| 172 | .flags = IORESOURCE_MEM, | ||
| 173 | }, | ||
| 174 | [1] = { | ||
| 175 | .start = (NETX_IRQ_UART2), | ||
| 176 | .end = (NETX_IRQ_UART2), | ||
| 177 | .flags = IORESOURCE_IRQ, | ||
| 178 | }, | ||
| 179 | }; | ||
| 180 | |||
| 181 | static struct platform_device netx_uart2_device = { | ||
| 182 | .name = "netx-uart", | ||
| 183 | .id = 2, | ||
| 184 | .num_resources = ARRAY_SIZE(netx_uart2_resources), | ||
| 185 | .resource = netx_uart2_resources, | ||
| 186 | }; | ||
| 187 | |||
| 188 | static struct platform_device *devices[] __initdata = { | ||
| 189 | &netx_eth0_device, | ||
| 190 | &netx_eth1_device, | ||
| 191 | &netx_uart0_device, | ||
| 192 | &netx_uart1_device, | ||
| 193 | &netx_uart2_device, | ||
| 194 | }; | ||
| 195 | |||
| 196 | static void __init nxdb500_init(void) | ||
| 197 | { | ||
| 198 | netx_fb_init(&clcd_data, &qvga); | ||
| 199 | platform_add_devices(devices, ARRAY_SIZE(devices)); | ||
| 200 | } | ||
| 201 | |||
| 202 | MACHINE_START(NXDB500, "Hilscher nxdb500") | ||
| 203 | .phys_io = 0x00100000, | ||
| 204 | .io_pg_offst = (io_p2v(0x00100000) >> 18) & 0xfffc, | ||
| 205 | .boot_params = 0x80000100, | ||
| 206 | .map_io = netx_map_io, | ||
| 207 | .init_irq = netx_init_irq, | ||
| 208 | .timer = &netx_timer, | ||
| 209 | .init_machine = nxdb500_init, | ||
| 210 | MACHINE_END | ||
diff --git a/arch/arm/mach-netx/nxdkn.c b/arch/arm/mach-netx/nxdkn.c new file mode 100644 index 000000000000..7e26c42d1ac7 --- /dev/null +++ b/arch/arm/mach-netx/nxdkn.c | |||
| @@ -0,0 +1,103 @@ | |||
| 1 | /* | ||
| 2 | * arch/arm/mach-netx/nxdkn.c | ||
| 3 | * | ||
| 4 | * Copyright (c) 2005 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix | ||
| 5 | * | ||
| 6 | * This program is free software; you can redistribute it and/or modify | ||
| 7 | * it under the terms of the GNU General Public License version 2 | ||
| 8 | * as published by the Free Software Foundation. | ||
| 9 | * | ||
| 10 | * This program is distributed in the hope that it will be useful, | ||
| 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 13 | * GNU General Public License for more details. | ||
| 14 | * | ||
| 15 | * You should have received a copy of the GNU General Public License | ||
| 16 | * along with this program; if not, write to the Free Software | ||
| 17 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
| 18 | */ | ||
| 19 | |||
| 20 | #include <linux/dma-mapping.h> | ||
| 21 | #include <linux/init.h> | ||
| 22 | #include <linux/interrupt.h> | ||
| 23 | #include <linux/mtd/plat-ram.h> | ||
| 24 | #include <linux/platform_device.h> | ||
| 25 | #include <linux/amba/bus.h> | ||
| 26 | #include <linux/amba/clcd.h> | ||
| 27 | |||
| 28 | #include <asm/hardware.h> | ||
| 29 | #include <asm/mach-types.h> | ||
| 30 | #include <asm/mach/arch.h> | ||
| 31 | #include <asm/arch/netx-regs.h> | ||
| 32 | #include <asm/arch/eth.h> | ||
| 33 | |||
| 34 | #include "generic.h" | ||
| 35 | |||
| 36 | static struct netxeth_platform_data eth0_platform_data = { | ||
| 37 | .xcno = 0, | ||
| 38 | }; | ||
| 39 | |||
| 40 | static struct platform_device nxdkn_eth0_device = { | ||
| 41 | .name = "netx-eth", | ||
| 42 | .id = 0, | ||
| 43 | .num_resources = 0, | ||
| 44 | .resource = NULL, | ||
| 45 | .dev = { | ||
| 46 | .platform_data = ð0_platform_data, | ||
| 47 | } | ||
| 48 | }; | ||
| 49 | |||
| 50 | static struct netxeth_platform_data eth1_platform_data = { | ||
| 51 | .xcno = 1, | ||
| 52 | }; | ||
| 53 | |||
| 54 | static struct platform_device nxdkn_eth1_device = { | ||
| 55 | .name = "netx-eth", | ||
| 56 | .id = 1, | ||
| 57 | .num_resources = 0, | ||
| 58 | .resource = NULL, | ||
| 59 | .dev = { | ||
| 60 | .platform_data = ð1_platform_data, | ||
| 61 | } | ||
| 62 | }; | ||
| 63 | |||
| 64 | static struct resource netx_uart0_resources[] = { | ||
| 65 | [0] = { | ||
| 66 | .start = 0x00100A00, | ||
| 67 | .end = 0x00100A3F, | ||
| 68 | .flags = IORESOURCE_MEM, | ||
| 69 | }, | ||
| 70 | [1] = { | ||
| 71 | .start = (NETX_IRQ_UART0), | ||
| 72 | .end = (NETX_IRQ_UART0), | ||
| 73 | .flags = IORESOURCE_IRQ, | ||
| 74 | }, | ||
| 75 | }; | ||
| 76 | |||
| 77 | static struct platform_device netx_uart0_device = { | ||
| 78 | .name = "netx-uart", | ||
| 79 | .id = 0, | ||
| 80 | .num_resources = ARRAY_SIZE(netx_uart0_resources), | ||
| 81 | .resource = netx_uart0_resources, | ||
| 82 | }; | ||
| 83 | |||
| 84 | static struct platform_device *devices[] __initdata = { | ||
| 85 | &nxdkn_eth0_device, | ||
| 86 | &nxdkn_eth1_device, | ||
| 87 | &netx_uart0_device, | ||
| 88 | }; | ||
| 89 | |||
| 90 | static void __init nxdkn_init(void) | ||
| 91 | { | ||
| 92 | platform_add_devices(devices, ARRAY_SIZE(devices)); | ||
| 93 | } | ||
| 94 | |||
| 95 | MACHINE_START(NXDKN, "Hilscher nxdkn") | ||
| 96 | .phys_io = 0x00100000, | ||
| 97 | .io_pg_offst = (io_p2v(0x00100000) >> 18) & 0xfffc, | ||
| 98 | .boot_params = 0x80000100, | ||
| 99 | .map_io = netx_map_io, | ||
| 100 | .init_irq = netx_init_irq, | ||
| 101 | .timer = &netx_timer, | ||
| 102 | .init_machine = nxdkn_init, | ||
| 103 | MACHINE_END | ||
diff --git a/arch/arm/mach-netx/nxeb500hmi.c b/arch/arm/mach-netx/nxeb500hmi.c new file mode 100644 index 000000000000..53e10a9849f9 --- /dev/null +++ b/arch/arm/mach-netx/nxeb500hmi.c | |||
| @@ -0,0 +1,187 @@ | |||
| 1 | /* | ||
| 2 | * arch/arm/mach-netx/nxeb500hmi.c | ||
| 3 | * | ||
| 4 | * Copyright (c) 2005 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix | ||
| 5 | * | ||
| 6 | * This program is free software; you can redistribute it and/or modify | ||
| 7 | * it under the terms of the GNU General Public License version 2 | ||
| 8 | * as published by the Free Software Foundation. | ||
| 9 | * | ||
| 10 | * This program is distributed in the hope that it will be useful, | ||
| 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 13 | * GNU General Public License for more details. | ||
| 14 | * | ||
| 15 | * You should have received a copy of the GNU General Public License | ||
| 16 | * along with this program; if not, write to the Free Software | ||
| 17 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
| 18 | */ | ||
| 19 | |||
| 20 | #include <linux/dma-mapping.h> | ||
| 21 | #include <linux/init.h> | ||
| 22 | #include <linux/interrupt.h> | ||
| 23 | #include <linux/mtd/plat-ram.h> | ||
| 24 | #include <linux/platform_device.h> | ||
| 25 | #include <linux/amba/bus.h> | ||
| 26 | #include <linux/amba/clcd.h> | ||
| 27 | |||
| 28 | #include <asm/hardware.h> | ||
| 29 | #include <asm/mach-types.h> | ||
| 30 | #include <asm/mach/arch.h> | ||
| 31 | #include <asm/arch/netx-regs.h> | ||
| 32 | #include <asm/arch/eth.h> | ||
| 33 | |||
| 34 | #include "generic.h" | ||
| 35 | #include "fb.h" | ||
| 36 | |||
| 37 | static struct clcd_panel qvga = { | ||
| 38 | .mode = { | ||
| 39 | .name = "QVGA", | ||
| 40 | .refresh = 60, | ||
| 41 | .xres = 240, | ||
| 42 | .yres = 320, | ||
| 43 | .pixclock = 187617, | ||
| 44 | .left_margin = 6, | ||
| 45 | .right_margin = 26, | ||
| 46 | .upper_margin = 0, | ||
| 47 | .lower_margin = 6, | ||
| 48 | .hsync_len = 6, | ||
| 49 | .vsync_len = 1, | ||
| 50 | .sync = 0, | ||
| 51 | .vmode = FB_VMODE_NONINTERLACED, | ||
| 52 | }, | ||
| 53 | .width = -1, | ||
| 54 | .height = -1, | ||
| 55 | .tim2 = 16, | ||
| 56 | .cntl = CNTL_LCDTFT | CNTL_BGR, | ||
| 57 | .bpp = 16, | ||
| 58 | .grayscale = 0, | ||
| 59 | }; | ||
| 60 | |||
| 61 | static inline int nxeb500hmi_check(struct clcd_fb *fb, struct fb_var_screeninfo *var) | ||
| 62 | { | ||
| 63 | var->green.length = 5; | ||
| 64 | var->green.msb_right = 0; | ||
| 65 | |||
| 66 | return clcdfb_check(fb, var); | ||
| 67 | } | ||
| 68 | |||
| 69 | static int nxeb500hmi_clcd_setup(struct clcd_fb *fb) | ||
| 70 | { | ||
| 71 | unsigned int val; | ||
| 72 | |||
| 73 | fb->fb.var.green.length = 5; | ||
| 74 | fb->fb.var.green.msb_right = 0; | ||
| 75 | |||
| 76 | /* enable asic control */ | ||
| 77 | val = readl(NETX_SYSTEM_IOC_ACCESS_KEY); | ||
| 78 | writel(val, NETX_SYSTEM_IOC_ACCESS_KEY); | ||
| 79 | |||
| 80 | writel(3, NETX_SYSTEM_IOC_CR); | ||
| 81 | |||
| 82 | /* GPIO 14 is used for display enable on newer boards */ | ||
| 83 | writel(9, NETX_GPIO_CFG(14)); | ||
| 84 | |||
| 85 | val = readl(NETX_PIO_OUTPIO); | ||
| 86 | writel(val | 1, NETX_PIO_OUTPIO); | ||
| 87 | |||
| 88 | val = readl(NETX_PIO_OEPIO); | ||
| 89 | writel(val | 1, NETX_PIO_OEPIO); | ||
| 90 | return netx_clcd_setup(fb); | ||
| 91 | } | ||
| 92 | |||
| 93 | static struct clcd_board clcd_data = { | ||
| 94 | .name = "netX", | ||
| 95 | .check = nxeb500hmi_check, | ||
| 96 | .decode = clcdfb_decode, | ||
| 97 | .enable = netx_clcd_enable, | ||
| 98 | .setup = nxeb500hmi_clcd_setup, | ||
| 99 | .mmap = netx_clcd_mmap, | ||
| 100 | .remove = netx_clcd_remove, | ||
| 101 | }; | ||
| 102 | |||
| 103 | static struct netxeth_platform_data eth0_platform_data = { | ||
| 104 | .xcno = 0, | ||
| 105 | }; | ||
| 106 | |||
| 107 | static struct platform_device netx_eth0_device = { | ||
| 108 | .name = "netx-eth", | ||
| 109 | .id = 0, | ||
| 110 | .num_resources = 0, | ||
| 111 | .resource = NULL, | ||
| 112 | .dev = { | ||
| 113 | .platform_data = ð0_platform_data, | ||
| 114 | } | ||
| 115 | }; | ||
| 116 | |||
| 117 | static struct netxeth_platform_data eth1_platform_data = { | ||
| 118 | .xcno = 1, | ||
| 119 | }; | ||
| 120 | |||
| 121 | static struct platform_device netx_eth1_device = { | ||
| 122 | .name = "netx-eth", | ||
| 123 | .id = 1, | ||
| 124 | .num_resources = 0, | ||
| 125 | .resource = NULL, | ||
| 126 | .dev = { | ||
| 127 | .platform_data = ð1_platform_data, | ||
| 128 | } | ||
| 129 | }; | ||
| 130 | |||
| 131 | static struct resource netx_cf_resources[] = { | ||
| 132 | [0] = { | ||
| 133 | .start = 0x20000000, | ||
| 134 | .end = 0x25ffffff, | ||
| 135 | .flags = IORESOURCE_MEM | IORESOURCE_MEM_8AND16BIT, | ||
| 136 | }, | ||
| 137 | }; | ||
| 138 | |||
| 139 | static struct platform_device netx_cf_device = { | ||
| 140 | .name = "netx-cf", | ||
| 141 | .id = 0, | ||
| 142 | .resource = netx_cf_resources, | ||
| 143 | .num_resources = ARRAY_SIZE(netx_cf_resources), | ||
| 144 | }; | ||
| 145 | |||
| 146 | static struct resource netx_uart0_resources[] = { | ||
| 147 | [0] = { | ||
| 148 | .start = 0x00100A00, | ||
| 149 | .end = 0x00100A3F, | ||
| 150 | .flags = IORESOURCE_MEM, | ||
| 151 | }, | ||
| 152 | [1] = { | ||
| 153 | .start = (NETX_IRQ_UART0), | ||
| 154 | .end = (NETX_IRQ_UART0), | ||
| 155 | .flags = IORESOURCE_IRQ, | ||
| 156 | }, | ||
| 157 | }; | ||
| 158 | |||
| 159 | static struct platform_device netx_uart0_device = { | ||
| 160 | .name = "netx-uart", | ||
| 161 | .id = 0, | ||
| 162 | .num_resources = ARRAY_SIZE(netx_uart0_resources), | ||
| 163 | .resource = netx_uart0_resources, | ||
| 164 | }; | ||
| 165 | |||
| 166 | static struct platform_device *devices[] __initdata = { | ||
| 167 | &netx_eth0_device, | ||
| 168 | &netx_eth1_device, | ||
| 169 | &netx_cf_device, | ||
| 170 | &netx_uart0_device, | ||
| 171 | }; | ||
| 172 | |||
| 173 | static void __init nxeb500hmi_init(void) | ||
| 174 | { | ||
| 175 | netx_fb_init(&clcd_data, &qvga); | ||
| 176 | platform_add_devices(devices, ARRAY_SIZE(devices)); | ||
| 177 | } | ||
| 178 | |||
| 179 | MACHINE_START(NXEB500HMI, "Hilscher nxeb500hmi") | ||
| 180 | .phys_io = 0x00100000, | ||
| 181 | .io_pg_offst = (io_p2v(0x00100000) >> 18) & 0xfffc, | ||
| 182 | .boot_params = 0x80000100, | ||
| 183 | .map_io = netx_map_io, | ||
| 184 | .init_irq = netx_init_irq, | ||
| 185 | .timer = &netx_timer, | ||
| 186 | .init_machine = nxeb500hmi_init, | ||
| 187 | MACHINE_END | ||
diff --git a/arch/arm/mach-netx/pfifo.c b/arch/arm/mach-netx/pfifo.c new file mode 100644 index 000000000000..44dea61a9de4 --- /dev/null +++ b/arch/arm/mach-netx/pfifo.c | |||
| @@ -0,0 +1,68 @@ | |||
| 1 | /* | ||
| 2 | * arch/arm/mach-netx/pfifo.c | ||
| 3 | * | ||
| 4 | * Copyright (c) 2005 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix | ||
| 5 | * | ||
| 6 | * This program is free software; you can redistribute it and/or modify | ||
| 7 | * it under the terms of the GNU General Public License version 2 | ||
| 8 | * as published by the Free Software Foundation. | ||
| 9 | * | ||
| 10 | * This program is distributed in the hope that it will be useful, | ||
| 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 13 | * GNU General Public License for more details. | ||
| 14 | * | ||
| 15 | * You should have received a copy of the GNU General Public License | ||
| 16 | * along with this program; if not, write to the Free Software | ||
| 17 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
| 18 | */ | ||
| 19 | |||
| 20 | #include <linux/init.h> | ||
| 21 | #include <linux/module.h> | ||
| 22 | #include <linux/mutex.h> | ||
| 23 | |||
| 24 | #include <asm/io.h> | ||
| 25 | #include <asm/hardware.h> | ||
| 26 | #include <asm/arch/netx-regs.h> | ||
| 27 | #include <asm/arch/pfifo.h> | ||
| 28 | |||
| 29 | static DEFINE_MUTEX(pfifo_lock); | ||
| 30 | |||
| 31 | static unsigned int pfifo_used = 0; | ||
| 32 | |||
| 33 | int pfifo_request(unsigned int pfifo_mask) | ||
| 34 | { | ||
| 35 | int err = 0; | ||
| 36 | unsigned int val; | ||
| 37 | |||
| 38 | mutex_lock(&pfifo_lock); | ||
| 39 | |||
| 40 | if (pfifo_mask & pfifo_used) { | ||
| 41 | err = -EBUSY; | ||
| 42 | goto out; | ||
| 43 | } | ||
| 44 | |||
| 45 | pfifo_used |= pfifo_mask; | ||
| 46 | |||
| 47 | val = readl(NETX_PFIFO_RESET); | ||
| 48 | writel(val | pfifo_mask, NETX_PFIFO_RESET); | ||
| 49 | writel(val, NETX_PFIFO_RESET); | ||
| 50 | |||
| 51 | out: | ||
| 52 | mutex_unlock(&pfifo_lock); | ||
| 53 | return err; | ||
| 54 | } | ||
| 55 | |||
| 56 | void pfifo_free(unsigned int pfifo_mask) | ||
| 57 | { | ||
| 58 | mutex_lock(&pfifo_lock); | ||
| 59 | pfifo_used &= ~pfifo_mask; | ||
| 60 | mutex_unlock(&pfifo_lock); | ||
| 61 | } | ||
| 62 | |||
| 63 | EXPORT_SYMBOL(pfifo_push); | ||
| 64 | EXPORT_SYMBOL(pfifo_pop); | ||
| 65 | EXPORT_SYMBOL(pfifo_fill_level); | ||
| 66 | EXPORT_SYMBOL(pfifo_empty); | ||
| 67 | EXPORT_SYMBOL(pfifo_request); | ||
| 68 | EXPORT_SYMBOL(pfifo_free); | ||
diff --git a/arch/arm/mach-netx/time.c b/arch/arm/mach-netx/time.c new file mode 100644 index 000000000000..edfbdf40c600 --- /dev/null +++ b/arch/arm/mach-netx/time.c | |||
| @@ -0,0 +1,88 @@ | |||
| 1 | /* | ||
| 2 | * arch/arm/mach-netx/time.c | ||
| 3 | * | ||
| 4 | * Copyright (c) 2005 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix | ||
| 5 | * | ||
| 6 | * This program is free software; you can redistribute it and/or modify | ||
| 7 | * it under the terms of the GNU General Public License version 2 | ||
| 8 | * as published by the Free Software Foundation. | ||
| 9 | * | ||
| 10 | * This program is distributed in the hope that it will be useful, | ||
| 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 13 | * GNU General Public License for more details. | ||
| 14 | * | ||
| 15 | * You should have received a copy of the GNU General Public License | ||
| 16 | * along with this program; if not, write to the Free Software | ||
| 17 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
| 18 | */ | ||
| 19 | |||
| 20 | #include <linux/init.h> | ||
| 21 | #include <linux/interrupt.h> | ||
| 22 | |||
| 23 | #include <asm/hardware.h> | ||
| 24 | #include <asm/io.h> | ||
| 25 | #include <asm/mach/time.h> | ||
| 26 | #include <asm/arch/netx-regs.h> | ||
| 27 | |||
| 28 | /* | ||
| 29 | * Returns number of us since last clock interrupt. Note that interrupts | ||
| 30 | * will have been disabled by do_gettimeoffset() | ||
| 31 | */ | ||
| 32 | static unsigned long netx_gettimeoffset(void) | ||
| 33 | { | ||
| 34 | return readl(NETX_GPIO_COUNTER_CURRENT(0)) / 100; | ||
| 35 | } | ||
| 36 | |||
| 37 | /* | ||
| 38 | * IRQ handler for the timer | ||
| 39 | */ | ||
| 40 | static irqreturn_t | ||
| 41 | netx_timer_interrupt(int irq, void *dev_id, struct pt_regs *regs) | ||
| 42 | { | ||
| 43 | write_seqlock(&xtime_lock); | ||
| 44 | |||
| 45 | timer_tick(regs); | ||
| 46 | write_sequnlock(&xtime_lock); | ||
| 47 | |||
| 48 | /* acknowledge interrupt */ | ||
| 49 | writel(COUNTER_BIT(0), NETX_GPIO_IRQ); | ||
| 50 | |||
| 51 | return IRQ_HANDLED; | ||
| 52 | } | ||
| 53 | |||
| 54 | |||
| 55 | static struct irqaction netx_timer_irq = { | ||
| 56 | .name = "NetX Timer Tick", | ||
| 57 | .flags = SA_INTERRUPT | SA_TIMER, | ||
| 58 | .handler = netx_timer_interrupt, | ||
| 59 | }; | ||
| 60 | |||
| 61 | /* | ||
| 62 | * Set up timer interrupt | ||
| 63 | */ | ||
| 64 | static void __init netx_timer_init(void) | ||
| 65 | { | ||
| 66 | /* disable timer initially */ | ||
| 67 | writel(0, NETX_GPIO_COUNTER_CTRL(0)); | ||
| 68 | |||
| 69 | /* Reset the timer value to zero */ | ||
| 70 | writel(0, NETX_GPIO_COUNTER_CURRENT(0)); | ||
| 71 | |||
| 72 | writel(LATCH, NETX_GPIO_COUNTER_MAX(0)); | ||
| 73 | |||
| 74 | /* acknowledge interrupt */ | ||
| 75 | writel(COUNTER_BIT(0), NETX_GPIO_IRQ); | ||
| 76 | |||
| 77 | /* Enable the interrupt in the specific timer register and start timer */ | ||
| 78 | writel(COUNTER_BIT(0), NETX_GPIO_IRQ_ENABLE); | ||
| 79 | writel(NETX_GPIO_COUNTER_CTRL_IRQ_EN | NETX_GPIO_COUNTER_CTRL_RUN, | ||
| 80 | NETX_GPIO_COUNTER_CTRL(0)); | ||
| 81 | |||
| 82 | setup_irq(NETX_IRQ_TIMER0, &netx_timer_irq); | ||
| 83 | } | ||
| 84 | |||
| 85 | struct sys_timer netx_timer = { | ||
| 86 | .init = netx_timer_init, | ||
| 87 | .offset = netx_gettimeoffset, | ||
| 88 | }; | ||
diff --git a/arch/arm/mach-netx/xc.c b/arch/arm/mach-netx/xc.c new file mode 100644 index 000000000000..172a058ddd66 --- /dev/null +++ b/arch/arm/mach-netx/xc.c | |||
| @@ -0,0 +1,255 @@ | |||
| 1 | /* | ||
| 2 | * arch/arm/mach-netx/xc.c | ||
| 3 | * | ||
| 4 | * Copyright (c) 2005 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix | ||
| 5 | * | ||
| 6 | * This program is free software; you can redistribute it and/or modify | ||
| 7 | * it under the terms of the GNU General Public License version 2 | ||
| 8 | * as published by the Free Software Foundation. | ||
| 9 | * | ||
| 10 | * This program is distributed in the hope that it will be useful, | ||
| 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 13 | * GNU General Public License for more details. | ||
| 14 | * | ||
| 15 | * You should have received a copy of the GNU General Public License | ||
| 16 | * along with this program; if not, write to the Free Software | ||
| 17 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
| 18 | */ | ||
| 19 | |||
| 20 | #include <linux/init.h> | ||
| 21 | #include <linux/device.h> | ||
| 22 | #include <linux/firmware.h> | ||
| 23 | #include <linux/mutex.h> | ||
| 24 | |||
| 25 | #include <asm/io.h> | ||
| 26 | #include <asm/hardware.h> | ||
| 27 | #include <asm/arch/netx-regs.h> | ||
| 28 | |||
| 29 | #include <asm/arch/xc.h> | ||
| 30 | |||
| 31 | static DEFINE_MUTEX(xc_lock); | ||
| 32 | |||
| 33 | static int xc_in_use = 0; | ||
| 34 | |||
| 35 | struct fw_desc { | ||
| 36 | unsigned int ofs; | ||
| 37 | unsigned int size; | ||
| 38 | unsigned int patch_ofs; | ||
| 39 | unsigned int patch_entries; | ||
| 40 | }; | ||
| 41 | |||
| 42 | struct fw_header { | ||
| 43 | unsigned int magic; | ||
| 44 | unsigned int type; | ||
| 45 | unsigned int version; | ||
| 46 | unsigned int reserved[5]; | ||
| 47 | struct fw_desc fw_desc[3]; | ||
| 48 | } __attribute__ ((packed)); | ||
| 49 | |||
| 50 | int xc_stop(struct xc *x) | ||
| 51 | { | ||
| 52 | writel(RPU_HOLD_PC, x->xmac_base + NETX_XMAC_RPU_HOLD_PC_OFS); | ||
| 53 | writel(TPU_HOLD_PC, x->xmac_base + NETX_XMAC_TPU_HOLD_PC_OFS); | ||
| 54 | writel(XPU_HOLD_PC, x->xpec_base + NETX_XPEC_XPU_HOLD_PC_OFS); | ||
| 55 | return 0; | ||
| 56 | } | ||
| 57 | |||
| 58 | int xc_start(struct xc *x) | ||
| 59 | { | ||
| 60 | writel(0, x->xmac_base + NETX_XMAC_RPU_HOLD_PC_OFS); | ||
| 61 | writel(0, x->xmac_base + NETX_XMAC_TPU_HOLD_PC_OFS); | ||
| 62 | writel(0, x->xpec_base + NETX_XPEC_XPU_HOLD_PC_OFS); | ||
| 63 | return 0; | ||
| 64 | } | ||
| 65 | |||
| 66 | int xc_running(struct xc *x) | ||
| 67 | { | ||
| 68 | return (readl(x->xmac_base + NETX_XMAC_RPU_HOLD_PC_OFS) & RPU_HOLD_PC) | ||
| 69 | || (readl(x->xmac_base + NETX_XMAC_TPU_HOLD_PC_OFS) & TPU_HOLD_PC) | ||
| 70 | || (readl(x->xpec_base + NETX_XPEC_XPU_HOLD_PC_OFS) & XPU_HOLD_PC) ? | ||
| 71 | 0 : 1; | ||
| 72 | } | ||
| 73 | |||
| 74 | int xc_reset(struct xc *x) | ||
| 75 | { | ||
| 76 | writel(0, x->xpec_base + NETX_XPEC_PC_OFS); | ||
| 77 | return 0; | ||
| 78 | } | ||
| 79 | |||
| 80 | static int xc_check_ptr(struct xc *x, unsigned long adr, unsigned int size) | ||
| 81 | { | ||
| 82 | if (adr >= NETX_PA_XMAC(x->no) && | ||
| 83 | adr + size < NETX_PA_XMAC(x->no) + XMAC_MEM_SIZE) | ||
| 84 | return 0; | ||
| 85 | |||
| 86 | if (adr >= NETX_PA_XPEC(x->no) && | ||
| 87 | adr + size < NETX_PA_XPEC(x->no) + XPEC_MEM_SIZE) | ||
| 88 | return 0; | ||
| 89 | |||
| 90 | dev_err(x->dev, "Illegal pointer in firmware found. aborting\n"); | ||
| 91 | |||
| 92 | return -1; | ||
| 93 | } | ||
| 94 | |||
| 95 | static int xc_patch(struct xc *x, void *patch, int count) | ||
| 96 | { | ||
| 97 | unsigned int val, adr; | ||
| 98 | unsigned int *data = patch; | ||
| 99 | |||
| 100 | int i; | ||
| 101 | for (i = 0; i < count; i++) { | ||
| 102 | adr = *data++; | ||
| 103 | val = *data++; | ||
| 104 | if (xc_check_ptr(x, adr, 4) < 0) | ||
| 105 | return -EINVAL; | ||
| 106 | |||
| 107 | writel(val, (void __iomem *)io_p2v(adr)); | ||
| 108 | } | ||
| 109 | return 0; | ||
| 110 | } | ||
| 111 | |||
| 112 | int xc_request_firmware(struct xc *x) | ||
| 113 | { | ||
| 114 | int ret; | ||
| 115 | char name[16]; | ||
| 116 | const struct firmware *fw; | ||
| 117 | struct fw_header *head; | ||
| 118 | unsigned int size; | ||
| 119 | int i; | ||
| 120 | void *src; | ||
| 121 | unsigned long dst; | ||
| 122 | |||
| 123 | sprintf(name, "xc%d.bin", x->no); | ||
| 124 | |||
| 125 | ret = request_firmware(&fw, name, x->dev); | ||
| 126 | |||
| 127 | if (ret < 0) { | ||
| 128 | dev_err(x->dev, "request_firmware failed\n"); | ||
| 129 | return ret; | ||
| 130 | } | ||
| 131 | |||
| 132 | head = (struct fw_header *)fw->data; | ||
| 133 | if (head->magic != 0x4e657458) { | ||
| 134 | if (head->magic == 0x5874654e) { | ||
| 135 | dev_err(x->dev, | ||
| 136 | "firmware magic is 'XteN'. Endianess problems?\n"); | ||
| 137 | ret = -ENODEV; | ||
| 138 | goto exit_release_firmware; | ||
| 139 | } | ||
| 140 | dev_err(x->dev, "unrecognized firmware magic 0x%08x\n", | ||
| 141 | head->magic); | ||
| 142 | ret = -ENODEV; | ||
| 143 | goto exit_release_firmware; | ||
| 144 | } | ||
| 145 | |||
| 146 | x->type = head->type; | ||
| 147 | x->version = head->version; | ||
| 148 | |||
| 149 | ret = -EINVAL; | ||
| 150 | |||
| 151 | for (i = 0; i < 3; i++) { | ||
| 152 | src = fw->data + head->fw_desc[i].ofs; | ||
| 153 | dst = *(unsigned int *)src; | ||
| 154 | src += sizeof (unsigned int); | ||
| 155 | size = head->fw_desc[i].size - sizeof (unsigned int); | ||
| 156 | |||
| 157 | if (xc_check_ptr(x, dst, size)) | ||
| 158 | goto exit_release_firmware; | ||
| 159 | |||
| 160 | memcpy((void *)io_p2v(dst), src, size); | ||
| 161 | |||
| 162 | src = fw->data + head->fw_desc[i].patch_ofs; | ||
| 163 | size = head->fw_desc[i].patch_entries; | ||
| 164 | ret = xc_patch(x, src, size); | ||
| 165 | if (ret < 0) | ||
| 166 | goto exit_release_firmware; | ||
| 167 | } | ||
| 168 | |||
| 169 | ret = 0; | ||
| 170 | |||
| 171 | exit_release_firmware: | ||
| 172 | release_firmware(fw); | ||
| 173 | |||
| 174 | return ret; | ||
| 175 | } | ||
| 176 | |||
| 177 | struct xc *request_xc(int xcno, struct device *dev) | ||
| 178 | { | ||
| 179 | struct xc *x = NULL; | ||
| 180 | |||
| 181 | mutex_lock(&xc_lock); | ||
| 182 | |||
| 183 | if (xcno > 3) | ||
| 184 | goto exit; | ||
| 185 | if (xc_in_use & (1 << xcno)) | ||
| 186 | goto exit; | ||
| 187 | |||
| 188 | x = kmalloc(sizeof (struct xc), GFP_KERNEL); | ||
| 189 | if (!x) | ||
| 190 | goto exit; | ||
| 191 | |||
| 192 | if (!request_mem_region | ||
| 193 | (NETX_PA_XPEC(xcno), XPEC_MEM_SIZE, dev->kobj.name)) | ||
| 194 | goto exit_free; | ||
| 195 | |||
| 196 | if (!request_mem_region | ||
| 197 | (NETX_PA_XMAC(xcno), XMAC_MEM_SIZE, dev->kobj.name)) | ||
| 198 | goto exit_release_1; | ||
| 199 | |||
| 200 | if (!request_mem_region | ||
| 201 | (SRAM_INTERNAL_PHYS(xcno), SRAM_MEM_SIZE, dev->kobj.name)) | ||
| 202 | goto exit_release_2; | ||
| 203 | |||
| 204 | x->xpec_base = (void * __iomem)io_p2v(NETX_PA_XPEC(xcno)); | ||
| 205 | x->xmac_base = (void * __iomem)io_p2v(NETX_PA_XMAC(xcno)); | ||
| 206 | x->sram_base = ioremap(SRAM_INTERNAL_PHYS(xcno), SRAM_MEM_SIZE); | ||
| 207 | if (!x->sram_base) | ||
| 208 | goto exit_release_3; | ||
| 209 | |||
| 210 | x->irq = NETX_IRQ_XPEC(xcno); | ||
| 211 | |||
| 212 | x->no = xcno; | ||
| 213 | x->dev = dev; | ||
| 214 | |||
| 215 | xc_in_use |= (1 << xcno); | ||
| 216 | |||
| 217 | goto exit; | ||
| 218 | |||
| 219 | exit_release_3: | ||
| 220 | release_mem_region(SRAM_INTERNAL_PHYS(xcno), SRAM_MEM_SIZE); | ||
| 221 | exit_release_2: | ||
| 222 | release_mem_region(NETX_PA_XMAC(xcno), XMAC_MEM_SIZE); | ||
| 223 | exit_release_1: | ||
| 224 | release_mem_region(NETX_PA_XPEC(xcno), XPEC_MEM_SIZE); | ||
| 225 | exit_free: | ||
| 226 | kfree(x); | ||
| 227 | x = NULL; | ||
| 228 | exit: | ||
| 229 | mutex_unlock(&xc_lock); | ||
| 230 | return x; | ||
| 231 | } | ||
| 232 | |||
| 233 | void free_xc(struct xc *x) | ||
| 234 | { | ||
| 235 | int xcno = x->no; | ||
| 236 | |||
| 237 | mutex_lock(&xc_lock); | ||
| 238 | |||
| 239 | iounmap(x->sram_base); | ||
| 240 | release_mem_region(SRAM_INTERNAL_PHYS(xcno), SRAM_MEM_SIZE); | ||
| 241 | release_mem_region(NETX_PA_XMAC(xcno), XMAC_MEM_SIZE); | ||
| 242 | release_mem_region(NETX_PA_XPEC(xcno), XPEC_MEM_SIZE); | ||
| 243 | xc_in_use &= ~(1 << x->no); | ||
| 244 | kfree(x); | ||
| 245 | |||
| 246 | mutex_unlock(&xc_lock); | ||
| 247 | } | ||
| 248 | |||
| 249 | EXPORT_SYMBOL(free_xc); | ||
| 250 | EXPORT_SYMBOL(request_xc); | ||
| 251 | EXPORT_SYMBOL(xc_request_firmware); | ||
| 252 | EXPORT_SYMBOL(xc_reset); | ||
| 253 | EXPORT_SYMBOL(xc_running); | ||
| 254 | EXPORT_SYMBOL(xc_start); | ||
| 255 | EXPORT_SYMBOL(xc_stop); | ||
diff --git a/arch/arm/mach-pnx4008/serial.c b/arch/arm/mach-pnx4008/serial.c index 2e1e04cc048c..10322384e45d 100644 --- a/arch/arm/mach-pnx4008/serial.c +++ b/arch/arm/mach-pnx4008/serial.c | |||
| @@ -16,7 +16,7 @@ | |||
| 16 | #include <asm/io.h> | 16 | #include <asm/io.h> |
| 17 | 17 | ||
| 18 | #include <asm/arch/platform.h> | 18 | #include <asm/arch/platform.h> |
| 19 | #include <asm/arch/hardware.h> | 19 | #include <asm/hardware.h> |
| 20 | 20 | ||
| 21 | #include <linux/serial_core.h> | 21 | #include <linux/serial_core.h> |
| 22 | #include <linux/serial_reg.h> | 22 | #include <linux/serial_reg.h> |
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index 0104fd142e70..ea5137f319c4 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
| @@ -61,6 +61,7 @@ config MACH_POODLE | |||
| 61 | bool "Enable Sharp SL-5600 (Poodle) Support" | 61 | bool "Enable Sharp SL-5600 (Poodle) Support" |
| 62 | depends PXA_SHARPSL_25x | 62 | depends PXA_SHARPSL_25x |
| 63 | select SHARP_LOCOMO | 63 | select SHARP_LOCOMO |
| 64 | select PXA_SSP | ||
| 64 | 65 | ||
| 65 | config MACH_CORGI | 66 | config MACH_CORGI |
| 66 | bool "Enable Sharp SL-C700 (Corgi) Support" | 67 | bool "Enable Sharp SL-C700 (Corgi) Support" |
diff --git a/arch/arm/mach-pxa/Makefile b/arch/arm/mach-pxa/Makefile index 4e8a983e2b83..1610690be419 100644 --- a/arch/arm/mach-pxa/Makefile +++ b/arch/arm/mach-pxa/Makefile | |||
| @@ -15,7 +15,7 @@ obj-$(CONFIG_ARCH_PXA_IDP) += idp.o | |||
| 15 | obj-$(CONFIG_PXA_SHARP_C7xx) += corgi.o corgi_ssp.o corgi_lcd.o sharpsl_pm.o corgi_pm.o | 15 | obj-$(CONFIG_PXA_SHARP_C7xx) += corgi.o corgi_ssp.o corgi_lcd.o sharpsl_pm.o corgi_pm.o |
| 16 | obj-$(CONFIG_PXA_SHARP_Cxx00) += spitz.o corgi_ssp.o corgi_lcd.o sharpsl_pm.o spitz_pm.o | 16 | obj-$(CONFIG_PXA_SHARP_Cxx00) += spitz.o corgi_ssp.o corgi_lcd.o sharpsl_pm.o spitz_pm.o |
| 17 | obj-$(CONFIG_MACH_AKITA) += akita-ioexp.o | 17 | obj-$(CONFIG_MACH_AKITA) += akita-ioexp.o |
| 18 | obj-$(CONFIG_MACH_POODLE) += poodle.o | 18 | obj-$(CONFIG_MACH_POODLE) += poodle.o corgi_ssp.o |
| 19 | obj-$(CONFIG_MACH_TOSA) += tosa.o | 19 | obj-$(CONFIG_MACH_TOSA) += tosa.o |
| 20 | 20 | ||
| 21 | # Support for blinky lights | 21 | # Support for blinky lights |
diff --git a/arch/arm/mach-pxa/corgi.c b/arch/arm/mach-pxa/corgi.c index d6d726036361..bf6648a83901 100644 --- a/arch/arm/mach-pxa/corgi.c +++ b/arch/arm/mach-pxa/corgi.c | |||
| @@ -19,6 +19,7 @@ | |||
| 19 | #include <linux/fs.h> | 19 | #include <linux/fs.h> |
| 20 | #include <linux/interrupt.h> | 20 | #include <linux/interrupt.h> |
| 21 | #include <linux/mmc/host.h> | 21 | #include <linux/mmc/host.h> |
| 22 | #include <linux/pm.h> | ||
| 22 | 23 | ||
| 23 | #include <asm/setup.h> | 24 | #include <asm/setup.h> |
| 24 | #include <asm/memory.h> | 25 | #include <asm/memory.h> |
| @@ -26,6 +27,7 @@ | |||
| 26 | #include <asm/hardware.h> | 27 | #include <asm/hardware.h> |
| 27 | #include <asm/irq.h> | 28 | #include <asm/irq.h> |
| 28 | #include <asm/io.h> | 29 | #include <asm/io.h> |
| 30 | #include <asm/system.h> | ||
| 29 | 31 | ||
| 30 | #include <asm/mach/arch.h> | 32 | #include <asm/mach/arch.h> |
| 31 | #include <asm/mach/map.h> | 33 | #include <asm/mach/map.h> |
| @@ -310,8 +312,31 @@ static struct platform_device *devices[] __initdata = { | |||
| 310 | &corgiled_device, | 312 | &corgiled_device, |
| 311 | }; | 313 | }; |
| 312 | 314 | ||
| 315 | static void corgi_poweroff(void) | ||
| 316 | { | ||
| 317 | RCSR = RCSR_HWR | RCSR_WDR | RCSR_SMR | RCSR_GPR; | ||
| 318 | |||
| 319 | if (!machine_is_corgi()) | ||
| 320 | /* Green LED off tells the bootloader to halt */ | ||
| 321 | reset_scoop_gpio(&corgiscoop_device.dev, CORGI_SCP_LED_GREEN); | ||
| 322 | arm_machine_restart('h'); | ||
| 323 | } | ||
| 324 | |||
| 325 | static void corgi_restart(char mode) | ||
| 326 | { | ||
| 327 | RCSR = RCSR_HWR | RCSR_WDR | RCSR_SMR | RCSR_GPR; | ||
| 328 | |||
| 329 | if (!machine_is_corgi()) | ||
| 330 | /* Green LED on tells the bootloader to reboot */ | ||
| 331 | set_scoop_gpio(&corgiscoop_device.dev, CORGI_SCP_LED_GREEN); | ||
| 332 | arm_machine_restart('h'); | ||
| 333 | } | ||
| 334 | |||
| 313 | static void __init corgi_init(void) | 335 | static void __init corgi_init(void) |
| 314 | { | 336 | { |
| 337 | pm_power_off = corgi_poweroff; | ||
| 338 | arm_pm_restart = corgi_restart; | ||
| 339 | |||
| 315 | /* setup sleep mode values */ | 340 | /* setup sleep mode values */ |
| 316 | PWER = 0x00000002; | 341 | PWER = 0x00000002; |
| 317 | PFER = 0x00000000; | 342 | PFER = 0x00000000; |
diff --git a/arch/arm/mach-pxa/corgi_pm.c b/arch/arm/mach-pxa/corgi_pm.c index 7a1ab73e9e10..4c3de4008a43 100644 --- a/arch/arm/mach-pxa/corgi_pm.c +++ b/arch/arm/mach-pxa/corgi_pm.c | |||
| @@ -27,6 +27,13 @@ | |||
| 27 | #include <asm/arch/pxa-regs.h> | 27 | #include <asm/arch/pxa-regs.h> |
| 28 | #include "sharpsl.h" | 28 | #include "sharpsl.h" |
| 29 | 29 | ||
| 30 | #define SHARPSL_CHARGE_ON_VOLT 0x99 /* 2.9V */ | ||
| 31 | #define SHARPSL_CHARGE_ON_TEMP 0xe0 /* 2.9V */ | ||
| 32 | #define SHARPSL_CHARGE_ON_ACIN_HIGH 0x9b /* 6V */ | ||
| 33 | #define SHARPSL_CHARGE_ON_ACIN_LOW 0x34 /* 2V */ | ||
| 34 | #define SHARPSL_FATAL_ACIN_VOLT 182 /* 3.45V */ | ||
| 35 | #define SHARPSL_FATAL_NOACIN_VOLT 170 /* 3.40V */ | ||
| 36 | |||
| 30 | static void corgi_charger_init(void) | 37 | static void corgi_charger_init(void) |
| 31 | { | 38 | { |
| 32 | pxa_gpio_mode(CORGI_GPIO_ADC_TEMP_ON | GPIO_OUT); | 39 | pxa_gpio_mode(CORGI_GPIO_ADC_TEMP_ON | GPIO_OUT); |
| @@ -195,9 +202,16 @@ static struct sharpsl_charger_machinfo corgi_pm_machinfo = { | |||
| 195 | .read_devdata = corgipm_read_devdata, | 202 | .read_devdata = corgipm_read_devdata, |
| 196 | .charger_wakeup = corgi_charger_wakeup, | 203 | .charger_wakeup = corgi_charger_wakeup, |
| 197 | .should_wakeup = corgi_should_wakeup, | 204 | .should_wakeup = corgi_should_wakeup, |
| 198 | .bat_levels = 40, | 205 | .backlight_limit = corgibl_limit_intensity, |
| 199 | .bat_levels_noac = spitz_battery_levels_noac, | 206 | .charge_on_volt = SHARPSL_CHARGE_ON_VOLT, |
| 200 | .bat_levels_acin = spitz_battery_levels_acin, | 207 | .charge_on_temp = SHARPSL_CHARGE_ON_TEMP, |
| 208 | .charge_acin_high = SHARPSL_CHARGE_ON_ACIN_HIGH, | ||
| 209 | .charge_acin_low = SHARPSL_CHARGE_ON_ACIN_LOW, | ||
| 210 | .fatal_acin_volt = SHARPSL_FATAL_ACIN_VOLT, | ||
| 211 | .fatal_noacin_volt= SHARPSL_FATAL_NOACIN_VOLT, | ||
| 212 | .bat_levels = 40, | ||
| 213 | .bat_levels_noac = spitz_battery_levels_noac, | ||
| 214 | .bat_levels_acin = spitz_battery_levels_acin, | ||
| 201 | .status_high_acin = 188, | 215 | .status_high_acin = 188, |
| 202 | .status_low_acin = 178, | 216 | .status_low_acin = 178, |
| 203 | .status_high_noac = 185, | 217 | .status_high_noac = 185, |
| @@ -214,6 +228,9 @@ static int __devinit corgipm_init(void) | |||
| 214 | if (!corgipm_device) | 228 | if (!corgipm_device) |
| 215 | return -ENOMEM; | 229 | return -ENOMEM; |
| 216 | 230 | ||
| 231 | if (!machine_is_corgi()) | ||
| 232 | corgi_pm_machinfo.batfull_irq = 1; | ||
| 233 | |||
| 217 | corgipm_device->dev.platform_data = &corgi_pm_machinfo; | 234 | corgipm_device->dev.platform_data = &corgi_pm_machinfo; |
| 218 | ret = platform_device_add(corgipm_device); | 235 | ret = platform_device_add(corgipm_device); |
| 219 | 236 | ||
diff --git a/arch/arm/mach-pxa/corgi_ssp.c b/arch/arm/mach-pxa/corgi_ssp.c index 8a25a1c8019f..f9421318cb7a 100644 --- a/arch/arm/mach-pxa/corgi_ssp.c +++ b/arch/arm/mach-pxa/corgi_ssp.c | |||
| @@ -50,12 +50,14 @@ unsigned long corgi_ssp_ads7846_putget(ulong data) | |||
| 50 | unsigned long ret,flag; | 50 | unsigned long ret,flag; |
| 51 | 51 | ||
| 52 | spin_lock_irqsave(&corgi_ssp_lock, flag); | 52 | spin_lock_irqsave(&corgi_ssp_lock, flag); |
| 53 | GPCR(ssp_machinfo->cs_ads7846) = GPIO_bit(ssp_machinfo->cs_ads7846); | 53 | if (ssp_machinfo->cs_ads7846 >= 0) |
| 54 | GPCR(ssp_machinfo->cs_ads7846) = GPIO_bit(ssp_machinfo->cs_ads7846); | ||
| 54 | 55 | ||
| 55 | ssp_write_word(&corgi_ssp_dev,data); | 56 | ssp_write_word(&corgi_ssp_dev,data); |
| 56 | ret = ssp_read_word(&corgi_ssp_dev); | 57 | ret = ssp_read_word(&corgi_ssp_dev); |
| 57 | 58 | ||
| 58 | GPSR(ssp_machinfo->cs_ads7846) = GPIO_bit(ssp_machinfo->cs_ads7846); | 59 | if (ssp_machinfo->cs_ads7846 >= 0) |
| 60 | GPSR(ssp_machinfo->cs_ads7846) = GPIO_bit(ssp_machinfo->cs_ads7846); | ||
| 59 | spin_unlock_irqrestore(&corgi_ssp_lock, flag); | 61 | spin_unlock_irqrestore(&corgi_ssp_lock, flag); |
| 60 | 62 | ||
| 61 | return ret; | 63 | return ret; |
| @@ -68,12 +70,14 @@ unsigned long corgi_ssp_ads7846_putget(ulong data) | |||
| 68 | void corgi_ssp_ads7846_lock(void) | 70 | void corgi_ssp_ads7846_lock(void) |
| 69 | { | 71 | { |
| 70 | spin_lock(&corgi_ssp_lock); | 72 | spin_lock(&corgi_ssp_lock); |
| 71 | GPCR(ssp_machinfo->cs_ads7846) = GPIO_bit(ssp_machinfo->cs_ads7846); | 73 | if (ssp_machinfo->cs_ads7846 >= 0) |
| 74 | GPCR(ssp_machinfo->cs_ads7846) = GPIO_bit(ssp_machinfo->cs_ads7846); | ||
| 72 | } | 75 | } |
| 73 | 76 | ||
| 74 | void corgi_ssp_ads7846_unlock(void) | 77 | void corgi_ssp_ads7846_unlock(void) |
| 75 | { | 78 | { |
| 76 | GPSR(ssp_machinfo->cs_ads7846) = GPIO_bit(ssp_machinfo->cs_ads7846); | 79 | if (ssp_machinfo->cs_ads7846 >= 0) |
| 80 | GPSR(ssp_machinfo->cs_ads7846) = GPIO_bit(ssp_machinfo->cs_ads7846); | ||
| 77 | spin_unlock(&corgi_ssp_lock); | 81 | spin_unlock(&corgi_ssp_lock); |
| 78 | } | 82 | } |
| 79 | 83 | ||
| @@ -110,11 +114,13 @@ unsigned long corgi_ssp_dac_put(ulong data) | |||
| 110 | ssp_config(&corgi_ssp_dev, (SSCR0_Motorola | (SSCR0_DSS & 0x07 )), sscr1, 0, SSCR0_SerClkDiv(ssp_machinfo->clk_lcdcon)); | 114 | ssp_config(&corgi_ssp_dev, (SSCR0_Motorola | (SSCR0_DSS & 0x07 )), sscr1, 0, SSCR0_SerClkDiv(ssp_machinfo->clk_lcdcon)); |
| 111 | ssp_enable(&corgi_ssp_dev); | 115 | ssp_enable(&corgi_ssp_dev); |
| 112 | 116 | ||
| 113 | GPCR(ssp_machinfo->cs_lcdcon) = GPIO_bit(ssp_machinfo->cs_lcdcon); | 117 | if (ssp_machinfo->cs_lcdcon >= 0) |
| 118 | GPCR(ssp_machinfo->cs_lcdcon) = GPIO_bit(ssp_machinfo->cs_lcdcon); | ||
| 114 | ssp_write_word(&corgi_ssp_dev,data); | 119 | ssp_write_word(&corgi_ssp_dev,data); |
| 115 | /* Read null data back from device to prevent SSP overflow */ | 120 | /* Read null data back from device to prevent SSP overflow */ |
| 116 | ssp_read_word(&corgi_ssp_dev); | 121 | ssp_read_word(&corgi_ssp_dev); |
| 117 | GPSR(ssp_machinfo->cs_lcdcon) = GPIO_bit(ssp_machinfo->cs_lcdcon); | 122 | if (ssp_machinfo->cs_lcdcon >= 0) |
| 123 | GPSR(ssp_machinfo->cs_lcdcon) = GPIO_bit(ssp_machinfo->cs_lcdcon); | ||
| 118 | 124 | ||
| 119 | ssp_disable(&corgi_ssp_dev); | 125 | ssp_disable(&corgi_ssp_dev); |
| 120 | ssp_config(&corgi_ssp_dev, (SSCR0_National | (SSCR0_DSS & 0x0b )), 0, 0, SSCR0_SerClkDiv(ssp_machinfo->clk_ads7846)); | 126 | ssp_config(&corgi_ssp_dev, (SSCR0_National | (SSCR0_DSS & 0x0b )), 0, 0, SSCR0_SerClkDiv(ssp_machinfo->clk_ads7846)); |
| @@ -147,7 +153,8 @@ int corgi_ssp_max1111_get(ulong data) | |||
| 147 | int voltage,voltage1,voltage2; | 153 | int voltage,voltage1,voltage2; |
| 148 | 154 | ||
| 149 | spin_lock_irqsave(&corgi_ssp_lock, flag); | 155 | spin_lock_irqsave(&corgi_ssp_lock, flag); |
| 150 | GPCR(ssp_machinfo->cs_max1111) = GPIO_bit(ssp_machinfo->cs_max1111); | 156 | if (ssp_machinfo->cs_max1111 >= 0) |
| 157 | GPCR(ssp_machinfo->cs_max1111) = GPIO_bit(ssp_machinfo->cs_max1111); | ||
| 151 | ssp_disable(&corgi_ssp_dev); | 158 | ssp_disable(&corgi_ssp_dev); |
| 152 | ssp_config(&corgi_ssp_dev, (SSCR0_Motorola | (SSCR0_DSS & 0x07 )), 0, 0, SSCR0_SerClkDiv(ssp_machinfo->clk_max1111)); | 159 | ssp_config(&corgi_ssp_dev, (SSCR0_Motorola | (SSCR0_DSS & 0x07 )), 0, 0, SSCR0_SerClkDiv(ssp_machinfo->clk_max1111)); |
| 153 | ssp_enable(&corgi_ssp_dev); | 160 | ssp_enable(&corgi_ssp_dev); |
| @@ -169,7 +176,8 @@ int corgi_ssp_max1111_get(ulong data) | |||
| 169 | ssp_disable(&corgi_ssp_dev); | 176 | ssp_disable(&corgi_ssp_dev); |
| 170 | ssp_config(&corgi_ssp_dev, (SSCR0_National | (SSCR0_DSS & 0x0b )), 0, 0, SSCR0_SerClkDiv(ssp_machinfo->clk_ads7846)); | 177 | ssp_config(&corgi_ssp_dev, (SSCR0_National | (SSCR0_DSS & 0x0b )), 0, 0, SSCR0_SerClkDiv(ssp_machinfo->clk_ads7846)); |
| 171 | ssp_enable(&corgi_ssp_dev); | 178 | ssp_enable(&corgi_ssp_dev); |
| 172 | GPSR(ssp_machinfo->cs_max1111) = GPIO_bit(ssp_machinfo->cs_max1111); | 179 | if (ssp_machinfo->cs_max1111 >= 0) |
| 180 | GPSR(ssp_machinfo->cs_max1111) = GPIO_bit(ssp_machinfo->cs_max1111); | ||
| 173 | spin_unlock_irqrestore(&corgi_ssp_lock, flag); | 181 | spin_unlock_irqrestore(&corgi_ssp_lock, flag); |
| 174 | 182 | ||
| 175 | if (voltage1 & 0xc0 || voltage2 & 0x3f) | 183 | if (voltage1 & 0xc0 || voltage2 & 0x3f) |
| @@ -196,9 +204,12 @@ static int __init corgi_ssp_probe(struct platform_device *dev) | |||
| 196 | int ret; | 204 | int ret; |
| 197 | 205 | ||
| 198 | /* Chip Select - Disable All */ | 206 | /* Chip Select - Disable All */ |
| 199 | pxa_gpio_mode(ssp_machinfo->cs_lcdcon | GPIO_OUT | GPIO_DFLT_HIGH); | 207 | if (ssp_machinfo->cs_lcdcon >= 0) |
| 200 | pxa_gpio_mode(ssp_machinfo->cs_max1111 | GPIO_OUT | GPIO_DFLT_HIGH); | 208 | pxa_gpio_mode(ssp_machinfo->cs_lcdcon | GPIO_OUT | GPIO_DFLT_HIGH); |
| 201 | pxa_gpio_mode(ssp_machinfo->cs_ads7846 | GPIO_OUT | GPIO_DFLT_HIGH); | 209 | if (ssp_machinfo->cs_max1111 >= 0) |
| 210 | pxa_gpio_mode(ssp_machinfo->cs_max1111 | GPIO_OUT | GPIO_DFLT_HIGH); | ||
| 211 | if (ssp_machinfo->cs_ads7846 >= 0) | ||
| 212 | pxa_gpio_mode(ssp_machinfo->cs_ads7846 | GPIO_OUT | GPIO_DFLT_HIGH); | ||
| 202 | 213 | ||
| 203 | ret = ssp_init(&corgi_ssp_dev, ssp_machinfo->port, 0); | 214 | ret = ssp_init(&corgi_ssp_dev, ssp_machinfo->port, 0); |
| 204 | 215 | ||
| @@ -229,9 +240,12 @@ static int corgi_ssp_suspend(struct platform_device *dev, pm_message_t state) | |||
| 229 | 240 | ||
| 230 | static int corgi_ssp_resume(struct platform_device *dev) | 241 | static int corgi_ssp_resume(struct platform_device *dev) |
| 231 | { | 242 | { |
| 232 | GPSR(ssp_machinfo->cs_lcdcon) = GPIO_bit(ssp_machinfo->cs_lcdcon); /* High - Disable LCD Control/Timing Gen */ | 243 | if (ssp_machinfo->cs_lcdcon >= 0) |
| 233 | GPSR(ssp_machinfo->cs_max1111) = GPIO_bit(ssp_machinfo->cs_max1111); /* High - Disable MAX1111*/ | 244 | GPSR(ssp_machinfo->cs_lcdcon) = GPIO_bit(ssp_machinfo->cs_lcdcon); /* High - Disable LCD Control/Timing Gen */ |
| 234 | GPSR(ssp_machinfo->cs_ads7846) = GPIO_bit(ssp_machinfo->cs_ads7846); /* High - Disable ADS7846*/ | 245 | if (ssp_machinfo->cs_max1111 >= 0) |
| 246 | GPSR(ssp_machinfo->cs_max1111) = GPIO_bit(ssp_machinfo->cs_max1111); /* High - Disable MAX1111*/ | ||
| 247 | if (ssp_machinfo->cs_ads7846 >= 0) | ||
| 248 | GPSR(ssp_machinfo->cs_ads7846) = GPIO_bit(ssp_machinfo->cs_ads7846); /* High - Disable ADS7846*/ | ||
| 235 | ssp_restore_state(&corgi_ssp_dev,&corgi_ssp_state); | 249 | ssp_restore_state(&corgi_ssp_dev,&corgi_ssp_state); |
| 236 | ssp_enable(&corgi_ssp_dev); | 250 | ssp_enable(&corgi_ssp_dev); |
| 237 | 251 | ||
diff --git a/arch/arm/mach-pxa/poodle.c b/arch/arm/mach-pxa/poodle.c index a042473deedd..9a9fa87cea9f 100644 --- a/arch/arm/mach-pxa/poodle.c +++ b/arch/arm/mach-pxa/poodle.c | |||
| @@ -18,11 +18,14 @@ | |||
| 18 | #include <linux/init.h> | 18 | #include <linux/init.h> |
| 19 | #include <linux/platform_device.h> | 19 | #include <linux/platform_device.h> |
| 20 | #include <linux/fb.h> | 20 | #include <linux/fb.h> |
| 21 | #include <linux/pm.h> | ||
| 22 | #include <linux/delay.h> | ||
| 21 | 23 | ||
| 22 | #include <asm/hardware.h> | 24 | #include <asm/hardware.h> |
| 23 | #include <asm/mach-types.h> | 25 | #include <asm/mach-types.h> |
| 24 | #include <asm/irq.h> | 26 | #include <asm/irq.h> |
| 25 | #include <asm/setup.h> | 27 | #include <asm/setup.h> |
| 28 | #include <asm/system.h> | ||
| 26 | 29 | ||
| 27 | #include <asm/mach/arch.h> | 30 | #include <asm/mach/arch.h> |
| 28 | #include <asm/mach/map.h> | 31 | #include <asm/mach/map.h> |
| @@ -34,12 +37,15 @@ | |||
| 34 | #include <asm/arch/irda.h> | 37 | #include <asm/arch/irda.h> |
| 35 | #include <asm/arch/poodle.h> | 38 | #include <asm/arch/poodle.h> |
| 36 | #include <asm/arch/pxafb.h> | 39 | #include <asm/arch/pxafb.h> |
| 40 | #include <asm/arch/sharpsl.h> | ||
| 41 | #include <asm/arch/ssp.h> | ||
| 37 | 42 | ||
| 38 | #include <asm/hardware/scoop.h> | 43 | #include <asm/hardware/scoop.h> |
| 39 | #include <asm/hardware/locomo.h> | 44 | #include <asm/hardware/locomo.h> |
| 40 | #include <asm/mach/sharpsl_param.h> | 45 | #include <asm/mach/sharpsl_param.h> |
| 41 | 46 | ||
| 42 | #include "generic.h" | 47 | #include "generic.h" |
| 48 | #include "sharpsl.h" | ||
| 43 | 49 | ||
| 44 | static struct resource poodle_scoop_resources[] = { | 50 | static struct resource poodle_scoop_resources[] = { |
| 45 | [0] = { | 51 | [0] = { |
| @@ -117,13 +123,71 @@ static struct resource locomo_resources[] = { | |||
| 117 | }, | 123 | }, |
| 118 | }; | 124 | }; |
| 119 | 125 | ||
| 120 | static struct platform_device locomo_device = { | 126 | struct platform_device poodle_locomo_device = { |
| 121 | .name = "locomo", | 127 | .name = "locomo", |
| 122 | .id = 0, | 128 | .id = 0, |
| 123 | .num_resources = ARRAY_SIZE(locomo_resources), | 129 | .num_resources = ARRAY_SIZE(locomo_resources), |
| 124 | .resource = locomo_resources, | 130 | .resource = locomo_resources, |
| 125 | }; | 131 | }; |
| 126 | 132 | ||
| 133 | EXPORT_SYMBOL(poodle_locomo_device); | ||
| 134 | |||
| 135 | /* | ||
| 136 | * Poodle SSP Device | ||
| 137 | */ | ||
| 138 | |||
| 139 | struct platform_device poodle_ssp_device = { | ||
| 140 | .name = "corgi-ssp", | ||
| 141 | .id = -1, | ||
| 142 | }; | ||
| 143 | |||
| 144 | struct corgissp_machinfo poodle_ssp_machinfo = { | ||
| 145 | .port = 1, | ||
| 146 | .cs_lcdcon = -1, | ||
| 147 | .cs_ads7846 = -1, | ||
| 148 | .cs_max1111 = -1, | ||
| 149 | .clk_lcdcon = 2, | ||
| 150 | .clk_ads7846 = 36, | ||
| 151 | .clk_max1111 = 2, | ||
| 152 | }; | ||
| 153 | |||
| 154 | |||
| 155 | /* | ||
| 156 | * Poodle Touch Screen Device | ||
| 157 | */ | ||
| 158 | static struct resource poodlets_resources[] = { | ||
| 159 | [0] = { | ||
| 160 | .start = POODLE_IRQ_GPIO_TP_INT, | ||
| 161 | .end = POODLE_IRQ_GPIO_TP_INT, | ||
| 162 | .flags = IORESOURCE_IRQ, | ||
| 163 | }, | ||
| 164 | }; | ||
| 165 | |||
| 166 | static unsigned long poodle_get_hsync_len(void) | ||
| 167 | { | ||
| 168 | return 0; | ||
| 169 | } | ||
| 170 | |||
| 171 | static void poodle_null_hsync(void) | ||
| 172 | { | ||
| 173 | } | ||
| 174 | |||
| 175 | static struct corgits_machinfo poodle_ts_machinfo = { | ||
| 176 | .get_hsync_len = poodle_get_hsync_len, | ||
| 177 | .put_hsync = poodle_null_hsync, | ||
| 178 | .wait_hsync = poodle_null_hsync, | ||
| 179 | }; | ||
| 180 | |||
| 181 | static struct platform_device poodle_ts_device = { | ||
| 182 | .name = "corgi-ts", | ||
| 183 | .dev = { | ||
| 184 | .platform_data = &poodle_ts_machinfo, | ||
| 185 | }, | ||
| 186 | .id = -1, | ||
| 187 | .num_resources = ARRAY_SIZE(poodlets_resources), | ||
| 188 | .resource = poodlets_resources, | ||
| 189 | }; | ||
| 190 | |||
| 127 | 191 | ||
| 128 | /* | 192 | /* |
| 129 | * MMC/SD Device | 193 | * MMC/SD Device |
| @@ -141,7 +205,9 @@ static int poodle_mci_init(struct device *dev, irqreturn_t (*poodle_detect_int)( | |||
| 141 | pxa_gpio_mode(GPIO6_MMCCLK_MD); | 205 | pxa_gpio_mode(GPIO6_MMCCLK_MD); |
| 142 | pxa_gpio_mode(GPIO8_MMCCS0_MD); | 206 | pxa_gpio_mode(GPIO8_MMCCS0_MD); |
| 143 | pxa_gpio_mode(POODLE_GPIO_nSD_DETECT | GPIO_IN); | 207 | pxa_gpio_mode(POODLE_GPIO_nSD_DETECT | GPIO_IN); |
| 208 | pxa_gpio_mode(POODLE_GPIO_nSD_WP | GPIO_IN); | ||
| 144 | pxa_gpio_mode(POODLE_GPIO_SD_PWR | GPIO_OUT); | 209 | pxa_gpio_mode(POODLE_GPIO_SD_PWR | GPIO_OUT); |
| 210 | pxa_gpio_mode(POODLE_GPIO_SD_PWR1 | GPIO_OUT); | ||
| 145 | 211 | ||
| 146 | poodle_mci_platform_data.detect_delay = msecs_to_jiffies(250); | 212 | poodle_mci_platform_data.detect_delay = msecs_to_jiffies(250); |
| 147 | 213 | ||
| @@ -160,12 +226,22 @@ static void poodle_mci_setpower(struct device *dev, unsigned int vdd) | |||
| 160 | { | 226 | { |
| 161 | struct pxamci_platform_data* p_d = dev->platform_data; | 227 | struct pxamci_platform_data* p_d = dev->platform_data; |
| 162 | 228 | ||
| 163 | if (( 1 << vdd) & p_d->ocr_mask) | 229 | if (( 1 << vdd) & p_d->ocr_mask) { |
| 164 | GPSR1 = GPIO_bit(POODLE_GPIO_SD_PWR); | 230 | GPSR(POODLE_GPIO_SD_PWR) = GPIO_bit(POODLE_GPIO_SD_PWR); |
| 165 | else | 231 | mdelay(2); |
| 166 | GPCR1 = GPIO_bit(POODLE_GPIO_SD_PWR); | 232 | GPSR(POODLE_GPIO_SD_PWR1) = GPIO_bit(POODLE_GPIO_SD_PWR1); |
| 233 | } else { | ||
| 234 | GPCR(POODLE_GPIO_SD_PWR1) = GPIO_bit(POODLE_GPIO_SD_PWR1); | ||
| 235 | GPCR(POODLE_GPIO_SD_PWR) = GPIO_bit(POODLE_GPIO_SD_PWR); | ||
| 236 | } | ||
| 237 | } | ||
| 238 | |||
| 239 | static int poodle_mci_get_ro(struct device *dev) | ||
| 240 | { | ||
| 241 | return GPLR(POODLE_GPIO_nSD_WP) & GPIO_bit(POODLE_GPIO_nSD_WP); | ||
| 167 | } | 242 | } |
| 168 | 243 | ||
| 244 | |||
| 169 | static void poodle_mci_exit(struct device *dev, void *data) | 245 | static void poodle_mci_exit(struct device *dev, void *data) |
| 170 | { | 246 | { |
| 171 | free_irq(POODLE_IRQ_GPIO_nSD_DETECT, data); | 247 | free_irq(POODLE_IRQ_GPIO_nSD_DETECT, data); |
| @@ -174,6 +250,7 @@ static void poodle_mci_exit(struct device *dev, void *data) | |||
| 174 | static struct pxamci_platform_data poodle_mci_platform_data = { | 250 | static struct pxamci_platform_data poodle_mci_platform_data = { |
| 175 | .ocr_mask = MMC_VDD_32_33|MMC_VDD_33_34, | 251 | .ocr_mask = MMC_VDD_32_33|MMC_VDD_33_34, |
| 176 | .init = poodle_mci_init, | 252 | .init = poodle_mci_init, |
| 253 | .get_ro = poodle_mci_get_ro, | ||
| 177 | .setpower = poodle_mci_setpower, | 254 | .setpower = poodle_mci_setpower, |
| 178 | .exit = poodle_mci_exit, | 255 | .exit = poodle_mci_exit, |
| 179 | }; | 256 | }; |
| @@ -243,14 +320,31 @@ static struct pxafb_mach_info poodle_fb_info __initdata = { | |||
| 243 | }; | 320 | }; |
| 244 | 321 | ||
| 245 | static struct platform_device *devices[] __initdata = { | 322 | static struct platform_device *devices[] __initdata = { |
| 246 | &locomo_device, | 323 | &poodle_locomo_device, |
| 247 | &poodle_scoop_device, | 324 | &poodle_scoop_device, |
| 325 | &poodle_ssp_device, | ||
| 326 | &poodle_ts_device, | ||
| 248 | }; | 327 | }; |
| 249 | 328 | ||
| 329 | static void poodle_poweroff(void) | ||
| 330 | { | ||
| 331 | RCSR = RCSR_HWR | RCSR_WDR | RCSR_SMR | RCSR_GPR; | ||
| 332 | arm_machine_restart('h'); | ||
| 333 | } | ||
| 334 | |||
| 335 | static void poodle_restart(char mode) | ||
| 336 | { | ||
| 337 | RCSR = RCSR_HWR | RCSR_WDR | RCSR_SMR | RCSR_GPR; | ||
| 338 | arm_machine_restart('h'); | ||
| 339 | } | ||
| 340 | |||
| 250 | static void __init poodle_init(void) | 341 | static void __init poodle_init(void) |
| 251 | { | 342 | { |
| 252 | int ret = 0; | 343 | int ret = 0; |
| 253 | 344 | ||
| 345 | pm_power_off = poodle_poweroff; | ||
| 346 | arm_pm_restart = poodle_restart; | ||
| 347 | |||
| 254 | /* setup sleep mode values */ | 348 | /* setup sleep mode values */ |
| 255 | PWER = 0x00000002; | 349 | PWER = 0x00000002; |
| 256 | PFER = 0x00000000; | 350 | PFER = 0x00000000; |
| @@ -288,6 +382,7 @@ static void __init poodle_init(void) | |||
| 288 | GPSR1 = 0x00000000; | 382 | GPSR1 = 0x00000000; |
| 289 | GPSR2 = 0x00000000; | 383 | GPSR2 = 0x00000000; |
| 290 | 384 | ||
| 385 | set_pxa_fb_parent(&poodle_locomo_device.dev); | ||
| 291 | set_pxa_fb_info(&poodle_fb_info); | 386 | set_pxa_fb_info(&poodle_fb_info); |
| 292 | pxa_gpio_mode(POODLE_GPIO_USB_PULLUP | GPIO_OUT); | 387 | pxa_gpio_mode(POODLE_GPIO_USB_PULLUP | GPIO_OUT); |
| 293 | pxa_gpio_mode(POODLE_GPIO_IR_ON | GPIO_OUT); | 388 | pxa_gpio_mode(POODLE_GPIO_IR_ON | GPIO_OUT); |
| @@ -301,6 +396,7 @@ static void __init poodle_init(void) | |||
| 301 | if (ret) { | 396 | if (ret) { |
| 302 | printk(KERN_WARNING "poodle: Unable to register LoCoMo device\n"); | 397 | printk(KERN_WARNING "poodle: Unable to register LoCoMo device\n"); |
| 303 | } | 398 | } |
| 399 | corgi_ssp_set_machinfo(&poodle_ssp_machinfo); | ||
| 304 | } | 400 | } |
| 305 | 401 | ||
| 306 | static void __init fixup_poodle(struct machine_desc *desc, | 402 | static void __init fixup_poodle(struct machine_desc *desc, |
diff --git a/arch/arm/mach-pxa/sharpsl_pm.c b/arch/arm/mach-pxa/sharpsl_pm.c index 6d402b262d8a..0f1648780c41 100644 --- a/arch/arm/mach-pxa/sharpsl_pm.c +++ b/arch/arm/mach-pxa/sharpsl_pm.c | |||
| @@ -128,6 +128,9 @@ struct battery_thresh spitz_battery_levels_noac[] = { | |||
| 128 | */ | 128 | */ |
| 129 | int sharpsl_pm_pxa_read_max1111(int channel) | 129 | int sharpsl_pm_pxa_read_max1111(int channel) |
| 130 | { | 130 | { |
| 131 | if (machine_is_tosa()) // Ugly, better move this function into another module | ||
| 132 | return 0; | ||
| 133 | |||
| 131 | return corgi_ssp_max1111_get((channel << MAXCTRL_SEL_SH) | MAXCTRL_PD0 | MAXCTRL_PD1 | 134 | return corgi_ssp_max1111_get((channel << MAXCTRL_SEL_SH) | MAXCTRL_PD0 | MAXCTRL_PD1 |
| 132 | | MAXCTRL_SGL | MAXCTRL_UNI | MAXCTRL_STR); | 135 | | MAXCTRL_SGL | MAXCTRL_UNI | MAXCTRL_STR); |
| 133 | } | 136 | } |
| @@ -156,7 +159,7 @@ void sharpsl_pm_pxa_init(void) | |||
| 156 | else set_irq_type(IRQ_GPIO(sharpsl_pm.machinfo->gpio_fatal),IRQT_FALLING); | 159 | else set_irq_type(IRQ_GPIO(sharpsl_pm.machinfo->gpio_fatal),IRQT_FALLING); |
| 157 | } | 160 | } |
| 158 | 161 | ||
| 159 | if (!machine_is_corgi()) | 162 | if (sharpsl_pm.machinfo->batfull_irq) |
| 160 | { | 163 | { |
| 161 | /* Register interrupt handler. */ | 164 | /* Register interrupt handler. */ |
| 162 | if (request_irq(IRQ_GPIO(sharpsl_pm.machinfo->gpio_batfull), sharpsl_chrg_full_isr, SA_INTERRUPT, "CO", sharpsl_chrg_full_isr)) { | 165 | if (request_irq(IRQ_GPIO(sharpsl_pm.machinfo->gpio_batfull), sharpsl_chrg_full_isr, SA_INTERRUPT, "CO", sharpsl_chrg_full_isr)) { |
| @@ -174,6 +177,6 @@ void sharpsl_pm_pxa_remove(void) | |||
| 174 | if (sharpsl_pm.machinfo->gpio_fatal) | 177 | if (sharpsl_pm.machinfo->gpio_fatal) |
| 175 | free_irq(IRQ_GPIO(sharpsl_pm.machinfo->gpio_fatal), sharpsl_fatal_isr); | 178 | free_irq(IRQ_GPIO(sharpsl_pm.machinfo->gpio_fatal), sharpsl_fatal_isr); |
| 176 | 179 | ||
| 177 | if (!machine_is_corgi()) | 180 | if (sharpsl_pm.machinfo->batfull_irq) |
| 178 | free_irq(IRQ_GPIO(sharpsl_pm.machinfo->gpio_batfull), sharpsl_chrg_full_isr); | 181 | free_irq(IRQ_GPIO(sharpsl_pm.machinfo->gpio_batfull), sharpsl_chrg_full_isr); |
| 179 | } | 182 | } |
diff --git a/arch/arm/mach-pxa/spitz.c b/arch/arm/mach-pxa/spitz.c index 44bcb8097c7a..eb9937f6f5cd 100644 --- a/arch/arm/mach-pxa/spitz.c +++ b/arch/arm/mach-pxa/spitz.c | |||
| @@ -20,6 +20,7 @@ | |||
| 20 | #include <linux/fs.h> | 20 | #include <linux/fs.h> |
| 21 | #include <linux/interrupt.h> | 21 | #include <linux/interrupt.h> |
| 22 | #include <linux/mmc/host.h> | 22 | #include <linux/mmc/host.h> |
| 23 | #include <linux/pm.h> | ||
| 23 | 24 | ||
| 24 | #include <asm/setup.h> | 25 | #include <asm/setup.h> |
| 25 | #include <asm/memory.h> | 26 | #include <asm/memory.h> |
| @@ -27,6 +28,7 @@ | |||
| 27 | #include <asm/hardware.h> | 28 | #include <asm/hardware.h> |
| 28 | #include <asm/irq.h> | 29 | #include <asm/irq.h> |
| 29 | #include <asm/io.h> | 30 | #include <asm/io.h> |
| 31 | #include <asm/system.h> | ||
| 30 | 32 | ||
| 31 | #include <asm/mach/arch.h> | 33 | #include <asm/mach/arch.h> |
| 32 | #include <asm/mach/map.h> | 34 | #include <asm/mach/map.h> |
| @@ -432,8 +434,31 @@ static struct platform_device *devices[] __initdata = { | |||
| 432 | &spitzled_device, | 434 | &spitzled_device, |
| 433 | }; | 435 | }; |
| 434 | 436 | ||
| 437 | static void spitz_poweroff(void) | ||
| 438 | { | ||
| 439 | RCSR = RCSR_HWR | RCSR_WDR | RCSR_SMR | RCSR_GPR; | ||
| 440 | |||
| 441 | pxa_gpio_mode(SPITZ_GPIO_ON_RESET | GPIO_OUT); | ||
| 442 | GPSR(SPITZ_GPIO_ON_RESET) = GPIO_bit(SPITZ_GPIO_ON_RESET); | ||
| 443 | |||
| 444 | mdelay(1000); | ||
| 445 | arm_machine_restart('h'); | ||
| 446 | } | ||
| 447 | |||
| 448 | static void spitz_restart(char mode) | ||
| 449 | { | ||
| 450 | /* Bootloader magic for a reboot */ | ||
| 451 | if((MSC0 & 0xffff0000) == 0x7ff00000) | ||
| 452 | MSC0 = (MSC0 & 0xffff) | 0x7ee00000; | ||
| 453 | |||
| 454 | spitz_poweroff(); | ||
| 455 | } | ||
| 456 | |||
| 435 | static void __init common_init(void) | 457 | static void __init common_init(void) |
| 436 | { | 458 | { |
| 459 | pm_power_off = spitz_poweroff; | ||
| 460 | arm_pm_restart = spitz_restart; | ||
| 461 | |||
| 437 | PMCR = 0x00; | 462 | PMCR = 0x00; |
| 438 | 463 | ||
| 439 | /* setup sleep mode values */ | 464 | /* setup sleep mode values */ |
diff --git a/arch/arm/mach-pxa/spitz_pm.c b/arch/arm/mach-pxa/spitz_pm.c index 5e5bdc898482..40be833079c7 100644 --- a/arch/arm/mach-pxa/spitz_pm.c +++ b/arch/arm/mach-pxa/spitz_pm.c | |||
| @@ -27,6 +27,13 @@ | |||
| 27 | #include <asm/arch/pxa-regs.h> | 27 | #include <asm/arch/pxa-regs.h> |
| 28 | #include "sharpsl.h" | 28 | #include "sharpsl.h" |
| 29 | 29 | ||
| 30 | #define SHARPSL_CHARGE_ON_VOLT 0x99 /* 2.9V */ | ||
| 31 | #define SHARPSL_CHARGE_ON_TEMP 0xe0 /* 2.9V */ | ||
| 32 | #define SHARPSL_CHARGE_ON_ACIN_HIGH 0x9b /* 6V */ | ||
| 33 | #define SHARPSL_CHARGE_ON_ACIN_LOW 0x34 /* 2V */ | ||
| 34 | #define SHARPSL_FATAL_ACIN_VOLT 182 /* 3.45V */ | ||
| 35 | #define SHARPSL_FATAL_NOACIN_VOLT 170 /* 3.40V */ | ||
| 36 | |||
| 30 | static int spitz_last_ac_status; | 37 | static int spitz_last_ac_status; |
| 31 | 38 | ||
| 32 | static void spitz_charger_init(void) | 39 | static void spitz_charger_init(void) |
| @@ -190,6 +197,7 @@ struct sharpsl_charger_machinfo spitz_pm_machinfo = { | |||
| 190 | .gpio_batlock = SPITZ_GPIO_BAT_COVER, | 197 | .gpio_batlock = SPITZ_GPIO_BAT_COVER, |
| 191 | .gpio_acin = SPITZ_GPIO_AC_IN, | 198 | .gpio_acin = SPITZ_GPIO_AC_IN, |
| 192 | .gpio_batfull = SPITZ_GPIO_CHRG_FULL, | 199 | .gpio_batfull = SPITZ_GPIO_CHRG_FULL, |
| 200 | .batfull_irq = 1, | ||
| 193 | .gpio_fatal = SPITZ_GPIO_FATAL_BAT, | 201 | .gpio_fatal = SPITZ_GPIO_FATAL_BAT, |
| 194 | .discharge = spitz_discharge, | 202 | .discharge = spitz_discharge, |
| 195 | .discharge1 = spitz_discharge1, | 203 | .discharge1 = spitz_discharge1, |
| @@ -200,6 +208,13 @@ struct sharpsl_charger_machinfo spitz_pm_machinfo = { | |||
| 200 | .read_devdata = spitzpm_read_devdata, | 208 | .read_devdata = spitzpm_read_devdata, |
| 201 | .charger_wakeup = spitz_charger_wakeup, | 209 | .charger_wakeup = spitz_charger_wakeup, |
| 202 | .should_wakeup = spitz_should_wakeup, | 210 | .should_wakeup = spitz_should_wakeup, |
| 211 | .backlight_limit = corgibl_limit_intensity, | ||
| 212 | .charge_on_volt = SHARPSL_CHARGE_ON_VOLT, | ||
| 213 | .charge_on_temp = SHARPSL_CHARGE_ON_TEMP, | ||
| 214 | .charge_acin_high = SHARPSL_CHARGE_ON_ACIN_HIGH, | ||
| 215 | .charge_acin_low = SHARPSL_CHARGE_ON_ACIN_LOW, | ||
| 216 | .fatal_acin_volt = SHARPSL_FATAL_ACIN_VOLT, | ||
| 217 | .fatal_noacin_volt= SHARPSL_FATAL_NOACIN_VOLT, | ||
| 203 | .bat_levels = 40, | 218 | .bat_levels = 40, |
| 204 | .bat_levels_noac = spitz_battery_levels_noac, | 219 | .bat_levels_noac = spitz_battery_levels_noac, |
| 205 | .bat_levels_acin = spitz_battery_levels_acin, | 220 | .bat_levels_acin = spitz_battery_levels_acin, |
diff --git a/arch/arm/mach-pxa/tosa.c b/arch/arm/mach-pxa/tosa.c index 76c0e7f0a219..7152bc13680f 100644 --- a/arch/arm/mach-pxa/tosa.c +++ b/arch/arm/mach-pxa/tosa.c | |||
| @@ -19,12 +19,15 @@ | |||
| 19 | #include <linux/fs.h> | 19 | #include <linux/fs.h> |
| 20 | #include <linux/interrupt.h> | 20 | #include <linux/interrupt.h> |
| 21 | #include <linux/mmc/host.h> | 21 | #include <linux/mmc/host.h> |
| 22 | #include <linux/pm.h> | ||
| 23 | #include <linux/delay.h> | ||
| 22 | 24 | ||
| 23 | #include <asm/setup.h> | 25 | #include <asm/setup.h> |
| 24 | #include <asm/memory.h> | 26 | #include <asm/memory.h> |
| 25 | #include <asm/mach-types.h> | 27 | #include <asm/mach-types.h> |
| 26 | #include <asm/hardware.h> | 28 | #include <asm/hardware.h> |
| 27 | #include <asm/irq.h> | 29 | #include <asm/irq.h> |
| 30 | #include <asm/system.h> | ||
| 28 | #include <asm/arch/irda.h> | 31 | #include <asm/arch/irda.h> |
| 29 | #include <asm/arch/mmc.h> | 32 | #include <asm/arch/mmc.h> |
| 30 | #include <asm/arch/udc.h> | 33 | #include <asm/arch/udc.h> |
| @@ -266,8 +269,31 @@ static struct platform_device *devices[] __initdata = { | |||
| 266 | &tosaled_device, | 269 | &tosaled_device, |
| 267 | }; | 270 | }; |
| 268 | 271 | ||
| 272 | static void tosa_poweroff(void) | ||
| 273 | { | ||
| 274 | RCSR = RCSR_HWR | RCSR_WDR | RCSR_SMR | RCSR_GPR; | ||
| 275 | |||
| 276 | pxa_gpio_mode(TOSA_GPIO_ON_RESET | GPIO_OUT); | ||
| 277 | GPSR(TOSA_GPIO_ON_RESET) = GPIO_bit(TOSA_GPIO_ON_RESET); | ||
| 278 | |||
| 279 | mdelay(1000); | ||
| 280 | arm_machine_restart('h'); | ||
| 281 | } | ||
| 282 | |||
| 283 | static void tosa_restart(char mode) | ||
| 284 | { | ||
| 285 | /* Bootloader magic for a reboot */ | ||
| 286 | if((MSC0 & 0xffff0000) == 0x7ff00000) | ||
| 287 | MSC0 = (MSC0 & 0xffff) | 0x7ee00000; | ||
| 288 | |||
| 289 | tosa_poweroff(); | ||
| 290 | } | ||
| 291 | |||
| 269 | static void __init tosa_init(void) | 292 | static void __init tosa_init(void) |
| 270 | { | 293 | { |
| 294 | pm_power_off = tosa_poweroff; | ||
| 295 | arm_pm_restart = tosa_restart; | ||
| 296 | |||
| 271 | pxa_gpio_mode(TOSA_GPIO_ON_RESET | GPIO_IN); | 297 | pxa_gpio_mode(TOSA_GPIO_ON_RESET | GPIO_IN); |
| 272 | pxa_gpio_mode(TOSA_GPIO_TC6393_INT | GPIO_IN); | 298 | pxa_gpio_mode(TOSA_GPIO_TC6393_INT | GPIO_IN); |
| 273 | pxa_gpio_mode(TOSA_GPIO_USB_IN | GPIO_IN); | 299 | pxa_gpio_mode(TOSA_GPIO_USB_IN | GPIO_IN); |
diff --git a/arch/arm/mach-s3c2410/mach-anubis.c b/arch/arm/mach-s3c2410/mach-anubis.c index 52bf718137d4..4a92d6f92d6b 100644 --- a/arch/arm/mach-s3c2410/mach-anubis.c +++ b/arch/arm/mach-s3c2410/mach-anubis.c | |||
| @@ -239,6 +239,54 @@ static struct s3c2410_platform_nand anubis_nand_info = { | |||
| 239 | .select_chip = anubis_nand_select, | 239 | .select_chip = anubis_nand_select, |
| 240 | }; | 240 | }; |
| 241 | 241 | ||
| 242 | /* IDE channels */ | ||
| 243 | |||
| 244 | static struct resource anubis_ide0_resource[] = { | ||
| 245 | { | ||
| 246 | .start = S3C2410_CS3, | ||
| 247 | .end = S3C2410_CS3 + (8*32) - 1, | ||
| 248 | .flags = IORESOURCE_MEM, | ||
| 249 | }, { | ||
| 250 | .start = S3C2410_CS3 + (1<<26), | ||
| 251 | .end = S3C2410_CS3 + (1<<26) + (8*32) - 1, | ||
| 252 | .flags = IORESOURCE_MEM, | ||
| 253 | }, { | ||
| 254 | .start = IRQ_IDE0, | ||
| 255 | .end = IRQ_IDE0, | ||
| 256 | .flags = IORESOURCE_IRQ, | ||
| 257 | }, | ||
| 258 | }; | ||
| 259 | |||
| 260 | static struct platform_device anubis_device_ide0 = { | ||
| 261 | .name = "simtec-ide", | ||
| 262 | .id = 0, | ||
| 263 | .num_resources = ARRAY_SIZE(anubis_ide0_resource), | ||
| 264 | .resource = anubis_ide0_resource, | ||
| 265 | }; | ||
| 266 | |||
| 267 | static struct resource anubis_ide1_resource[] = { | ||
| 268 | { | ||
| 269 | .start = S3C2410_CS4, | ||
| 270 | .end = S3C2410_CS4 + (8*32) - 1, | ||
| 271 | .flags = IORESOURCE_MEM, | ||
| 272 | }, { | ||
| 273 | .start = S3C2410_CS4 + (1<<26), | ||
| 274 | .end = S3C2410_CS4 + (1<<26) + (8*32) - 1, | ||
| 275 | .flags = IORESOURCE_MEM, | ||
| 276 | }, { | ||
| 277 | .start = IRQ_IDE0, | ||
| 278 | .end = IRQ_IDE0, | ||
| 279 | .flags = IORESOURCE_IRQ, | ||
| 280 | }, | ||
| 281 | }; | ||
| 282 | |||
| 283 | |||
| 284 | static struct platform_device anubis_device_ide1 = { | ||
| 285 | .name = "simtec-ide", | ||
| 286 | .id = 1, | ||
| 287 | .num_resources = ARRAY_SIZE(anubis_ide1_resource), | ||
| 288 | .resource = anubis_ide1_resource, | ||
| 289 | }; | ||
| 242 | 290 | ||
| 243 | /* Standard Anubis devices */ | 291 | /* Standard Anubis devices */ |
| 244 | 292 | ||
| @@ -249,6 +297,8 @@ static struct platform_device *anubis_devices[] __initdata = { | |||
| 249 | &s3c_device_i2c, | 297 | &s3c_device_i2c, |
| 250 | &s3c_device_rtc, | 298 | &s3c_device_rtc, |
| 251 | &s3c_device_nand, | 299 | &s3c_device_nand, |
| 300 | &anubis_device_ide0, | ||
| 301 | &anubis_device_ide1, | ||
| 252 | }; | 302 | }; |
| 253 | 303 | ||
| 254 | static struct clk *anubis_clocks[] = { | 304 | static struct clk *anubis_clocks[] = { |
diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig index 1ff2f073a55d..4221d054a1e9 100644 --- a/arch/arm/mm/Kconfig +++ b/arch/arm/mm/Kconfig | |||
| @@ -121,8 +121,8 @@ config CPU_ARM925T | |||
| 121 | # ARM926T | 121 | # ARM926T |
| 122 | config CPU_ARM926T | 122 | config CPU_ARM926T |
| 123 | bool "Support ARM926T processor" | 123 | bool "Support ARM926T processor" |
| 124 | depends on ARCH_INTEGRATOR || ARCH_VERSATILE_PB || MACH_VERSATILE_AB || ARCH_OMAP730 || ARCH_OMAP16XX || MACH_REALVIEW_EB || ARCH_PNX4008 | 124 | depends on ARCH_INTEGRATOR || ARCH_VERSATILE_PB || MACH_VERSATILE_AB || ARCH_OMAP730 || ARCH_OMAP16XX || MACH_REALVIEW_EB || ARCH_PNX4008 || ARCH_NETX |
| 125 | default y if ARCH_VERSATILE_PB || MACH_VERSATILE_AB || ARCH_OMAP730 || ARCH_OMAP16XX || ARCH_PNX4008 | 125 | default y if ARCH_VERSATILE_PB || MACH_VERSATILE_AB || ARCH_OMAP730 || ARCH_OMAP16XX || ARCH_PNX4008 || ARCH_NETX |
| 126 | select CPU_32v5 | 126 | select CPU_32v5 |
| 127 | select CPU_ABRT_EV5TJ | 127 | select CPU_ABRT_EV5TJ |
| 128 | select CPU_CACHE_VIVT | 128 | select CPU_CACHE_VIVT |
