diff options
Diffstat (limited to 'arch')
66 files changed, 4551 insertions, 1406 deletions
diff --git a/arch/avr32/Makefile b/arch/avr32/Makefile index 5b46433d53a5..c9e1f0b47fd3 100644 --- a/arch/avr32/Makefile +++ b/arch/avr32/Makefile | |||
@@ -39,20 +39,6 @@ core-y += arch/avr32/mm/ | |||
39 | drivers-$(CONFIG_OPROFILE) += arch/avr32/oprofile/ | 39 | drivers-$(CONFIG_OPROFILE) += arch/avr32/oprofile/ |
40 | libs-y += arch/avr32/lib/ | 40 | libs-y += arch/avr32/lib/ |
41 | 41 | ||
42 | archincdir-$(CONFIG_PLATFORM_AT32AP) := arch-at32ap | ||
43 | |||
44 | include/asm-avr32/.arch: $(wildcard include/config/platform/*.h) include/config/auto.conf | ||
45 | @echo ' SYMLINK include/asm-avr32/arch -> include/asm-avr32/$(archincdir-y)' | ||
46 | ifneq ($(KBUILD_SRC),) | ||
47 | $(Q)mkdir -p include/asm-avr32 | ||
48 | $(Q)ln -fsn $(srctree)/include/asm-avr32/$(archincdir-y) include/asm-avr32/arch | ||
49 | else | ||
50 | $(Q)ln -fsn $(archincdir-y) include/asm-avr32/arch | ||
51 | endif | ||
52 | @touch $@ | ||
53 | |||
54 | archprepare: include/asm-avr32/.arch | ||
55 | |||
56 | CLEAN_FILES += include/asm-avr32/.arch include/asm-avr32/arch | 42 | CLEAN_FILES += include/asm-avr32/.arch include/asm-avr32/arch |
57 | 43 | ||
58 | BOOT_TARGETS := vmlinux.elf vmlinux.bin uImage uImage.srec | 44 | BOOT_TARGETS := vmlinux.elf vmlinux.bin uImage uImage.srec |
diff --git a/arch/avr32/boards/atngw100/setup.c b/arch/avr32/boards/atngw100/setup.c index 670c87b2db12..b8286f1ce854 100644 --- a/arch/avr32/boards/atngw100/setup.c +++ b/arch/avr32/boards/atngw100/setup.c | |||
@@ -47,7 +47,7 @@ static struct eth_platform_data __initdata eth_data[2]; | |||
47 | static struct spi_board_info spi0_board_info[] __initdata = { | 47 | static struct spi_board_info spi0_board_info[] __initdata = { |
48 | { | 48 | { |
49 | .modalias = "mtd_dataflash", | 49 | .modalias = "mtd_dataflash", |
50 | .max_speed_hz = 10000000, | 50 | .max_speed_hz = 8000000, |
51 | .chip_select = 0, | 51 | .chip_select = 0, |
52 | }, | 52 | }, |
53 | }; | 53 | }; |
diff --git a/arch/avr32/boards/atstk1000/atstk1002.c b/arch/avr32/boards/atstk1000/atstk1002.c index b33542b97563..ee4c292683e1 100644 --- a/arch/avr32/boards/atstk1000/atstk1002.c +++ b/arch/avr32/boards/atstk1000/atstk1002.c | |||
@@ -96,7 +96,7 @@ static struct mtd_partition *nand_part_info(int size, int *num_partitions) | |||
96 | return nand_partitions; | 96 | return nand_partitions; |
97 | } | 97 | } |
98 | 98 | ||
99 | struct atmel_nand_data atstk1006_nand_data __initdata = { | 99 | static struct atmel_nand_data atstk1006_nand_data __initdata = { |
100 | .cle = 21, | 100 | .cle = 21, |
101 | .ale = 22, | 101 | .ale = 22, |
102 | .rdy_pin = GPIO_PIN_PB(30), | 102 | .rdy_pin = GPIO_PIN_PB(30), |
diff --git a/arch/avr32/configs/atngw100_defconfig b/arch/avr32/configs/atngw100_defconfig index 119edb839ac3..541520912c55 100644 --- a/arch/avr32/configs/atngw100_defconfig +++ b/arch/avr32/configs/atngw100_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.26-rc3 | 3 | # Linux kernel version: 2.6.27-rc1 |
4 | # Mon May 26 13:30:59 2008 | 4 | # Tue Aug 5 16:00:47 2008 |
5 | # | 5 | # |
6 | CONFIG_AVR32=y | 6 | CONFIG_AVR32=y |
7 | CONFIG_GENERIC_GPIO=y | 7 | CONFIG_GENERIC_GPIO=y |
@@ -78,10 +78,16 @@ CONFIG_PROFILING=y | |||
78 | CONFIG_OPROFILE=m | 78 | CONFIG_OPROFILE=m |
79 | CONFIG_HAVE_OPROFILE=y | 79 | CONFIG_HAVE_OPROFILE=y |
80 | CONFIG_KPROBES=y | 80 | CONFIG_KPROBES=y |
81 | # CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS is not set | ||
82 | # CONFIG_HAVE_IOREMAP_PROT is not set | ||
81 | CONFIG_HAVE_KPROBES=y | 83 | CONFIG_HAVE_KPROBES=y |
82 | # CONFIG_HAVE_KRETPROBES is not set | 84 | # CONFIG_HAVE_KRETPROBES is not set |
85 | # CONFIG_HAVE_ARCH_TRACEHOOK is not set | ||
83 | # CONFIG_HAVE_DMA_ATTRS is not set | 86 | # CONFIG_HAVE_DMA_ATTRS is not set |
87 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
88 | CONFIG_HAVE_CLK=y | ||
84 | CONFIG_PROC_PAGE_MONITOR=y | 89 | CONFIG_PROC_PAGE_MONITOR=y |
90 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
85 | CONFIG_SLABINFO=y | 91 | CONFIG_SLABINFO=y |
86 | CONFIG_RT_MUTEXES=y | 92 | CONFIG_RT_MUTEXES=y |
87 | # CONFIG_TINY_SHMEM is not set | 93 | # CONFIG_TINY_SHMEM is not set |
@@ -98,6 +104,7 @@ CONFIG_BLOCK=y | |||
98 | # CONFIG_BLK_DEV_IO_TRACE is not set | 104 | # CONFIG_BLK_DEV_IO_TRACE is not set |
99 | # CONFIG_LSF is not set | 105 | # CONFIG_LSF is not set |
100 | # CONFIG_BLK_DEV_BSG is not set | 106 | # CONFIG_BLK_DEV_BSG is not set |
107 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
101 | 108 | ||
102 | # | 109 | # |
103 | # IO Schedulers | 110 | # IO Schedulers |
@@ -142,6 +149,7 @@ CONFIG_PHYS_OFFSET=0x10000000 | |||
142 | CONFIG_PREEMPT_NONE=y | 149 | CONFIG_PREEMPT_NONE=y |
143 | # CONFIG_PREEMPT_VOLUNTARY is not set | 150 | # CONFIG_PREEMPT_VOLUNTARY is not set |
144 | # CONFIG_PREEMPT is not set | 151 | # CONFIG_PREEMPT is not set |
152 | CONFIG_QUICKLIST=y | ||
145 | # CONFIG_HAVE_ARCH_BOOTMEM_NODE is not set | 153 | # CONFIG_HAVE_ARCH_BOOTMEM_NODE is not set |
146 | # CONFIG_ARCH_HAVE_MEMORY_PRESENT is not set | 154 | # CONFIG_ARCH_HAVE_MEMORY_PRESENT is not set |
147 | # CONFIG_NEED_NODE_MEMMAP_SIZE is not set | 155 | # CONFIG_NEED_NODE_MEMMAP_SIZE is not set |
@@ -160,6 +168,7 @@ CONFIG_PAGEFLAGS_EXTENDED=y | |||
160 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 168 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
161 | # CONFIG_RESOURCES_64BIT is not set | 169 | # CONFIG_RESOURCES_64BIT is not set |
162 | CONFIG_ZONE_DMA_FLAG=0 | 170 | CONFIG_ZONE_DMA_FLAG=0 |
171 | CONFIG_NR_QUICK=2 | ||
163 | CONFIG_VIRT_TO_BUS=y | 172 | CONFIG_VIRT_TO_BUS=y |
164 | # CONFIG_OWNERSHIP_TRACE is not set | 173 | # CONFIG_OWNERSHIP_TRACE is not set |
165 | CONFIG_NMI_DEBUGGING=y | 174 | CONFIG_NMI_DEBUGGING=y |
@@ -174,6 +183,12 @@ CONFIG_CMDLINE="" | |||
174 | # | 183 | # |
175 | # Power management options | 184 | # Power management options |
176 | # | 185 | # |
186 | CONFIG_PM=y | ||
187 | # CONFIG_PM_DEBUG is not set | ||
188 | CONFIG_PM_SLEEP=y | ||
189 | CONFIG_SUSPEND=y | ||
190 | CONFIG_SUSPEND_FREEZER=y | ||
191 | CONFIG_ARCH_SUSPEND_POSSIBLE=y | ||
177 | 192 | ||
178 | # | 193 | # |
179 | # CPU Frequency scaling | 194 | # CPU Frequency scaling |
@@ -205,10 +220,6 @@ CONFIG_CPU_FREQ_AT32AP=y | |||
205 | # | 220 | # |
206 | CONFIG_BINFMT_ELF=y | 221 | CONFIG_BINFMT_ELF=y |
207 | # CONFIG_BINFMT_MISC is not set | 222 | # CONFIG_BINFMT_MISC is not set |
208 | |||
209 | # | ||
210 | # Networking | ||
211 | # | ||
212 | CONFIG_NET=y | 223 | CONFIG_NET=y |
213 | 224 | ||
214 | # | 225 | # |
@@ -222,6 +233,7 @@ CONFIG_XFRM_USER=y | |||
222 | # CONFIG_XFRM_SUB_POLICY is not set | 233 | # CONFIG_XFRM_SUB_POLICY is not set |
223 | # CONFIG_XFRM_MIGRATE is not set | 234 | # CONFIG_XFRM_MIGRATE is not set |
224 | # CONFIG_XFRM_STATISTICS is not set | 235 | # CONFIG_XFRM_STATISTICS is not set |
236 | CONFIG_XFRM_IPCOMP=y | ||
225 | CONFIG_NET_KEY=y | 237 | CONFIG_NET_KEY=y |
226 | # CONFIG_NET_KEY_MIGRATE is not set | 238 | # CONFIG_NET_KEY_MIGRATE is not set |
227 | CONFIG_INET=y | 239 | CONFIG_INET=y |
@@ -339,8 +351,10 @@ CONFIG_IP6_NF_MANGLE=m | |||
339 | # CONFIG_IP_SCTP is not set | 351 | # CONFIG_IP_SCTP is not set |
340 | # CONFIG_TIPC is not set | 352 | # CONFIG_TIPC is not set |
341 | # CONFIG_ATM is not set | 353 | # CONFIG_ATM is not set |
354 | CONFIG_STP=m | ||
342 | CONFIG_BRIDGE=m | 355 | CONFIG_BRIDGE=m |
343 | CONFIG_VLAN_8021Q=m | 356 | CONFIG_VLAN_8021Q=m |
357 | # CONFIG_VLAN_8021Q_GVRP is not set | ||
344 | # CONFIG_DECNET is not set | 358 | # CONFIG_DECNET is not set |
345 | CONFIG_LLC=m | 359 | CONFIG_LLC=m |
346 | # CONFIG_LLC2 is not set | 360 | # CONFIG_LLC2 is not set |
@@ -499,7 +513,6 @@ CONFIG_ATMEL_TCB_CLKSRC_BLOCK=0 | |||
499 | # CONFIG_ATA is not set | 513 | # CONFIG_ATA is not set |
500 | # CONFIG_MD is not set | 514 | # CONFIG_MD is not set |
501 | CONFIG_NETDEVICES=y | 515 | CONFIG_NETDEVICES=y |
502 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
503 | # CONFIG_DUMMY is not set | 516 | # CONFIG_DUMMY is not set |
504 | # CONFIG_BONDING is not set | 517 | # CONFIG_BONDING is not set |
505 | # CONFIG_MACVLAN is not set | 518 | # CONFIG_MACVLAN is not set |
@@ -607,21 +620,35 @@ CONFIG_I2C_ALGOBIT=m | |||
607 | # | 620 | # |
608 | # I2C Hardware Bus support | 621 | # I2C Hardware Bus support |
609 | # | 622 | # |
623 | |||
624 | # | ||
625 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
626 | # | ||
610 | CONFIG_I2C_GPIO=m | 627 | CONFIG_I2C_GPIO=m |
611 | # CONFIG_I2C_OCORES is not set | 628 | # CONFIG_I2C_OCORES is not set |
612 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
613 | # CONFIG_I2C_SIMTEC is not set | 629 | # CONFIG_I2C_SIMTEC is not set |
630 | |||
631 | # | ||
632 | # External I2C/SMBus adapter drivers | ||
633 | # | ||
634 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
614 | # CONFIG_I2C_TAOS_EVM is not set | 635 | # CONFIG_I2C_TAOS_EVM is not set |
615 | # CONFIG_I2C_STUB is not set | 636 | |
637 | # | ||
638 | # Other I2C/SMBus bus drivers | ||
639 | # | ||
616 | # CONFIG_I2C_PCA_PLATFORM is not set | 640 | # CONFIG_I2C_PCA_PLATFORM is not set |
641 | # CONFIG_I2C_STUB is not set | ||
617 | 642 | ||
618 | # | 643 | # |
619 | # Miscellaneous I2C Chip support | 644 | # Miscellaneous I2C Chip support |
620 | # | 645 | # |
621 | # CONFIG_DS1682 is not set | 646 | # CONFIG_DS1682 is not set |
647 | CONFIG_AT24=m | ||
622 | # CONFIG_SENSORS_EEPROM is not set | 648 | # CONFIG_SENSORS_EEPROM is not set |
623 | # CONFIG_SENSORS_PCF8574 is not set | 649 | # CONFIG_SENSORS_PCF8574 is not set |
624 | # CONFIG_PCF8575 is not set | 650 | # CONFIG_PCF8575 is not set |
651 | # CONFIG_SENSORS_PCA9539 is not set | ||
625 | # CONFIG_SENSORS_PCF8591 is not set | 652 | # CONFIG_SENSORS_PCF8591 is not set |
626 | # CONFIG_TPS65010 is not set | 653 | # CONFIG_TPS65010 is not set |
627 | # CONFIG_SENSORS_MAX6875 is not set | 654 | # CONFIG_SENSORS_MAX6875 is not set |
@@ -646,27 +673,32 @@ CONFIG_SPI_ATMEL=y | |||
646 | # CONFIG_SPI_AT25 is not set | 673 | # CONFIG_SPI_AT25 is not set |
647 | CONFIG_SPI_SPIDEV=m | 674 | CONFIG_SPI_SPIDEV=m |
648 | # CONFIG_SPI_TLE62X0 is not set | 675 | # CONFIG_SPI_TLE62X0 is not set |
649 | CONFIG_HAVE_GPIO_LIB=y | 676 | CONFIG_ARCH_REQUIRE_GPIOLIB=y |
650 | 677 | CONFIG_GPIOLIB=y | |
651 | # | ||
652 | # GPIO Support | ||
653 | # | ||
654 | # CONFIG_DEBUG_GPIO is not set | 678 | # CONFIG_DEBUG_GPIO is not set |
679 | CONFIG_GPIO_SYSFS=y | ||
655 | 680 | ||
656 | # | 681 | # |
657 | # I2C GPIO expanders: | 682 | # I2C GPIO expanders: |
658 | # | 683 | # |
684 | # CONFIG_GPIO_MAX732X is not set | ||
659 | # CONFIG_GPIO_PCA953X is not set | 685 | # CONFIG_GPIO_PCA953X is not set |
660 | # CONFIG_GPIO_PCF857X is not set | 686 | # CONFIG_GPIO_PCF857X is not set |
661 | 687 | ||
662 | # | 688 | # |
689 | # PCI GPIO expanders: | ||
690 | # | ||
691 | |||
692 | # | ||
663 | # SPI GPIO expanders: | 693 | # SPI GPIO expanders: |
664 | # | 694 | # |
695 | # CONFIG_GPIO_MAX7301 is not set | ||
665 | # CONFIG_GPIO_MCP23S08 is not set | 696 | # CONFIG_GPIO_MCP23S08 is not set |
666 | # CONFIG_W1 is not set | 697 | # CONFIG_W1 is not set |
667 | # CONFIG_POWER_SUPPLY is not set | 698 | # CONFIG_POWER_SUPPLY is not set |
668 | # CONFIG_HWMON is not set | 699 | # CONFIG_HWMON is not set |
669 | # CONFIG_THERMAL is not set | 700 | # CONFIG_THERMAL is not set |
701 | # CONFIG_THERMAL_HWMON is not set | ||
670 | CONFIG_WATCHDOG=y | 702 | CONFIG_WATCHDOG=y |
671 | # CONFIG_WATCHDOG_NOWAYOUT is not set | 703 | # CONFIG_WATCHDOG_NOWAYOUT is not set |
672 | 704 | ||
@@ -685,6 +717,7 @@ CONFIG_SSB_POSSIBLE=y | |||
685 | # | 717 | # |
686 | # Multifunction device drivers | 718 | # Multifunction device drivers |
687 | # | 719 | # |
720 | # CONFIG_MFD_CORE is not set | ||
688 | # CONFIG_MFD_SM501 is not set | 721 | # CONFIG_MFD_SM501 is not set |
689 | # CONFIG_HTC_PASIC3 is not set | 722 | # CONFIG_HTC_PASIC3 is not set |
690 | 723 | ||
@@ -716,10 +749,6 @@ CONFIG_SSB_POSSIBLE=y | |||
716 | # Display device support | 749 | # Display device support |
717 | # | 750 | # |
718 | # CONFIG_DISPLAY_SUPPORT is not set | 751 | # CONFIG_DISPLAY_SUPPORT is not set |
719 | |||
720 | # | ||
721 | # Sound | ||
722 | # | ||
723 | # CONFIG_SOUND is not set | 752 | # CONFIG_SOUND is not set |
724 | CONFIG_USB_SUPPORT=y | 753 | CONFIG_USB_SUPPORT=y |
725 | # CONFIG_USB_ARCH_HAS_HCD is not set | 754 | # CONFIG_USB_ARCH_HAS_HCD is not set |
@@ -740,7 +769,7 @@ CONFIG_USB_GADGET_ATMEL_USBA=y | |||
740 | CONFIG_USB_ATMEL_USBA=y | 769 | CONFIG_USB_ATMEL_USBA=y |
741 | # CONFIG_USB_GADGET_FSL_USB2 is not set | 770 | # CONFIG_USB_GADGET_FSL_USB2 is not set |
742 | # CONFIG_USB_GADGET_NET2280 is not set | 771 | # CONFIG_USB_GADGET_NET2280 is not set |
743 | # CONFIG_USB_GADGET_PXA2XX is not set | 772 | # CONFIG_USB_GADGET_PXA25X is not set |
744 | # CONFIG_USB_GADGET_M66592 is not set | 773 | # CONFIG_USB_GADGET_M66592 is not set |
745 | # CONFIG_USB_GADGET_PXA27X is not set | 774 | # CONFIG_USB_GADGET_PXA27X is not set |
746 | # CONFIG_USB_GADGET_GOKU is not set | 775 | # CONFIG_USB_GADGET_GOKU is not set |
@@ -759,21 +788,24 @@ CONFIG_USB_FILE_STORAGE=m | |||
759 | CONFIG_USB_G_SERIAL=m | 788 | CONFIG_USB_G_SERIAL=m |
760 | # CONFIG_USB_MIDI_GADGET is not set | 789 | # CONFIG_USB_MIDI_GADGET is not set |
761 | # CONFIG_USB_G_PRINTER is not set | 790 | # CONFIG_USB_G_PRINTER is not set |
762 | CONFIG_MMC=m | 791 | CONFIG_USB_CDC_COMPOSITE=m |
792 | CONFIG_MMC=y | ||
763 | # CONFIG_MMC_DEBUG is not set | 793 | # CONFIG_MMC_DEBUG is not set |
764 | # CONFIG_MMC_UNSAFE_RESUME is not set | 794 | # CONFIG_MMC_UNSAFE_RESUME is not set |
765 | 795 | ||
766 | # | 796 | # |
767 | # MMC/SD Card Drivers | 797 | # MMC/SD Card Drivers |
768 | # | 798 | # |
769 | CONFIG_MMC_BLOCK=m | 799 | CONFIG_MMC_BLOCK=y |
770 | CONFIG_MMC_BLOCK_BOUNCE=y | 800 | CONFIG_MMC_BLOCK_BOUNCE=y |
771 | # CONFIG_SDIO_UART is not set | 801 | # CONFIG_SDIO_UART is not set |
772 | # CONFIG_MMC_TEST is not set | 802 | CONFIG_MMC_TEST=m |
773 | 803 | ||
774 | # | 804 | # |
775 | # MMC/SD Host Controller Drivers | 805 | # MMC/SD Host Controller Drivers |
776 | # | 806 | # |
807 | # CONFIG_MMC_SDHCI is not set | ||
808 | CONFIG_MMC_ATMELMCI=y | ||
777 | CONFIG_MMC_SPI=m | 809 | CONFIG_MMC_SPI=m |
778 | # CONFIG_MEMSTICK is not set | 810 | # CONFIG_MEMSTICK is not set |
779 | CONFIG_NEW_LEDS=y | 811 | CONFIG_NEW_LEDS=y |
@@ -783,6 +815,7 @@ CONFIG_LEDS_CLASS=y | |||
783 | # LED drivers | 815 | # LED drivers |
784 | # | 816 | # |
785 | CONFIG_LEDS_GPIO=y | 817 | CONFIG_LEDS_GPIO=y |
818 | # CONFIG_LEDS_PCA955X is not set | ||
786 | 819 | ||
787 | # | 820 | # |
788 | # LED Triggers | 821 | # LED Triggers |
@@ -821,10 +854,13 @@ CONFIG_RTC_INTF_DEV=y | |||
821 | # CONFIG_RTC_DRV_PCF8583 is not set | 854 | # CONFIG_RTC_DRV_PCF8583 is not set |
822 | # CONFIG_RTC_DRV_M41T80 is not set | 855 | # CONFIG_RTC_DRV_M41T80 is not set |
823 | # CONFIG_RTC_DRV_S35390A is not set | 856 | # CONFIG_RTC_DRV_S35390A is not set |
857 | # CONFIG_RTC_DRV_FM3130 is not set | ||
824 | 858 | ||
825 | # | 859 | # |
826 | # SPI RTC drivers | 860 | # SPI RTC drivers |
827 | # | 861 | # |
862 | # CONFIG_RTC_DRV_M41T94 is not set | ||
863 | # CONFIG_RTC_DRV_DS1305 is not set | ||
828 | # CONFIG_RTC_DRV_MAX6902 is not set | 864 | # CONFIG_RTC_DRV_MAX6902 is not set |
829 | # CONFIG_RTC_DRV_R9701 is not set | 865 | # CONFIG_RTC_DRV_R9701 is not set |
830 | # CONFIG_RTC_DRV_RS5C348 is not set | 866 | # CONFIG_RTC_DRV_RS5C348 is not set |
@@ -844,6 +880,19 @@ CONFIG_RTC_INTF_DEV=y | |||
844 | # on-CPU RTC drivers | 880 | # on-CPU RTC drivers |
845 | # | 881 | # |
846 | CONFIG_RTC_DRV_AT32AP700X=y | 882 | CONFIG_RTC_DRV_AT32AP700X=y |
883 | CONFIG_DMADEVICES=y | ||
884 | |||
885 | # | ||
886 | # DMA Devices | ||
887 | # | ||
888 | CONFIG_DW_DMAC=y | ||
889 | CONFIG_DMA_ENGINE=y | ||
890 | |||
891 | # | ||
892 | # DMA Clients | ||
893 | # | ||
894 | # CONFIG_NET_DMA is not set | ||
895 | CONFIG_DMATEST=m | ||
847 | # CONFIG_UIO is not set | 896 | # CONFIG_UIO is not set |
848 | 897 | ||
849 | # | 898 | # |
@@ -921,6 +970,7 @@ CONFIG_JFFS2_RTIME=y | |||
921 | # CONFIG_CRAMFS is not set | 970 | # CONFIG_CRAMFS is not set |
922 | # CONFIG_VXFS_FS is not set | 971 | # CONFIG_VXFS_FS is not set |
923 | # CONFIG_MINIX_FS is not set | 972 | # CONFIG_MINIX_FS is not set |
973 | # CONFIG_OMFS_FS is not set | ||
924 | # CONFIG_HPFS_FS is not set | 974 | # CONFIG_HPFS_FS is not set |
925 | # CONFIG_QNX4FS_FS is not set | 975 | # CONFIG_QNX4FS_FS is not set |
926 | # CONFIG_ROMFS_FS is not set | 976 | # CONFIG_ROMFS_FS is not set |
@@ -931,17 +981,16 @@ CONFIG_NFS_FS=y | |||
931 | CONFIG_NFS_V3=y | 981 | CONFIG_NFS_V3=y |
932 | # CONFIG_NFS_V3_ACL is not set | 982 | # CONFIG_NFS_V3_ACL is not set |
933 | # CONFIG_NFS_V4 is not set | 983 | # CONFIG_NFS_V4 is not set |
984 | CONFIG_ROOT_NFS=y | ||
934 | CONFIG_NFSD=m | 985 | CONFIG_NFSD=m |
935 | CONFIG_NFSD_V3=y | 986 | CONFIG_NFSD_V3=y |
936 | # CONFIG_NFSD_V3_ACL is not set | 987 | # CONFIG_NFSD_V3_ACL is not set |
937 | # CONFIG_NFSD_V4 is not set | 988 | # CONFIG_NFSD_V4 is not set |
938 | CONFIG_ROOT_NFS=y | ||
939 | CONFIG_LOCKD=y | 989 | CONFIG_LOCKD=y |
940 | CONFIG_LOCKD_V4=y | 990 | CONFIG_LOCKD_V4=y |
941 | CONFIG_EXPORTFS=m | 991 | CONFIG_EXPORTFS=m |
942 | CONFIG_NFS_COMMON=y | 992 | CONFIG_NFS_COMMON=y |
943 | CONFIG_SUNRPC=y | 993 | CONFIG_SUNRPC=y |
944 | # CONFIG_SUNRPC_BIND34 is not set | ||
945 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 994 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
946 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 995 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
947 | CONFIG_SMB_FS=m | 996 | CONFIG_SMB_FS=m |
@@ -1017,6 +1066,8 @@ CONFIG_MAGIC_SYSRQ=y | |||
1017 | CONFIG_DEBUG_KERNEL=y | 1066 | CONFIG_DEBUG_KERNEL=y |
1018 | # CONFIG_DEBUG_SHIRQ is not set | 1067 | # CONFIG_DEBUG_SHIRQ is not set |
1019 | CONFIG_DETECT_SOFTLOCKUP=y | 1068 | CONFIG_DETECT_SOFTLOCKUP=y |
1069 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
1070 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
1020 | CONFIG_SCHED_DEBUG=y | 1071 | CONFIG_SCHED_DEBUG=y |
1021 | # CONFIG_SCHEDSTATS is not set | 1072 | # CONFIG_SCHEDSTATS is not set |
1022 | # CONFIG_TIMER_STATS is not set | 1073 | # CONFIG_TIMER_STATS is not set |
@@ -1037,6 +1088,7 @@ CONFIG_DEBUG_BUGVERBOSE=y | |||
1037 | # CONFIG_DEBUG_INFO is not set | 1088 | # CONFIG_DEBUG_INFO is not set |
1038 | # CONFIG_DEBUG_VM is not set | 1089 | # CONFIG_DEBUG_VM is not set |
1039 | # CONFIG_DEBUG_WRITECOUNT is not set | 1090 | # CONFIG_DEBUG_WRITECOUNT is not set |
1091 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
1040 | # CONFIG_DEBUG_LIST is not set | 1092 | # CONFIG_DEBUG_LIST is not set |
1041 | # CONFIG_DEBUG_SG is not set | 1093 | # CONFIG_DEBUG_SG is not set |
1042 | CONFIG_FRAME_POINTER=y | 1094 | CONFIG_FRAME_POINTER=y |
@@ -1101,6 +1153,10 @@ CONFIG_CRYPTO_HMAC=y | |||
1101 | # CONFIG_CRYPTO_MD4 is not set | 1153 | # CONFIG_CRYPTO_MD4 is not set |
1102 | CONFIG_CRYPTO_MD5=y | 1154 | CONFIG_CRYPTO_MD5=y |
1103 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 1155 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
1156 | # CONFIG_CRYPTO_RMD128 is not set | ||
1157 | # CONFIG_CRYPTO_RMD160 is not set | ||
1158 | # CONFIG_CRYPTO_RMD256 is not set | ||
1159 | # CONFIG_CRYPTO_RMD320 is not set | ||
1104 | CONFIG_CRYPTO_SHA1=y | 1160 | CONFIG_CRYPTO_SHA1=y |
1105 | # CONFIG_CRYPTO_SHA256 is not set | 1161 | # CONFIG_CRYPTO_SHA256 is not set |
1106 | # CONFIG_CRYPTO_SHA512 is not set | 1162 | # CONFIG_CRYPTO_SHA512 is not set |
@@ -1141,12 +1197,14 @@ CONFIG_BITREVERSE=y | |||
1141 | # CONFIG_GENERIC_FIND_NEXT_BIT is not set | 1197 | # CONFIG_GENERIC_FIND_NEXT_BIT is not set |
1142 | CONFIG_CRC_CCITT=m | 1198 | CONFIG_CRC_CCITT=m |
1143 | # CONFIG_CRC16 is not set | 1199 | # CONFIG_CRC16 is not set |
1200 | # CONFIG_CRC_T10DIF is not set | ||
1144 | CONFIG_CRC_ITU_T=m | 1201 | CONFIG_CRC_ITU_T=m |
1145 | CONFIG_CRC32=y | 1202 | CONFIG_CRC32=y |
1146 | CONFIG_CRC7=m | 1203 | CONFIG_CRC7=m |
1147 | # CONFIG_LIBCRC32C is not set | 1204 | # CONFIG_LIBCRC32C is not set |
1148 | CONFIG_ZLIB_INFLATE=y | 1205 | CONFIG_ZLIB_INFLATE=y |
1149 | CONFIG_ZLIB_DEFLATE=y | 1206 | CONFIG_ZLIB_DEFLATE=y |
1207 | CONFIG_GENERIC_ALLOCATOR=y | ||
1150 | CONFIG_PLIST=y | 1208 | CONFIG_PLIST=y |
1151 | CONFIG_HAS_IOMEM=y | 1209 | CONFIG_HAS_IOMEM=y |
1152 | CONFIG_HAS_IOPORT=y | 1210 | CONFIG_HAS_IOPORT=y |
diff --git a/arch/avr32/configs/atstk1002_defconfig b/arch/avr32/configs/atstk1002_defconfig index c6d02eac8791..69fce6b6a783 100644 --- a/arch/avr32/configs/atstk1002_defconfig +++ b/arch/avr32/configs/atstk1002_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.26-rc3 | 3 | # Linux kernel version: 2.6.27-rc1 |
4 | # Mon May 26 13:30:20 2008 | 4 | # Mon Aug 4 16:02:27 2008 |
5 | # | 5 | # |
6 | CONFIG_AVR32=y | 6 | CONFIG_AVR32=y |
7 | CONFIG_GENERIC_GPIO=y | 7 | CONFIG_GENERIC_GPIO=y |
@@ -77,10 +77,16 @@ CONFIG_PROFILING=y | |||
77 | CONFIG_OPROFILE=m | 77 | CONFIG_OPROFILE=m |
78 | CONFIG_HAVE_OPROFILE=y | 78 | CONFIG_HAVE_OPROFILE=y |
79 | CONFIG_KPROBES=y | 79 | CONFIG_KPROBES=y |
80 | # CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS is not set | ||
81 | # CONFIG_HAVE_IOREMAP_PROT is not set | ||
80 | CONFIG_HAVE_KPROBES=y | 82 | CONFIG_HAVE_KPROBES=y |
81 | # CONFIG_HAVE_KRETPROBES is not set | 83 | # CONFIG_HAVE_KRETPROBES is not set |
84 | # CONFIG_HAVE_ARCH_TRACEHOOK is not set | ||
82 | # CONFIG_HAVE_DMA_ATTRS is not set | 85 | # CONFIG_HAVE_DMA_ATTRS is not set |
86 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
87 | CONFIG_HAVE_CLK=y | ||
83 | CONFIG_PROC_PAGE_MONITOR=y | 88 | CONFIG_PROC_PAGE_MONITOR=y |
89 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
84 | CONFIG_SLABINFO=y | 90 | CONFIG_SLABINFO=y |
85 | CONFIG_RT_MUTEXES=y | 91 | CONFIG_RT_MUTEXES=y |
86 | # CONFIG_TINY_SHMEM is not set | 92 | # CONFIG_TINY_SHMEM is not set |
@@ -91,12 +97,13 @@ CONFIG_MODULE_UNLOAD=y | |||
91 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 97 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
92 | # CONFIG_MODVERSIONS is not set | 98 | # CONFIG_MODVERSIONS is not set |
93 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 99 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
94 | # CONFIG_KMOD is not set | 100 | CONFIG_KMOD=y |
95 | CONFIG_BLOCK=y | 101 | CONFIG_BLOCK=y |
96 | # CONFIG_LBD is not set | 102 | # CONFIG_LBD is not set |
97 | # CONFIG_BLK_DEV_IO_TRACE is not set | 103 | # CONFIG_BLK_DEV_IO_TRACE is not set |
98 | # CONFIG_LSF is not set | 104 | # CONFIG_LSF is not set |
99 | # CONFIG_BLK_DEV_BSG is not set | 105 | # CONFIG_BLK_DEV_BSG is not set |
106 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
100 | 107 | ||
101 | # | 108 | # |
102 | # IO Schedulers | 109 | # IO Schedulers |
@@ -130,6 +137,7 @@ CONFIG_BOARD_ATSTK1000=y | |||
130 | CONFIG_BOARD_ATSTK1002=y | 137 | CONFIG_BOARD_ATSTK1002=y |
131 | # CONFIG_BOARD_ATSTK1003 is not set | 138 | # CONFIG_BOARD_ATSTK1003 is not set |
132 | # CONFIG_BOARD_ATSTK1004 is not set | 139 | # CONFIG_BOARD_ATSTK1004 is not set |
140 | # CONFIG_BOARD_ATSTK1006 is not set | ||
133 | # CONFIG_BOARD_ATSTK100X_CUSTOM is not set | 141 | # CONFIG_BOARD_ATSTK100X_CUSTOM is not set |
134 | # CONFIG_BOARD_ATSTK100X_SPI1 is not set | 142 | # CONFIG_BOARD_ATSTK100X_SPI1 is not set |
135 | # CONFIG_BOARD_ATSTK1000_J2_LED is not set | 143 | # CONFIG_BOARD_ATSTK1000_J2_LED is not set |
@@ -150,6 +158,7 @@ CONFIG_PHYS_OFFSET=0x10000000 | |||
150 | CONFIG_PREEMPT_NONE=y | 158 | CONFIG_PREEMPT_NONE=y |
151 | # CONFIG_PREEMPT_VOLUNTARY is not set | 159 | # CONFIG_PREEMPT_VOLUNTARY is not set |
152 | # CONFIG_PREEMPT is not set | 160 | # CONFIG_PREEMPT is not set |
161 | CONFIG_QUICKLIST=y | ||
153 | # CONFIG_HAVE_ARCH_BOOTMEM_NODE is not set | 162 | # CONFIG_HAVE_ARCH_BOOTMEM_NODE is not set |
154 | # CONFIG_ARCH_HAVE_MEMORY_PRESENT is not set | 163 | # CONFIG_ARCH_HAVE_MEMORY_PRESENT is not set |
155 | # CONFIG_NEED_NODE_MEMMAP_SIZE is not set | 164 | # CONFIG_NEED_NODE_MEMMAP_SIZE is not set |
@@ -168,6 +177,7 @@ CONFIG_PAGEFLAGS_EXTENDED=y | |||
168 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 177 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
169 | # CONFIG_RESOURCES_64BIT is not set | 178 | # CONFIG_RESOURCES_64BIT is not set |
170 | CONFIG_ZONE_DMA_FLAG=0 | 179 | CONFIG_ZONE_DMA_FLAG=0 |
180 | CONFIG_NR_QUICK=2 | ||
171 | CONFIG_VIRT_TO_BUS=y | 181 | CONFIG_VIRT_TO_BUS=y |
172 | # CONFIG_OWNERSHIP_TRACE is not set | 182 | # CONFIG_OWNERSHIP_TRACE is not set |
173 | CONFIG_NMI_DEBUGGING=y | 183 | CONFIG_NMI_DEBUGGING=y |
@@ -182,6 +192,12 @@ CONFIG_CMDLINE="" | |||
182 | # | 192 | # |
183 | # Power management options | 193 | # Power management options |
184 | # | 194 | # |
195 | CONFIG_PM=y | ||
196 | # CONFIG_PM_DEBUG is not set | ||
197 | CONFIG_PM_SLEEP=y | ||
198 | CONFIG_SUSPEND=y | ||
199 | CONFIG_SUSPEND_FREEZER=y | ||
200 | CONFIG_ARCH_SUSPEND_POSSIBLE=y | ||
185 | 201 | ||
186 | # | 202 | # |
187 | # CPU Frequency scaling | 203 | # CPU Frequency scaling |
@@ -213,10 +229,6 @@ CONFIG_CPU_FREQ_AT32AP=y | |||
213 | # | 229 | # |
214 | CONFIG_BINFMT_ELF=y | 230 | CONFIG_BINFMT_ELF=y |
215 | # CONFIG_BINFMT_MISC is not set | 231 | # CONFIG_BINFMT_MISC is not set |
216 | |||
217 | # | ||
218 | # Networking | ||
219 | # | ||
220 | CONFIG_NET=y | 232 | CONFIG_NET=y |
221 | 233 | ||
222 | # | 234 | # |
@@ -230,6 +242,7 @@ CONFIG_XFRM_USER=m | |||
230 | # CONFIG_XFRM_SUB_POLICY is not set | 242 | # CONFIG_XFRM_SUB_POLICY is not set |
231 | # CONFIG_XFRM_MIGRATE is not set | 243 | # CONFIG_XFRM_MIGRATE is not set |
232 | # CONFIG_XFRM_STATISTICS is not set | 244 | # CONFIG_XFRM_STATISTICS is not set |
245 | CONFIG_XFRM_IPCOMP=m | ||
233 | CONFIG_NET_KEY=m | 246 | CONFIG_NET_KEY=m |
234 | # CONFIG_NET_KEY_MIGRATE is not set | 247 | # CONFIG_NET_KEY_MIGRATE is not set |
235 | CONFIG_INET=y | 248 | CONFIG_INET=y |
@@ -284,6 +297,7 @@ CONFIG_IPV6_TUNNEL=m | |||
284 | # CONFIG_IP_SCTP is not set | 297 | # CONFIG_IP_SCTP is not set |
285 | # CONFIG_TIPC is not set | 298 | # CONFIG_TIPC is not set |
286 | # CONFIG_ATM is not set | 299 | # CONFIG_ATM is not set |
300 | CONFIG_STP=m | ||
287 | CONFIG_BRIDGE=m | 301 | CONFIG_BRIDGE=m |
288 | # CONFIG_VLAN_8021Q is not set | 302 | # CONFIG_VLAN_8021Q is not set |
289 | # CONFIG_DECNET is not set | 303 | # CONFIG_DECNET is not set |
@@ -474,6 +488,7 @@ CONFIG_SCSI_WAIT_SCAN=m | |||
474 | # CONFIG_SCSI_SAS_LIBSAS is not set | 488 | # CONFIG_SCSI_SAS_LIBSAS is not set |
475 | # CONFIG_SCSI_SRP_ATTRS is not set | 489 | # CONFIG_SCSI_SRP_ATTRS is not set |
476 | # CONFIG_SCSI_LOWLEVEL is not set | 490 | # CONFIG_SCSI_LOWLEVEL is not set |
491 | # CONFIG_SCSI_DH is not set | ||
477 | CONFIG_ATA=m | 492 | CONFIG_ATA=m |
478 | # CONFIG_ATA_NONSTANDARD is not set | 493 | # CONFIG_ATA_NONSTANDARD is not set |
479 | # CONFIG_SATA_PMP is not set | 494 | # CONFIG_SATA_PMP is not set |
@@ -483,7 +498,6 @@ CONFIG_PATA_AT32=m | |||
483 | # CONFIG_PATA_PLATFORM is not set | 498 | # CONFIG_PATA_PLATFORM is not set |
484 | # CONFIG_MD is not set | 499 | # CONFIG_MD is not set |
485 | CONFIG_NETDEVICES=y | 500 | CONFIG_NETDEVICES=y |
486 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
487 | # CONFIG_DUMMY is not set | 501 | # CONFIG_DUMMY is not set |
488 | # CONFIG_BONDING is not set | 502 | # CONFIG_BONDING is not set |
489 | # CONFIG_MACVLAN is not set | 503 | # CONFIG_MACVLAN is not set |
@@ -625,21 +639,35 @@ CONFIG_I2C_ALGOBIT=m | |||
625 | # | 639 | # |
626 | # I2C Hardware Bus support | 640 | # I2C Hardware Bus support |
627 | # | 641 | # |
642 | |||
643 | # | ||
644 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
645 | # | ||
628 | CONFIG_I2C_GPIO=m | 646 | CONFIG_I2C_GPIO=m |
629 | # CONFIG_I2C_OCORES is not set | 647 | # CONFIG_I2C_OCORES is not set |
630 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
631 | # CONFIG_I2C_SIMTEC is not set | 648 | # CONFIG_I2C_SIMTEC is not set |
649 | |||
650 | # | ||
651 | # External I2C/SMBus adapter drivers | ||
652 | # | ||
653 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
632 | # CONFIG_I2C_TAOS_EVM is not set | 654 | # CONFIG_I2C_TAOS_EVM is not set |
633 | # CONFIG_I2C_STUB is not set | 655 | |
656 | # | ||
657 | # Other I2C/SMBus bus drivers | ||
658 | # | ||
634 | # CONFIG_I2C_PCA_PLATFORM is not set | 659 | # CONFIG_I2C_PCA_PLATFORM is not set |
660 | # CONFIG_I2C_STUB is not set | ||
635 | 661 | ||
636 | # | 662 | # |
637 | # Miscellaneous I2C Chip support | 663 | # Miscellaneous I2C Chip support |
638 | # | 664 | # |
639 | # CONFIG_DS1682 is not set | 665 | # CONFIG_DS1682 is not set |
666 | CONFIG_AT24=m | ||
640 | # CONFIG_SENSORS_EEPROM is not set | 667 | # CONFIG_SENSORS_EEPROM is not set |
641 | # CONFIG_SENSORS_PCF8574 is not set | 668 | # CONFIG_SENSORS_PCF8574 is not set |
642 | # CONFIG_PCF8575 is not set | 669 | # CONFIG_PCF8575 is not set |
670 | # CONFIG_SENSORS_PCA9539 is not set | ||
643 | # CONFIG_SENSORS_PCF8591 is not set | 671 | # CONFIG_SENSORS_PCF8591 is not set |
644 | # CONFIG_TPS65010 is not set | 672 | # CONFIG_TPS65010 is not set |
645 | # CONFIG_SENSORS_MAX6875 is not set | 673 | # CONFIG_SENSORS_MAX6875 is not set |
@@ -664,27 +692,32 @@ CONFIG_SPI_ATMEL=y | |||
664 | # CONFIG_SPI_AT25 is not set | 692 | # CONFIG_SPI_AT25 is not set |
665 | CONFIG_SPI_SPIDEV=m | 693 | CONFIG_SPI_SPIDEV=m |
666 | # CONFIG_SPI_TLE62X0 is not set | 694 | # CONFIG_SPI_TLE62X0 is not set |
667 | CONFIG_HAVE_GPIO_LIB=y | 695 | CONFIG_ARCH_REQUIRE_GPIOLIB=y |
668 | 696 | CONFIG_GPIOLIB=y | |
669 | # | ||
670 | # GPIO Support | ||
671 | # | ||
672 | # CONFIG_DEBUG_GPIO is not set | 697 | # CONFIG_DEBUG_GPIO is not set |
698 | CONFIG_GPIO_SYSFS=y | ||
673 | 699 | ||
674 | # | 700 | # |
675 | # I2C GPIO expanders: | 701 | # I2C GPIO expanders: |
676 | # | 702 | # |
703 | # CONFIG_GPIO_MAX732X is not set | ||
677 | # CONFIG_GPIO_PCA953X is not set | 704 | # CONFIG_GPIO_PCA953X is not set |
678 | # CONFIG_GPIO_PCF857X is not set | 705 | # CONFIG_GPIO_PCF857X is not set |
679 | 706 | ||
680 | # | 707 | # |
708 | # PCI GPIO expanders: | ||
709 | # | ||
710 | |||
711 | # | ||
681 | # SPI GPIO expanders: | 712 | # SPI GPIO expanders: |
682 | # | 713 | # |
714 | # CONFIG_GPIO_MAX7301 is not set | ||
683 | # CONFIG_GPIO_MCP23S08 is not set | 715 | # CONFIG_GPIO_MCP23S08 is not set |
684 | # CONFIG_W1 is not set | 716 | # CONFIG_W1 is not set |
685 | # CONFIG_POWER_SUPPLY is not set | 717 | # CONFIG_POWER_SUPPLY is not set |
686 | # CONFIG_HWMON is not set | 718 | # CONFIG_HWMON is not set |
687 | # CONFIG_THERMAL is not set | 719 | # CONFIG_THERMAL is not set |
720 | # CONFIG_THERMAL_HWMON is not set | ||
688 | CONFIG_WATCHDOG=y | 721 | CONFIG_WATCHDOG=y |
689 | # CONFIG_WATCHDOG_NOWAYOUT is not set | 722 | # CONFIG_WATCHDOG_NOWAYOUT is not set |
690 | 723 | ||
@@ -703,6 +736,7 @@ CONFIG_SSB_POSSIBLE=y | |||
703 | # | 736 | # |
704 | # Multifunction device drivers | 737 | # Multifunction device drivers |
705 | # | 738 | # |
739 | # CONFIG_MFD_CORE is not set | ||
706 | # CONFIG_MFD_SM501 is not set | 740 | # CONFIG_MFD_SM501 is not set |
707 | # CONFIG_HTC_PASIC3 is not set | 741 | # CONFIG_HTC_PASIC3 is not set |
708 | 742 | ||
@@ -754,6 +788,9 @@ CONFIG_FB_ATMEL=y | |||
754 | CONFIG_BACKLIGHT_LCD_SUPPORT=y | 788 | CONFIG_BACKLIGHT_LCD_SUPPORT=y |
755 | CONFIG_LCD_CLASS_DEVICE=y | 789 | CONFIG_LCD_CLASS_DEVICE=y |
756 | CONFIG_LCD_LTV350QV=y | 790 | CONFIG_LCD_LTV350QV=y |
791 | # CONFIG_LCD_ILI9320 is not set | ||
792 | # CONFIG_LCD_VGG2432A4 is not set | ||
793 | # CONFIG_LCD_PLATFORM is not set | ||
757 | # CONFIG_BACKLIGHT_CLASS_DEVICE is not set | 794 | # CONFIG_BACKLIGHT_CLASS_DEVICE is not set |
758 | 795 | ||
759 | # | 796 | # |
@@ -761,15 +798,7 @@ CONFIG_LCD_LTV350QV=y | |||
761 | # | 798 | # |
762 | # CONFIG_DISPLAY_SUPPORT is not set | 799 | # CONFIG_DISPLAY_SUPPORT is not set |
763 | # CONFIG_LOGO is not set | 800 | # CONFIG_LOGO is not set |
764 | |||
765 | # | ||
766 | # Sound | ||
767 | # | ||
768 | CONFIG_SOUND=m | 801 | CONFIG_SOUND=m |
769 | |||
770 | # | ||
771 | # Advanced Linux Sound Architecture | ||
772 | # | ||
773 | CONFIG_SND=m | 802 | CONFIG_SND=m |
774 | CONFIG_SND_TIMER=m | 803 | CONFIG_SND_TIMER=m |
775 | CONFIG_SND_PCM=m | 804 | CONFIG_SND_PCM=m |
@@ -783,37 +812,11 @@ CONFIG_SND_PCM_OSS_PLUGINS=y | |||
783 | # CONFIG_SND_VERBOSE_PROCFS is not set | 812 | # CONFIG_SND_VERBOSE_PROCFS is not set |
784 | # CONFIG_SND_VERBOSE_PRINTK is not set | 813 | # CONFIG_SND_VERBOSE_PRINTK is not set |
785 | # CONFIG_SND_DEBUG is not set | 814 | # CONFIG_SND_DEBUG is not set |
786 | 815 | # CONFIG_SND_DRIVERS is not set | |
787 | # | 816 | CONFIG_SND_SPI=y |
788 | # Generic devices | ||
789 | # | ||
790 | # CONFIG_SND_DUMMY is not set | ||
791 | # CONFIG_SND_MTPAV is not set | ||
792 | # CONFIG_SND_SERIAL_U16550 is not set | ||
793 | # CONFIG_SND_MPU401 is not set | ||
794 | |||
795 | # | ||
796 | # SPI devices | ||
797 | # | ||
798 | CONFIG_SND_AT73C213=m | 817 | CONFIG_SND_AT73C213=m |
799 | CONFIG_SND_AT73C213_TARGET_BITRATE=48000 | 818 | CONFIG_SND_AT73C213_TARGET_BITRATE=48000 |
800 | |||
801 | # | ||
802 | # System on Chip audio support | ||
803 | # | ||
804 | # CONFIG_SND_SOC is not set | 819 | # CONFIG_SND_SOC is not set |
805 | |||
806 | # | ||
807 | # ALSA SoC audio for Freescale SOCs | ||
808 | # | ||
809 | |||
810 | # | ||
811 | # SoC Audio for the Texas Instruments OMAP | ||
812 | # | ||
813 | |||
814 | # | ||
815 | # Open Sound System | ||
816 | # | ||
817 | # CONFIG_SOUND_PRIME is not set | 820 | # CONFIG_SOUND_PRIME is not set |
818 | # CONFIG_HID_SUPPORT is not set | 821 | # CONFIG_HID_SUPPORT is not set |
819 | CONFIG_USB_SUPPORT=y | 822 | CONFIG_USB_SUPPORT=y |
@@ -836,7 +839,7 @@ CONFIG_USB_GADGET_ATMEL_USBA=y | |||
836 | CONFIG_USB_ATMEL_USBA=y | 839 | CONFIG_USB_ATMEL_USBA=y |
837 | # CONFIG_USB_GADGET_FSL_USB2 is not set | 840 | # CONFIG_USB_GADGET_FSL_USB2 is not set |
838 | # CONFIG_USB_GADGET_NET2280 is not set | 841 | # CONFIG_USB_GADGET_NET2280 is not set |
839 | # CONFIG_USB_GADGET_PXA2XX is not set | 842 | # CONFIG_USB_GADGET_PXA25X is not set |
840 | # CONFIG_USB_GADGET_M66592 is not set | 843 | # CONFIG_USB_GADGET_M66592 is not set |
841 | # CONFIG_USB_GADGET_PXA27X is not set | 844 | # CONFIG_USB_GADGET_PXA27X is not set |
842 | # CONFIG_USB_GADGET_GOKU is not set | 845 | # CONFIG_USB_GADGET_GOKU is not set |
@@ -855,21 +858,24 @@ CONFIG_USB_FILE_STORAGE=m | |||
855 | CONFIG_USB_G_SERIAL=m | 858 | CONFIG_USB_G_SERIAL=m |
856 | # CONFIG_USB_MIDI_GADGET is not set | 859 | # CONFIG_USB_MIDI_GADGET is not set |
857 | # CONFIG_USB_G_PRINTER is not set | 860 | # CONFIG_USB_G_PRINTER is not set |
858 | CONFIG_MMC=m | 861 | CONFIG_USB_CDC_COMPOSITE=m |
862 | CONFIG_MMC=y | ||
859 | # CONFIG_MMC_DEBUG is not set | 863 | # CONFIG_MMC_DEBUG is not set |
860 | # CONFIG_MMC_UNSAFE_RESUME is not set | 864 | # CONFIG_MMC_UNSAFE_RESUME is not set |
861 | 865 | ||
862 | # | 866 | # |
863 | # MMC/SD Card Drivers | 867 | # MMC/SD Card Drivers |
864 | # | 868 | # |
865 | CONFIG_MMC_BLOCK=m | 869 | CONFIG_MMC_BLOCK=y |
866 | CONFIG_MMC_BLOCK_BOUNCE=y | 870 | CONFIG_MMC_BLOCK_BOUNCE=y |
867 | # CONFIG_SDIO_UART is not set | 871 | # CONFIG_SDIO_UART is not set |
868 | CONFIG_MMC_TEST=m | 872 | # CONFIG_MMC_TEST is not set |
869 | 873 | ||
870 | # | 874 | # |
871 | # MMC/SD Host Controller Drivers | 875 | # MMC/SD Host Controller Drivers |
872 | # | 876 | # |
877 | # CONFIG_MMC_SDHCI is not set | ||
878 | CONFIG_MMC_ATMELMCI=y | ||
873 | CONFIG_MMC_SPI=m | 879 | CONFIG_MMC_SPI=m |
874 | # CONFIG_MEMSTICK is not set | 880 | # CONFIG_MEMSTICK is not set |
875 | CONFIG_NEW_LEDS=y | 881 | CONFIG_NEW_LEDS=y |
@@ -879,7 +885,9 @@ CONFIG_LEDS_CLASS=m | |||
879 | # LED drivers | 885 | # LED drivers |
880 | # | 886 | # |
881 | CONFIG_LEDS_ATMEL_PWM=m | 887 | CONFIG_LEDS_ATMEL_PWM=m |
888 | # CONFIG_LEDS_PCA9532 is not set | ||
882 | CONFIG_LEDS_GPIO=m | 889 | CONFIG_LEDS_GPIO=m |
890 | # CONFIG_LEDS_PCA955X is not set | ||
883 | 891 | ||
884 | # | 892 | # |
885 | # LED Triggers | 893 | # LED Triggers |
@@ -918,10 +926,13 @@ CONFIG_RTC_INTF_DEV=y | |||
918 | # CONFIG_RTC_DRV_PCF8583 is not set | 926 | # CONFIG_RTC_DRV_PCF8583 is not set |
919 | # CONFIG_RTC_DRV_M41T80 is not set | 927 | # CONFIG_RTC_DRV_M41T80 is not set |
920 | # CONFIG_RTC_DRV_S35390A is not set | 928 | # CONFIG_RTC_DRV_S35390A is not set |
929 | # CONFIG_RTC_DRV_FM3130 is not set | ||
921 | 930 | ||
922 | # | 931 | # |
923 | # SPI RTC drivers | 932 | # SPI RTC drivers |
924 | # | 933 | # |
934 | # CONFIG_RTC_DRV_M41T94 is not set | ||
935 | # CONFIG_RTC_DRV_DS1305 is not set | ||
925 | # CONFIG_RTC_DRV_MAX6902 is not set | 936 | # CONFIG_RTC_DRV_MAX6902 is not set |
926 | # CONFIG_RTC_DRV_R9701 is not set | 937 | # CONFIG_RTC_DRV_R9701 is not set |
927 | # CONFIG_RTC_DRV_RS5C348 is not set | 938 | # CONFIG_RTC_DRV_RS5C348 is not set |
@@ -941,18 +952,31 @@ CONFIG_RTC_INTF_DEV=y | |||
941 | # on-CPU RTC drivers | 952 | # on-CPU RTC drivers |
942 | # | 953 | # |
943 | CONFIG_RTC_DRV_AT32AP700X=y | 954 | CONFIG_RTC_DRV_AT32AP700X=y |
955 | CONFIG_DMADEVICES=y | ||
956 | |||
957 | # | ||
958 | # DMA Devices | ||
959 | # | ||
960 | CONFIG_DW_DMAC=y | ||
961 | CONFIG_DMA_ENGINE=y | ||
962 | |||
963 | # | ||
964 | # DMA Clients | ||
965 | # | ||
966 | # CONFIG_NET_DMA is not set | ||
967 | CONFIG_DMATEST=m | ||
944 | # CONFIG_UIO is not set | 968 | # CONFIG_UIO is not set |
945 | 969 | ||
946 | # | 970 | # |
947 | # File systems | 971 | # File systems |
948 | # | 972 | # |
949 | CONFIG_EXT2_FS=m | 973 | CONFIG_EXT2_FS=y |
950 | # CONFIG_EXT2_FS_XATTR is not set | 974 | # CONFIG_EXT2_FS_XATTR is not set |
951 | # CONFIG_EXT2_FS_XIP is not set | 975 | # CONFIG_EXT2_FS_XIP is not set |
952 | CONFIG_EXT3_FS=m | 976 | CONFIG_EXT3_FS=y |
953 | # CONFIG_EXT3_FS_XATTR is not set | 977 | # CONFIG_EXT3_FS_XATTR is not set |
954 | # CONFIG_EXT4DEV_FS is not set | 978 | # CONFIG_EXT4DEV_FS is not set |
955 | CONFIG_JBD=m | 979 | CONFIG_JBD=y |
956 | # CONFIG_JBD_DEBUG is not set | 980 | # CONFIG_JBD_DEBUG is not set |
957 | # CONFIG_REISERFS_FS is not set | 981 | # CONFIG_REISERFS_FS is not set |
958 | # CONFIG_JFS_FS is not set | 982 | # CONFIG_JFS_FS is not set |
@@ -1018,6 +1042,7 @@ CONFIG_JFFS2_RTIME=y | |||
1018 | # CONFIG_CRAMFS is not set | 1042 | # CONFIG_CRAMFS is not set |
1019 | # CONFIG_VXFS_FS is not set | 1043 | # CONFIG_VXFS_FS is not set |
1020 | CONFIG_MINIX_FS=m | 1044 | CONFIG_MINIX_FS=m |
1045 | # CONFIG_OMFS_FS is not set | ||
1021 | # CONFIG_HPFS_FS is not set | 1046 | # CONFIG_HPFS_FS is not set |
1022 | # CONFIG_QNX4FS_FS is not set | 1047 | # CONFIG_QNX4FS_FS is not set |
1023 | # CONFIG_ROMFS_FS is not set | 1048 | # CONFIG_ROMFS_FS is not set |
@@ -1028,13 +1053,12 @@ CONFIG_NFS_FS=y | |||
1028 | CONFIG_NFS_V3=y | 1053 | CONFIG_NFS_V3=y |
1029 | # CONFIG_NFS_V3_ACL is not set | 1054 | # CONFIG_NFS_V3_ACL is not set |
1030 | # CONFIG_NFS_V4 is not set | 1055 | # CONFIG_NFS_V4 is not set |
1031 | # CONFIG_NFSD is not set | ||
1032 | CONFIG_ROOT_NFS=y | 1056 | CONFIG_ROOT_NFS=y |
1057 | # CONFIG_NFSD is not set | ||
1033 | CONFIG_LOCKD=y | 1058 | CONFIG_LOCKD=y |
1034 | CONFIG_LOCKD_V4=y | 1059 | CONFIG_LOCKD_V4=y |
1035 | CONFIG_NFS_COMMON=y | 1060 | CONFIG_NFS_COMMON=y |
1036 | CONFIG_SUNRPC=y | 1061 | CONFIG_SUNRPC=y |
1037 | # CONFIG_SUNRPC_BIND34 is not set | ||
1038 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 1062 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
1039 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1063 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
1040 | # CONFIG_SMB_FS is not set | 1064 | # CONFIG_SMB_FS is not set |
@@ -1104,6 +1128,8 @@ CONFIG_DEBUG_FS=y | |||
1104 | CONFIG_DEBUG_KERNEL=y | 1128 | CONFIG_DEBUG_KERNEL=y |
1105 | # CONFIG_DEBUG_SHIRQ is not set | 1129 | # CONFIG_DEBUG_SHIRQ is not set |
1106 | CONFIG_DETECT_SOFTLOCKUP=y | 1130 | CONFIG_DETECT_SOFTLOCKUP=y |
1131 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
1132 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
1107 | CONFIG_SCHED_DEBUG=y | 1133 | CONFIG_SCHED_DEBUG=y |
1108 | # CONFIG_SCHEDSTATS is not set | 1134 | # CONFIG_SCHEDSTATS is not set |
1109 | # CONFIG_TIMER_STATS is not set | 1135 | # CONFIG_TIMER_STATS is not set |
@@ -1124,6 +1150,7 @@ CONFIG_DEBUG_BUGVERBOSE=y | |||
1124 | # CONFIG_DEBUG_INFO is not set | 1150 | # CONFIG_DEBUG_INFO is not set |
1125 | # CONFIG_DEBUG_VM is not set | 1151 | # CONFIG_DEBUG_VM is not set |
1126 | # CONFIG_DEBUG_WRITECOUNT is not set | 1152 | # CONFIG_DEBUG_WRITECOUNT is not set |
1153 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
1127 | # CONFIG_DEBUG_LIST is not set | 1154 | # CONFIG_DEBUG_LIST is not set |
1128 | # CONFIG_DEBUG_SG is not set | 1155 | # CONFIG_DEBUG_SG is not set |
1129 | CONFIG_FRAME_POINTER=y | 1156 | CONFIG_FRAME_POINTER=y |
@@ -1188,6 +1215,10 @@ CONFIG_CRYPTO_HMAC=m | |||
1188 | # CONFIG_CRYPTO_MD4 is not set | 1215 | # CONFIG_CRYPTO_MD4 is not set |
1189 | CONFIG_CRYPTO_MD5=m | 1216 | CONFIG_CRYPTO_MD5=m |
1190 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 1217 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
1218 | # CONFIG_CRYPTO_RMD128 is not set | ||
1219 | # CONFIG_CRYPTO_RMD160 is not set | ||
1220 | # CONFIG_CRYPTO_RMD256 is not set | ||
1221 | # CONFIG_CRYPTO_RMD320 is not set | ||
1191 | CONFIG_CRYPTO_SHA1=m | 1222 | CONFIG_CRYPTO_SHA1=m |
1192 | # CONFIG_CRYPTO_SHA256 is not set | 1223 | # CONFIG_CRYPTO_SHA256 is not set |
1193 | # CONFIG_CRYPTO_SHA512 is not set | 1224 | # CONFIG_CRYPTO_SHA512 is not set |
@@ -1228,12 +1259,14 @@ CONFIG_BITREVERSE=y | |||
1228 | # CONFIG_GENERIC_FIND_NEXT_BIT is not set | 1259 | # CONFIG_GENERIC_FIND_NEXT_BIT is not set |
1229 | CONFIG_CRC_CCITT=m | 1260 | CONFIG_CRC_CCITT=m |
1230 | # CONFIG_CRC16 is not set | 1261 | # CONFIG_CRC16 is not set |
1262 | CONFIG_CRC_T10DIF=m | ||
1231 | CONFIG_CRC_ITU_T=m | 1263 | CONFIG_CRC_ITU_T=m |
1232 | CONFIG_CRC32=y | 1264 | CONFIG_CRC32=y |
1233 | CONFIG_CRC7=m | 1265 | CONFIG_CRC7=m |
1234 | # CONFIG_LIBCRC32C is not set | 1266 | # CONFIG_LIBCRC32C is not set |
1235 | CONFIG_ZLIB_INFLATE=y | 1267 | CONFIG_ZLIB_INFLATE=y |
1236 | CONFIG_ZLIB_DEFLATE=y | 1268 | CONFIG_ZLIB_DEFLATE=y |
1269 | CONFIG_GENERIC_ALLOCATOR=y | ||
1237 | CONFIG_PLIST=y | 1270 | CONFIG_PLIST=y |
1238 | CONFIG_HAS_IOMEM=y | 1271 | CONFIG_HAS_IOMEM=y |
1239 | CONFIG_HAS_IOPORT=y | 1272 | CONFIG_HAS_IOPORT=y |
diff --git a/arch/avr32/configs/atstk1003_defconfig b/arch/avr32/configs/atstk1003_defconfig index 5a4ae6b5d28f..5477ed3183b4 100644 --- a/arch/avr32/configs/atstk1003_defconfig +++ b/arch/avr32/configs/atstk1003_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.26-rc3 | 3 | # Linux kernel version: 2.6.27-rc1 |
4 | # Mon May 26 13:33:05 2008 | 4 | # Tue Aug 5 15:34:44 2008 |
5 | # | 5 | # |
6 | CONFIG_AVR32=y | 6 | CONFIG_AVR32=y |
7 | CONFIG_GENERIC_GPIO=y | 7 | CONFIG_GENERIC_GPIO=y |
@@ -80,10 +80,16 @@ CONFIG_PROFILING=y | |||
80 | CONFIG_OPROFILE=m | 80 | CONFIG_OPROFILE=m |
81 | CONFIG_HAVE_OPROFILE=y | 81 | CONFIG_HAVE_OPROFILE=y |
82 | CONFIG_KPROBES=y | 82 | CONFIG_KPROBES=y |
83 | # CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS is not set | ||
84 | # CONFIG_HAVE_IOREMAP_PROT is not set | ||
83 | CONFIG_HAVE_KPROBES=y | 85 | CONFIG_HAVE_KPROBES=y |
84 | # CONFIG_HAVE_KRETPROBES is not set | 86 | # CONFIG_HAVE_KRETPROBES is not set |
87 | # CONFIG_HAVE_ARCH_TRACEHOOK is not set | ||
85 | # CONFIG_HAVE_DMA_ATTRS is not set | 88 | # CONFIG_HAVE_DMA_ATTRS is not set |
89 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
90 | CONFIG_HAVE_CLK=y | ||
86 | CONFIG_PROC_PAGE_MONITOR=y | 91 | CONFIG_PROC_PAGE_MONITOR=y |
92 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
87 | CONFIG_RT_MUTEXES=y | 93 | CONFIG_RT_MUTEXES=y |
88 | # CONFIG_TINY_SHMEM is not set | 94 | # CONFIG_TINY_SHMEM is not set |
89 | CONFIG_BASE_SMALL=1 | 95 | CONFIG_BASE_SMALL=1 |
@@ -93,12 +99,13 @@ CONFIG_MODULE_UNLOAD=y | |||
93 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 99 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
94 | # CONFIG_MODVERSIONS is not set | 100 | # CONFIG_MODVERSIONS is not set |
95 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 101 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
96 | # CONFIG_KMOD is not set | 102 | CONFIG_KMOD=y |
97 | CONFIG_BLOCK=y | 103 | CONFIG_BLOCK=y |
98 | # CONFIG_LBD is not set | 104 | # CONFIG_LBD is not set |
99 | # CONFIG_BLK_DEV_IO_TRACE is not set | 105 | # CONFIG_BLK_DEV_IO_TRACE is not set |
100 | # CONFIG_LSF is not set | 106 | # CONFIG_LSF is not set |
101 | # CONFIG_BLK_DEV_BSG is not set | 107 | # CONFIG_BLK_DEV_BSG is not set |
108 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
102 | 109 | ||
103 | # | 110 | # |
104 | # IO Schedulers | 111 | # IO Schedulers |
@@ -132,6 +139,7 @@ CONFIG_BOARD_ATSTK1000=y | |||
132 | # CONFIG_BOARD_ATSTK1002 is not set | 139 | # CONFIG_BOARD_ATSTK1002 is not set |
133 | CONFIG_BOARD_ATSTK1003=y | 140 | CONFIG_BOARD_ATSTK1003=y |
134 | # CONFIG_BOARD_ATSTK1004 is not set | 141 | # CONFIG_BOARD_ATSTK1004 is not set |
142 | # CONFIG_BOARD_ATSTK1006 is not set | ||
135 | # CONFIG_BOARD_ATSTK100X_CUSTOM is not set | 143 | # CONFIG_BOARD_ATSTK100X_CUSTOM is not set |
136 | # CONFIG_BOARD_ATSTK100X_SPI1 is not set | 144 | # CONFIG_BOARD_ATSTK100X_SPI1 is not set |
137 | # CONFIG_BOARD_ATSTK1000_J2_LED is not set | 145 | # CONFIG_BOARD_ATSTK1000_J2_LED is not set |
@@ -152,6 +160,7 @@ CONFIG_PHYS_OFFSET=0x10000000 | |||
152 | CONFIG_PREEMPT_NONE=y | 160 | CONFIG_PREEMPT_NONE=y |
153 | # CONFIG_PREEMPT_VOLUNTARY is not set | 161 | # CONFIG_PREEMPT_VOLUNTARY is not set |
154 | # CONFIG_PREEMPT is not set | 162 | # CONFIG_PREEMPT is not set |
163 | CONFIG_QUICKLIST=y | ||
155 | # CONFIG_HAVE_ARCH_BOOTMEM_NODE is not set | 164 | # CONFIG_HAVE_ARCH_BOOTMEM_NODE is not set |
156 | # CONFIG_ARCH_HAVE_MEMORY_PRESENT is not set | 165 | # CONFIG_ARCH_HAVE_MEMORY_PRESENT is not set |
157 | # CONFIG_NEED_NODE_MEMMAP_SIZE is not set | 166 | # CONFIG_NEED_NODE_MEMMAP_SIZE is not set |
@@ -170,6 +179,7 @@ CONFIG_PAGEFLAGS_EXTENDED=y | |||
170 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 179 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
171 | # CONFIG_RESOURCES_64BIT is not set | 180 | # CONFIG_RESOURCES_64BIT is not set |
172 | CONFIG_ZONE_DMA_FLAG=0 | 181 | CONFIG_ZONE_DMA_FLAG=0 |
182 | CONFIG_NR_QUICK=2 | ||
173 | CONFIG_VIRT_TO_BUS=y | 183 | CONFIG_VIRT_TO_BUS=y |
174 | # CONFIG_OWNERSHIP_TRACE is not set | 184 | # CONFIG_OWNERSHIP_TRACE is not set |
175 | CONFIG_NMI_DEBUGGING=y | 185 | CONFIG_NMI_DEBUGGING=y |
@@ -184,6 +194,12 @@ CONFIG_CMDLINE="" | |||
184 | # | 194 | # |
185 | # Power management options | 195 | # Power management options |
186 | # | 196 | # |
197 | CONFIG_PM=y | ||
198 | # CONFIG_PM_DEBUG is not set | ||
199 | CONFIG_PM_SLEEP=y | ||
200 | CONFIG_SUSPEND=y | ||
201 | CONFIG_SUSPEND_FREEZER=y | ||
202 | CONFIG_ARCH_SUSPEND_POSSIBLE=y | ||
187 | 203 | ||
188 | # | 204 | # |
189 | # CPU Frequency scaling | 205 | # CPU Frequency scaling |
@@ -215,10 +231,6 @@ CONFIG_CPU_FREQ_AT32AP=y | |||
215 | # | 231 | # |
216 | CONFIG_BINFMT_ELF=y | 232 | CONFIG_BINFMT_ELF=y |
217 | # CONFIG_BINFMT_MISC is not set | 233 | # CONFIG_BINFMT_MISC is not set |
218 | |||
219 | # | ||
220 | # Networking | ||
221 | # | ||
222 | CONFIG_NET=y | 234 | CONFIG_NET=y |
223 | 235 | ||
224 | # | 236 | # |
@@ -449,6 +461,7 @@ CONFIG_SCSI_WAIT_SCAN=m | |||
449 | CONFIG_SCSI_LOWLEVEL=y | 461 | CONFIG_SCSI_LOWLEVEL=y |
450 | # CONFIG_ISCSI_TCP is not set | 462 | # CONFIG_ISCSI_TCP is not set |
451 | # CONFIG_SCSI_DEBUG is not set | 463 | # CONFIG_SCSI_DEBUG is not set |
464 | # CONFIG_SCSI_DH is not set | ||
452 | CONFIG_ATA=m | 465 | CONFIG_ATA=m |
453 | # CONFIG_ATA_NONSTANDARD is not set | 466 | # CONFIG_ATA_NONSTANDARD is not set |
454 | # CONFIG_SATA_PMP is not set | 467 | # CONFIG_SATA_PMP is not set |
@@ -458,7 +471,6 @@ CONFIG_PATA_AT32=m | |||
458 | # CONFIG_PATA_PLATFORM is not set | 471 | # CONFIG_PATA_PLATFORM is not set |
459 | # CONFIG_MD is not set | 472 | # CONFIG_MD is not set |
460 | CONFIG_NETDEVICES=y | 473 | CONFIG_NETDEVICES=y |
461 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
462 | # CONFIG_DUMMY is not set | 474 | # CONFIG_DUMMY is not set |
463 | # CONFIG_BONDING is not set | 475 | # CONFIG_BONDING is not set |
464 | # CONFIG_MACVLAN is not set | 476 | # CONFIG_MACVLAN is not set |
@@ -575,21 +587,35 @@ CONFIG_I2C_ALGOBIT=m | |||
575 | # | 587 | # |
576 | # I2C Hardware Bus support | 588 | # I2C Hardware Bus support |
577 | # | 589 | # |
590 | |||
591 | # | ||
592 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
593 | # | ||
578 | CONFIG_I2C_GPIO=m | 594 | CONFIG_I2C_GPIO=m |
579 | # CONFIG_I2C_OCORES is not set | 595 | # CONFIG_I2C_OCORES is not set |
580 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
581 | # CONFIG_I2C_SIMTEC is not set | 596 | # CONFIG_I2C_SIMTEC is not set |
597 | |||
598 | # | ||
599 | # External I2C/SMBus adapter drivers | ||
600 | # | ||
601 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
582 | # CONFIG_I2C_TAOS_EVM is not set | 602 | # CONFIG_I2C_TAOS_EVM is not set |
583 | # CONFIG_I2C_STUB is not set | 603 | |
604 | # | ||
605 | # Other I2C/SMBus bus drivers | ||
606 | # | ||
584 | # CONFIG_I2C_PCA_PLATFORM is not set | 607 | # CONFIG_I2C_PCA_PLATFORM is not set |
608 | # CONFIG_I2C_STUB is not set | ||
585 | 609 | ||
586 | # | 610 | # |
587 | # Miscellaneous I2C Chip support | 611 | # Miscellaneous I2C Chip support |
588 | # | 612 | # |
589 | # CONFIG_DS1682 is not set | 613 | # CONFIG_DS1682 is not set |
614 | CONFIG_AT24=m | ||
590 | # CONFIG_SENSORS_EEPROM is not set | 615 | # CONFIG_SENSORS_EEPROM is not set |
591 | # CONFIG_SENSORS_PCF8574 is not set | 616 | # CONFIG_SENSORS_PCF8574 is not set |
592 | # CONFIG_PCF8575 is not set | 617 | # CONFIG_PCF8575 is not set |
618 | # CONFIG_SENSORS_PCA9539 is not set | ||
593 | # CONFIG_SENSORS_PCF8591 is not set | 619 | # CONFIG_SENSORS_PCF8591 is not set |
594 | # CONFIG_TPS65010 is not set | 620 | # CONFIG_TPS65010 is not set |
595 | # CONFIG_SENSORS_MAX6875 is not set | 621 | # CONFIG_SENSORS_MAX6875 is not set |
@@ -614,27 +640,32 @@ CONFIG_SPI_ATMEL=y | |||
614 | # CONFIG_SPI_AT25 is not set | 640 | # CONFIG_SPI_AT25 is not set |
615 | CONFIG_SPI_SPIDEV=m | 641 | CONFIG_SPI_SPIDEV=m |
616 | # CONFIG_SPI_TLE62X0 is not set | 642 | # CONFIG_SPI_TLE62X0 is not set |
617 | CONFIG_HAVE_GPIO_LIB=y | 643 | CONFIG_ARCH_REQUIRE_GPIOLIB=y |
618 | 644 | CONFIG_GPIOLIB=y | |
619 | # | ||
620 | # GPIO Support | ||
621 | # | ||
622 | # CONFIG_DEBUG_GPIO is not set | 645 | # CONFIG_DEBUG_GPIO is not set |
646 | CONFIG_GPIO_SYSFS=y | ||
623 | 647 | ||
624 | # | 648 | # |
625 | # I2C GPIO expanders: | 649 | # I2C GPIO expanders: |
626 | # | 650 | # |
651 | # CONFIG_GPIO_MAX732X is not set | ||
627 | # CONFIG_GPIO_PCA953X is not set | 652 | # CONFIG_GPIO_PCA953X is not set |
628 | # CONFIG_GPIO_PCF857X is not set | 653 | # CONFIG_GPIO_PCF857X is not set |
629 | 654 | ||
630 | # | 655 | # |
656 | # PCI GPIO expanders: | ||
657 | # | ||
658 | |||
659 | # | ||
631 | # SPI GPIO expanders: | 660 | # SPI GPIO expanders: |
632 | # | 661 | # |
662 | # CONFIG_GPIO_MAX7301 is not set | ||
633 | # CONFIG_GPIO_MCP23S08 is not set | 663 | # CONFIG_GPIO_MCP23S08 is not set |
634 | # CONFIG_W1 is not set | 664 | # CONFIG_W1 is not set |
635 | # CONFIG_POWER_SUPPLY is not set | 665 | # CONFIG_POWER_SUPPLY is not set |
636 | # CONFIG_HWMON is not set | 666 | # CONFIG_HWMON is not set |
637 | # CONFIG_THERMAL is not set | 667 | # CONFIG_THERMAL is not set |
668 | # CONFIG_THERMAL_HWMON is not set | ||
638 | CONFIG_WATCHDOG=y | 669 | CONFIG_WATCHDOG=y |
639 | # CONFIG_WATCHDOG_NOWAYOUT is not set | 670 | # CONFIG_WATCHDOG_NOWAYOUT is not set |
640 | 671 | ||
@@ -653,6 +684,7 @@ CONFIG_SSB_POSSIBLE=y | |||
653 | # | 684 | # |
654 | # Multifunction device drivers | 685 | # Multifunction device drivers |
655 | # | 686 | # |
687 | # CONFIG_MFD_CORE is not set | ||
656 | # CONFIG_MFD_SM501 is not set | 688 | # CONFIG_MFD_SM501 is not set |
657 | # CONFIG_HTC_PASIC3 is not set | 689 | # CONFIG_HTC_PASIC3 is not set |
658 | 690 | ||
@@ -684,15 +716,7 @@ CONFIG_SSB_POSSIBLE=y | |||
684 | # Display device support | 716 | # Display device support |
685 | # | 717 | # |
686 | # CONFIG_DISPLAY_SUPPORT is not set | 718 | # CONFIG_DISPLAY_SUPPORT is not set |
687 | |||
688 | # | ||
689 | # Sound | ||
690 | # | ||
691 | CONFIG_SOUND=m | 719 | CONFIG_SOUND=m |
692 | |||
693 | # | ||
694 | # Advanced Linux Sound Architecture | ||
695 | # | ||
696 | CONFIG_SND=m | 720 | CONFIG_SND=m |
697 | CONFIG_SND_TIMER=m | 721 | CONFIG_SND_TIMER=m |
698 | CONFIG_SND_PCM=m | 722 | CONFIG_SND_PCM=m |
@@ -706,37 +730,11 @@ CONFIG_SND_SUPPORT_OLD_API=y | |||
706 | CONFIG_SND_VERBOSE_PROCFS=y | 730 | CONFIG_SND_VERBOSE_PROCFS=y |
707 | # CONFIG_SND_VERBOSE_PRINTK is not set | 731 | # CONFIG_SND_VERBOSE_PRINTK is not set |
708 | # CONFIG_SND_DEBUG is not set | 732 | # CONFIG_SND_DEBUG is not set |
709 | 733 | # CONFIG_SND_DRIVERS is not set | |
710 | # | 734 | CONFIG_SND_SPI=y |
711 | # Generic devices | ||
712 | # | ||
713 | # CONFIG_SND_DUMMY is not set | ||
714 | # CONFIG_SND_MTPAV is not set | ||
715 | # CONFIG_SND_SERIAL_U16550 is not set | ||
716 | # CONFIG_SND_MPU401 is not set | ||
717 | |||
718 | # | ||
719 | # SPI devices | ||
720 | # | ||
721 | CONFIG_SND_AT73C213=m | 735 | CONFIG_SND_AT73C213=m |
722 | CONFIG_SND_AT73C213_TARGET_BITRATE=48000 | 736 | CONFIG_SND_AT73C213_TARGET_BITRATE=48000 |
723 | |||
724 | # | ||
725 | # System on Chip audio support | ||
726 | # | ||
727 | # CONFIG_SND_SOC is not set | 737 | # CONFIG_SND_SOC is not set |
728 | |||
729 | # | ||
730 | # ALSA SoC audio for Freescale SOCs | ||
731 | # | ||
732 | |||
733 | # | ||
734 | # SoC Audio for the Texas Instruments OMAP | ||
735 | # | ||
736 | |||
737 | # | ||
738 | # Open Sound System | ||
739 | # | ||
740 | # CONFIG_SOUND_PRIME is not set | 738 | # CONFIG_SOUND_PRIME is not set |
741 | # CONFIG_HID_SUPPORT is not set | 739 | # CONFIG_HID_SUPPORT is not set |
742 | CONFIG_USB_SUPPORT=y | 740 | CONFIG_USB_SUPPORT=y |
@@ -759,7 +757,7 @@ CONFIG_USB_GADGET_ATMEL_USBA=y | |||
759 | CONFIG_USB_ATMEL_USBA=y | 757 | CONFIG_USB_ATMEL_USBA=y |
760 | # CONFIG_USB_GADGET_FSL_USB2 is not set | 758 | # CONFIG_USB_GADGET_FSL_USB2 is not set |
761 | # CONFIG_USB_GADGET_NET2280 is not set | 759 | # CONFIG_USB_GADGET_NET2280 is not set |
762 | # CONFIG_USB_GADGET_PXA2XX is not set | 760 | # CONFIG_USB_GADGET_PXA25X is not set |
763 | # CONFIG_USB_GADGET_M66592 is not set | 761 | # CONFIG_USB_GADGET_M66592 is not set |
764 | # CONFIG_USB_GADGET_PXA27X is not set | 762 | # CONFIG_USB_GADGET_PXA27X is not set |
765 | # CONFIG_USB_GADGET_GOKU is not set | 763 | # CONFIG_USB_GADGET_GOKU is not set |
@@ -778,21 +776,24 @@ CONFIG_USB_FILE_STORAGE=m | |||
778 | CONFIG_USB_G_SERIAL=m | 776 | CONFIG_USB_G_SERIAL=m |
779 | # CONFIG_USB_MIDI_GADGET is not set | 777 | # CONFIG_USB_MIDI_GADGET is not set |
780 | # CONFIG_USB_G_PRINTER is not set | 778 | # CONFIG_USB_G_PRINTER is not set |
781 | CONFIG_MMC=m | 779 | CONFIG_USB_CDC_COMPOSITE=m |
780 | CONFIG_MMC=y | ||
782 | # CONFIG_MMC_DEBUG is not set | 781 | # CONFIG_MMC_DEBUG is not set |
783 | # CONFIG_MMC_UNSAFE_RESUME is not set | 782 | # CONFIG_MMC_UNSAFE_RESUME is not set |
784 | 783 | ||
785 | # | 784 | # |
786 | # MMC/SD Card Drivers | 785 | # MMC/SD Card Drivers |
787 | # | 786 | # |
788 | CONFIG_MMC_BLOCK=m | 787 | CONFIG_MMC_BLOCK=y |
789 | # CONFIG_MMC_BLOCK_BOUNCE is not set | 788 | CONFIG_MMC_BLOCK_BOUNCE=y |
790 | # CONFIG_SDIO_UART is not set | 789 | # CONFIG_SDIO_UART is not set |
791 | # CONFIG_MMC_TEST is not set | 790 | CONFIG_MMC_TEST=m |
792 | 791 | ||
793 | # | 792 | # |
794 | # MMC/SD Host Controller Drivers | 793 | # MMC/SD Host Controller Drivers |
795 | # | 794 | # |
795 | # CONFIG_MMC_SDHCI is not set | ||
796 | CONFIG_MMC_ATMELMCI=y | ||
796 | CONFIG_MMC_SPI=m | 797 | CONFIG_MMC_SPI=m |
797 | # CONFIG_MEMSTICK is not set | 798 | # CONFIG_MEMSTICK is not set |
798 | CONFIG_NEW_LEDS=y | 799 | CONFIG_NEW_LEDS=y |
@@ -802,7 +803,9 @@ CONFIG_LEDS_CLASS=y | |||
802 | # LED drivers | 803 | # LED drivers |
803 | # | 804 | # |
804 | CONFIG_LEDS_ATMEL_PWM=m | 805 | CONFIG_LEDS_ATMEL_PWM=m |
806 | # CONFIG_LEDS_PCA9532 is not set | ||
805 | CONFIG_LEDS_GPIO=y | 807 | CONFIG_LEDS_GPIO=y |
808 | # CONFIG_LEDS_PCA955X is not set | ||
806 | 809 | ||
807 | # | 810 | # |
808 | # LED Triggers | 811 | # LED Triggers |
@@ -841,10 +844,13 @@ CONFIG_RTC_INTF_DEV=y | |||
841 | # CONFIG_RTC_DRV_PCF8583 is not set | 844 | # CONFIG_RTC_DRV_PCF8583 is not set |
842 | # CONFIG_RTC_DRV_M41T80 is not set | 845 | # CONFIG_RTC_DRV_M41T80 is not set |
843 | # CONFIG_RTC_DRV_S35390A is not set | 846 | # CONFIG_RTC_DRV_S35390A is not set |
847 | # CONFIG_RTC_DRV_FM3130 is not set | ||
844 | 848 | ||
845 | # | 849 | # |
846 | # SPI RTC drivers | 850 | # SPI RTC drivers |
847 | # | 851 | # |
852 | # CONFIG_RTC_DRV_M41T94 is not set | ||
853 | # CONFIG_RTC_DRV_DS1305 is not set | ||
848 | # CONFIG_RTC_DRV_MAX6902 is not set | 854 | # CONFIG_RTC_DRV_MAX6902 is not set |
849 | # CONFIG_RTC_DRV_R9701 is not set | 855 | # CONFIG_RTC_DRV_R9701 is not set |
850 | # CONFIG_RTC_DRV_RS5C348 is not set | 856 | # CONFIG_RTC_DRV_RS5C348 is not set |
@@ -864,8 +870,20 @@ CONFIG_RTC_INTF_DEV=y | |||
864 | # on-CPU RTC drivers | 870 | # on-CPU RTC drivers |
865 | # | 871 | # |
866 | CONFIG_RTC_DRV_AT32AP700X=y | 872 | CONFIG_RTC_DRV_AT32AP700X=y |
867 | CONFIG_UIO=m | 873 | CONFIG_DMADEVICES=y |
868 | # CONFIG_UIO_SMX is not set | 874 | |
875 | # | ||
876 | # DMA Devices | ||
877 | # | ||
878 | CONFIG_DW_DMAC=y | ||
879 | CONFIG_DMA_ENGINE=y | ||
880 | |||
881 | # | ||
882 | # DMA Clients | ||
883 | # | ||
884 | # CONFIG_NET_DMA is not set | ||
885 | CONFIG_DMATEST=m | ||
886 | # CONFIG_UIO is not set | ||
869 | 887 | ||
870 | # | 888 | # |
871 | # File systems | 889 | # File systems |
@@ -943,6 +961,7 @@ CONFIG_JFFS2_RTIME=y | |||
943 | # CONFIG_CRAMFS is not set | 961 | # CONFIG_CRAMFS is not set |
944 | # CONFIG_VXFS_FS is not set | 962 | # CONFIG_VXFS_FS is not set |
945 | # CONFIG_MINIX_FS is not set | 963 | # CONFIG_MINIX_FS is not set |
964 | # CONFIG_OMFS_FS is not set | ||
946 | # CONFIG_HPFS_FS is not set | 965 | # CONFIG_HPFS_FS is not set |
947 | # CONFIG_QNX4FS_FS is not set | 966 | # CONFIG_QNX4FS_FS is not set |
948 | # CONFIG_ROMFS_FS is not set | 967 | # CONFIG_ROMFS_FS is not set |
@@ -1011,6 +1030,8 @@ CONFIG_DEBUG_FS=y | |||
1011 | CONFIG_DEBUG_KERNEL=y | 1030 | CONFIG_DEBUG_KERNEL=y |
1012 | # CONFIG_DEBUG_SHIRQ is not set | 1031 | # CONFIG_DEBUG_SHIRQ is not set |
1013 | CONFIG_DETECT_SOFTLOCKUP=y | 1032 | CONFIG_DETECT_SOFTLOCKUP=y |
1033 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
1034 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
1014 | CONFIG_SCHED_DEBUG=y | 1035 | CONFIG_SCHED_DEBUG=y |
1015 | # CONFIG_SCHEDSTATS is not set | 1036 | # CONFIG_SCHEDSTATS is not set |
1016 | # CONFIG_TIMER_STATS is not set | 1037 | # CONFIG_TIMER_STATS is not set |
@@ -1029,6 +1050,7 @@ CONFIG_DEBUG_BUGVERBOSE=y | |||
1029 | # CONFIG_DEBUG_INFO is not set | 1050 | # CONFIG_DEBUG_INFO is not set |
1030 | # CONFIG_DEBUG_VM is not set | 1051 | # CONFIG_DEBUG_VM is not set |
1031 | # CONFIG_DEBUG_WRITECOUNT is not set | 1052 | # CONFIG_DEBUG_WRITECOUNT is not set |
1053 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
1032 | # CONFIG_DEBUG_LIST is not set | 1054 | # CONFIG_DEBUG_LIST is not set |
1033 | # CONFIG_DEBUG_SG is not set | 1055 | # CONFIG_DEBUG_SG is not set |
1034 | CONFIG_FRAME_POINTER=y | 1056 | CONFIG_FRAME_POINTER=y |
@@ -1056,6 +1078,7 @@ CONFIG_BITREVERSE=y | |||
1056 | # CONFIG_GENERIC_FIND_NEXT_BIT is not set | 1078 | # CONFIG_GENERIC_FIND_NEXT_BIT is not set |
1057 | CONFIG_CRC_CCITT=m | 1079 | CONFIG_CRC_CCITT=m |
1058 | # CONFIG_CRC16 is not set | 1080 | # CONFIG_CRC16 is not set |
1081 | CONFIG_CRC_T10DIF=m | ||
1059 | CONFIG_CRC_ITU_T=m | 1082 | CONFIG_CRC_ITU_T=m |
1060 | CONFIG_CRC32=y | 1083 | CONFIG_CRC32=y |
1061 | CONFIG_CRC7=m | 1084 | CONFIG_CRC7=m |
@@ -1063,6 +1086,7 @@ CONFIG_CRC7=m | |||
1063 | CONFIG_AUDIT_GENERIC=y | 1086 | CONFIG_AUDIT_GENERIC=y |
1064 | CONFIG_ZLIB_INFLATE=y | 1087 | CONFIG_ZLIB_INFLATE=y |
1065 | CONFIG_ZLIB_DEFLATE=y | 1088 | CONFIG_ZLIB_DEFLATE=y |
1089 | CONFIG_GENERIC_ALLOCATOR=y | ||
1066 | CONFIG_PLIST=y | 1090 | CONFIG_PLIST=y |
1067 | CONFIG_HAS_IOMEM=y | 1091 | CONFIG_HAS_IOMEM=y |
1068 | CONFIG_HAS_IOPORT=y | 1092 | CONFIG_HAS_IOPORT=y |
diff --git a/arch/avr32/configs/atstk1004_defconfig b/arch/avr32/configs/atstk1004_defconfig index a0912fb7c92e..69e6c0d08ce8 100644 --- a/arch/avr32/configs/atstk1004_defconfig +++ b/arch/avr32/configs/atstk1004_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.26-rc3 | 3 | # Linux kernel version: 2.6.27-rc1 |
4 | # Mon May 26 13:34:57 2008 | 4 | # Tue Aug 5 15:38:56 2008 |
5 | # | 5 | # |
6 | CONFIG_AVR32=y | 6 | CONFIG_AVR32=y |
7 | CONFIG_GENERIC_GPIO=y | 7 | CONFIG_GENERIC_GPIO=y |
@@ -69,10 +69,16 @@ CONFIG_SLOB=y | |||
69 | # CONFIG_PROFILING is not set | 69 | # CONFIG_PROFILING is not set |
70 | # CONFIG_MARKERS is not set | 70 | # CONFIG_MARKERS is not set |
71 | CONFIG_HAVE_OPROFILE=y | 71 | CONFIG_HAVE_OPROFILE=y |
72 | # CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS is not set | ||
73 | # CONFIG_HAVE_IOREMAP_PROT is not set | ||
72 | CONFIG_HAVE_KPROBES=y | 74 | CONFIG_HAVE_KPROBES=y |
73 | # CONFIG_HAVE_KRETPROBES is not set | 75 | # CONFIG_HAVE_KRETPROBES is not set |
76 | # CONFIG_HAVE_ARCH_TRACEHOOK is not set | ||
74 | # CONFIG_HAVE_DMA_ATTRS is not set | 77 | # CONFIG_HAVE_DMA_ATTRS is not set |
78 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
79 | CONFIG_HAVE_CLK=y | ||
75 | # CONFIG_PROC_PAGE_MONITOR is not set | 80 | # CONFIG_PROC_PAGE_MONITOR is not set |
81 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
76 | # CONFIG_TINY_SHMEM is not set | 82 | # CONFIG_TINY_SHMEM is not set |
77 | CONFIG_BASE_SMALL=1 | 83 | CONFIG_BASE_SMALL=1 |
78 | # CONFIG_MODULES is not set | 84 | # CONFIG_MODULES is not set |
@@ -97,6 +103,7 @@ CONFIG_BOARD_ATSTK1000=y | |||
97 | # CONFIG_BOARD_ATSTK1002 is not set | 103 | # CONFIG_BOARD_ATSTK1002 is not set |
98 | # CONFIG_BOARD_ATSTK1003 is not set | 104 | # CONFIG_BOARD_ATSTK1003 is not set |
99 | CONFIG_BOARD_ATSTK1004=y | 105 | CONFIG_BOARD_ATSTK1004=y |
106 | # CONFIG_BOARD_ATSTK1006 is not set | ||
100 | # CONFIG_BOARD_ATSTK100X_CUSTOM is not set | 107 | # CONFIG_BOARD_ATSTK100X_CUSTOM is not set |
101 | # CONFIG_BOARD_ATSTK100X_SPI1 is not set | 108 | # CONFIG_BOARD_ATSTK100X_SPI1 is not set |
102 | # CONFIG_BOARD_ATSTK1000_J2_LED is not set | 109 | # CONFIG_BOARD_ATSTK1000_J2_LED is not set |
@@ -115,6 +122,7 @@ CONFIG_PHYS_OFFSET=0x10000000 | |||
115 | CONFIG_PREEMPT_NONE=y | 122 | CONFIG_PREEMPT_NONE=y |
116 | # CONFIG_PREEMPT_VOLUNTARY is not set | 123 | # CONFIG_PREEMPT_VOLUNTARY is not set |
117 | # CONFIG_PREEMPT is not set | 124 | # CONFIG_PREEMPT is not set |
125 | CONFIG_QUICKLIST=y | ||
118 | # CONFIG_HAVE_ARCH_BOOTMEM_NODE is not set | 126 | # CONFIG_HAVE_ARCH_BOOTMEM_NODE is not set |
119 | # CONFIG_ARCH_HAVE_MEMORY_PRESENT is not set | 127 | # CONFIG_ARCH_HAVE_MEMORY_PRESENT is not set |
120 | # CONFIG_NEED_NODE_MEMMAP_SIZE is not set | 128 | # CONFIG_NEED_NODE_MEMMAP_SIZE is not set |
@@ -133,6 +141,7 @@ CONFIG_PAGEFLAGS_EXTENDED=y | |||
133 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 141 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
134 | # CONFIG_RESOURCES_64BIT is not set | 142 | # CONFIG_RESOURCES_64BIT is not set |
135 | CONFIG_ZONE_DMA_FLAG=0 | 143 | CONFIG_ZONE_DMA_FLAG=0 |
144 | CONFIG_NR_QUICK=2 | ||
136 | CONFIG_VIRT_TO_BUS=y | 145 | CONFIG_VIRT_TO_BUS=y |
137 | # CONFIG_OWNERSHIP_TRACE is not set | 146 | # CONFIG_OWNERSHIP_TRACE is not set |
138 | # CONFIG_NMI_DEBUGGING is not set | 147 | # CONFIG_NMI_DEBUGGING is not set |
@@ -147,6 +156,8 @@ CONFIG_CMDLINE="" | |||
147 | # | 156 | # |
148 | # Power management options | 157 | # Power management options |
149 | # | 158 | # |
159 | # CONFIG_PM is not set | ||
160 | CONFIG_ARCH_SUSPEND_POSSIBLE=y | ||
150 | 161 | ||
151 | # | 162 | # |
152 | # CPU Frequency scaling | 163 | # CPU Frequency scaling |
@@ -164,10 +175,6 @@ CONFIG_CMDLINE="" | |||
164 | # | 175 | # |
165 | CONFIG_BINFMT_ELF=y | 176 | CONFIG_BINFMT_ELF=y |
166 | # CONFIG_BINFMT_MISC is not set | 177 | # CONFIG_BINFMT_MISC is not set |
167 | |||
168 | # | ||
169 | # Networking | ||
170 | # | ||
171 | CONFIG_NET=y | 178 | CONFIG_NET=y |
172 | 179 | ||
173 | # | 180 | # |
@@ -390,24 +397,28 @@ CONFIG_SPI_ATMEL=y | |||
390 | # CONFIG_SPI_AT25 is not set | 397 | # CONFIG_SPI_AT25 is not set |
391 | # CONFIG_SPI_SPIDEV is not set | 398 | # CONFIG_SPI_SPIDEV is not set |
392 | # CONFIG_SPI_TLE62X0 is not set | 399 | # CONFIG_SPI_TLE62X0 is not set |
393 | CONFIG_HAVE_GPIO_LIB=y | 400 | CONFIG_ARCH_REQUIRE_GPIOLIB=y |
401 | CONFIG_GPIOLIB=y | ||
402 | # CONFIG_GPIO_SYSFS is not set | ||
394 | 403 | ||
395 | # | 404 | # |
396 | # GPIO Support | 405 | # I2C GPIO expanders: |
397 | # | 406 | # |
398 | 407 | ||
399 | # | 408 | # |
400 | # I2C GPIO expanders: | 409 | # PCI GPIO expanders: |
401 | # | 410 | # |
402 | 411 | ||
403 | # | 412 | # |
404 | # SPI GPIO expanders: | 413 | # SPI GPIO expanders: |
405 | # | 414 | # |
415 | # CONFIG_GPIO_MAX7301 is not set | ||
406 | # CONFIG_GPIO_MCP23S08 is not set | 416 | # CONFIG_GPIO_MCP23S08 is not set |
407 | # CONFIG_W1 is not set | 417 | # CONFIG_W1 is not set |
408 | # CONFIG_POWER_SUPPLY is not set | 418 | # CONFIG_POWER_SUPPLY is not set |
409 | # CONFIG_HWMON is not set | 419 | # CONFIG_HWMON is not set |
410 | # CONFIG_THERMAL is not set | 420 | # CONFIG_THERMAL is not set |
421 | # CONFIG_THERMAL_HWMON is not set | ||
411 | CONFIG_WATCHDOG=y | 422 | CONFIG_WATCHDOG=y |
412 | # CONFIG_WATCHDOG_NOWAYOUT is not set | 423 | # CONFIG_WATCHDOG_NOWAYOUT is not set |
413 | 424 | ||
@@ -426,6 +437,7 @@ CONFIG_SSB_POSSIBLE=y | |||
426 | # | 437 | # |
427 | # Multifunction device drivers | 438 | # Multifunction device drivers |
428 | # | 439 | # |
440 | # CONFIG_MFD_CORE is not set | ||
429 | # CONFIG_MFD_SM501 is not set | 441 | # CONFIG_MFD_SM501 is not set |
430 | # CONFIG_HTC_PASIC3 is not set | 442 | # CONFIG_HTC_PASIC3 is not set |
431 | 443 | ||
@@ -477,6 +489,9 @@ CONFIG_FB_ATMEL=y | |||
477 | CONFIG_BACKLIGHT_LCD_SUPPORT=y | 489 | CONFIG_BACKLIGHT_LCD_SUPPORT=y |
478 | CONFIG_LCD_CLASS_DEVICE=y | 490 | CONFIG_LCD_CLASS_DEVICE=y |
479 | CONFIG_LCD_LTV350QV=y | 491 | CONFIG_LCD_LTV350QV=y |
492 | # CONFIG_LCD_ILI9320 is not set | ||
493 | # CONFIG_LCD_VGG2432A4 is not set | ||
494 | # CONFIG_LCD_PLATFORM is not set | ||
480 | # CONFIG_BACKLIGHT_CLASS_DEVICE is not set | 495 | # CONFIG_BACKLIGHT_CLASS_DEVICE is not set |
481 | 496 | ||
482 | # | 497 | # |
@@ -484,10 +499,6 @@ CONFIG_LCD_LTV350QV=y | |||
484 | # | 499 | # |
485 | # CONFIG_DISPLAY_SUPPORT is not set | 500 | # CONFIG_DISPLAY_SUPPORT is not set |
486 | # CONFIG_LOGO is not set | 501 | # CONFIG_LOGO is not set |
487 | |||
488 | # | ||
489 | # Sound | ||
490 | # | ||
491 | # CONFIG_SOUND is not set | 502 | # CONFIG_SOUND is not set |
492 | CONFIG_USB_SUPPORT=y | 503 | CONFIG_USB_SUPPORT=y |
493 | # CONFIG_USB_ARCH_HAS_HCD is not set | 504 | # CONFIG_USB_ARCH_HAS_HCD is not set |
@@ -507,7 +518,7 @@ CONFIG_USB_GADGET_ATMEL_USBA=y | |||
507 | CONFIG_USB_ATMEL_USBA=y | 518 | CONFIG_USB_ATMEL_USBA=y |
508 | # CONFIG_USB_GADGET_FSL_USB2 is not set | 519 | # CONFIG_USB_GADGET_FSL_USB2 is not set |
509 | # CONFIG_USB_GADGET_NET2280 is not set | 520 | # CONFIG_USB_GADGET_NET2280 is not set |
510 | # CONFIG_USB_GADGET_PXA2XX is not set | 521 | # CONFIG_USB_GADGET_PXA25X is not set |
511 | # CONFIG_USB_GADGET_M66592 is not set | 522 | # CONFIG_USB_GADGET_M66592 is not set |
512 | # CONFIG_USB_GADGET_PXA27X is not set | 523 | # CONFIG_USB_GADGET_PXA27X is not set |
513 | # CONFIG_USB_GADGET_GOKU is not set | 524 | # CONFIG_USB_GADGET_GOKU is not set |
@@ -525,6 +536,7 @@ CONFIG_USB_ETH=y | |||
525 | # CONFIG_USB_G_SERIAL is not set | 536 | # CONFIG_USB_G_SERIAL is not set |
526 | # CONFIG_USB_MIDI_GADGET is not set | 537 | # CONFIG_USB_MIDI_GADGET is not set |
527 | # CONFIG_USB_G_PRINTER is not set | 538 | # CONFIG_USB_G_PRINTER is not set |
539 | # CONFIG_USB_CDC_COMPOSITE is not set | ||
528 | # CONFIG_MMC is not set | 540 | # CONFIG_MMC is not set |
529 | # CONFIG_MEMSTICK is not set | 541 | # CONFIG_MEMSTICK is not set |
530 | # CONFIG_NEW_LEDS is not set | 542 | # CONFIG_NEW_LEDS is not set |
@@ -547,6 +559,8 @@ CONFIG_RTC_INTF_DEV=y | |||
547 | # | 559 | # |
548 | # SPI RTC drivers | 560 | # SPI RTC drivers |
549 | # | 561 | # |
562 | # CONFIG_RTC_DRV_M41T94 is not set | ||
563 | # CONFIG_RTC_DRV_DS1305 is not set | ||
550 | # CONFIG_RTC_DRV_MAX6902 is not set | 564 | # CONFIG_RTC_DRV_MAX6902 is not set |
551 | # CONFIG_RTC_DRV_R9701 is not set | 565 | # CONFIG_RTC_DRV_R9701 is not set |
552 | # CONFIG_RTC_DRV_RS5C348 is not set | 566 | # CONFIG_RTC_DRV_RS5C348 is not set |
@@ -566,6 +580,7 @@ CONFIG_RTC_INTF_DEV=y | |||
566 | # on-CPU RTC drivers | 580 | # on-CPU RTC drivers |
567 | # | 581 | # |
568 | CONFIG_RTC_DRV_AT32AP700X=y | 582 | CONFIG_RTC_DRV_AT32AP700X=y |
583 | # CONFIG_DMADEVICES is not set | ||
569 | # CONFIG_UIO is not set | 584 | # CONFIG_UIO is not set |
570 | 585 | ||
571 | # | 586 | # |
@@ -620,6 +635,7 @@ CONFIG_MAGIC_SYSRQ=y | |||
620 | # CONFIG_HEADERS_CHECK is not set | 635 | # CONFIG_HEADERS_CHECK is not set |
621 | # CONFIG_DEBUG_KERNEL is not set | 636 | # CONFIG_DEBUG_KERNEL is not set |
622 | # CONFIG_DEBUG_BUGVERBOSE is not set | 637 | # CONFIG_DEBUG_BUGVERBOSE is not set |
638 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
623 | # CONFIG_SAMPLES is not set | 639 | # CONFIG_SAMPLES is not set |
624 | 640 | ||
625 | # | 641 | # |
@@ -638,12 +654,14 @@ CONFIG_BITREVERSE=y | |||
638 | # CONFIG_GENERIC_FIND_NEXT_BIT is not set | 654 | # CONFIG_GENERIC_FIND_NEXT_BIT is not set |
639 | # CONFIG_CRC_CCITT is not set | 655 | # CONFIG_CRC_CCITT is not set |
640 | # CONFIG_CRC16 is not set | 656 | # CONFIG_CRC16 is not set |
657 | # CONFIG_CRC_T10DIF is not set | ||
641 | # CONFIG_CRC_ITU_T is not set | 658 | # CONFIG_CRC_ITU_T is not set |
642 | CONFIG_CRC32=y | 659 | CONFIG_CRC32=y |
643 | # CONFIG_CRC7 is not set | 660 | # CONFIG_CRC7 is not set |
644 | # CONFIG_LIBCRC32C is not set | 661 | # CONFIG_LIBCRC32C is not set |
645 | CONFIG_ZLIB_INFLATE=y | 662 | CONFIG_ZLIB_INFLATE=y |
646 | CONFIG_ZLIB_DEFLATE=y | 663 | CONFIG_ZLIB_DEFLATE=y |
664 | CONFIG_GENERIC_ALLOCATOR=y | ||
647 | CONFIG_HAS_IOMEM=y | 665 | CONFIG_HAS_IOMEM=y |
648 | CONFIG_HAS_IOPORT=y | 666 | CONFIG_HAS_IOPORT=y |
649 | CONFIG_HAS_DMA=y | 667 | CONFIG_HAS_DMA=y |
diff --git a/arch/avr32/configs/atstk1006_defconfig b/arch/avr32/configs/atstk1006_defconfig new file mode 100644 index 000000000000..8b6e54c9946a --- /dev/null +++ b/arch/avr32/configs/atstk1006_defconfig | |||
@@ -0,0 +1,1304 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.27-rc1 | ||
4 | # Tue Aug 5 15:40:26 2008 | ||
5 | # | ||
6 | CONFIG_AVR32=y | ||
7 | CONFIG_GENERIC_GPIO=y | ||
8 | CONFIG_GENERIC_HARDIRQS=y | ||
9 | CONFIG_STACKTRACE_SUPPORT=y | ||
10 | CONFIG_LOCKDEP_SUPPORT=y | ||
11 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | ||
12 | CONFIG_HARDIRQS_SW_RESEND=y | ||
13 | CONFIG_GENERIC_IRQ_PROBE=y | ||
14 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
15 | CONFIG_GENERIC_TIME=y | ||
16 | CONFIG_GENERIC_CLOCKEVENTS=y | ||
17 | # CONFIG_RWSEM_XCHGADD_ALGORITHM is not set | ||
18 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | ||
19 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | ||
20 | CONFIG_GENERIC_HWEIGHT=y | ||
21 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
22 | CONFIG_GENERIC_BUG=y | ||
23 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
24 | |||
25 | # | ||
26 | # General setup | ||
27 | # | ||
28 | CONFIG_EXPERIMENTAL=y | ||
29 | CONFIG_BROKEN_ON_SMP=y | ||
30 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
31 | CONFIG_LOCALVERSION="" | ||
32 | # CONFIG_LOCALVERSION_AUTO is not set | ||
33 | CONFIG_SWAP=y | ||
34 | CONFIG_SYSVIPC=y | ||
35 | CONFIG_SYSVIPC_SYSCTL=y | ||
36 | CONFIG_POSIX_MQUEUE=y | ||
37 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
38 | # CONFIG_TASKSTATS is not set | ||
39 | # CONFIG_AUDIT is not set | ||
40 | # CONFIG_IKCONFIG is not set | ||
41 | CONFIG_LOG_BUF_SHIFT=14 | ||
42 | # CONFIG_CGROUPS is not set | ||
43 | # CONFIG_GROUP_SCHED is not set | ||
44 | CONFIG_SYSFS_DEPRECATED=y | ||
45 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
46 | CONFIG_RELAY=y | ||
47 | # CONFIG_NAMESPACES is not set | ||
48 | CONFIG_BLK_DEV_INITRD=y | ||
49 | CONFIG_INITRAMFS_SOURCE="" | ||
50 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
51 | CONFIG_SYSCTL=y | ||
52 | CONFIG_EMBEDDED=y | ||
53 | # CONFIG_SYSCTL_SYSCALL is not set | ||
54 | CONFIG_KALLSYMS=y | ||
55 | # CONFIG_KALLSYMS_ALL is not set | ||
56 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
57 | CONFIG_HOTPLUG=y | ||
58 | CONFIG_PRINTK=y | ||
59 | CONFIG_BUG=y | ||
60 | CONFIG_ELF_CORE=y | ||
61 | # CONFIG_COMPAT_BRK is not set | ||
62 | # CONFIG_BASE_FULL is not set | ||
63 | CONFIG_FUTEX=y | ||
64 | CONFIG_ANON_INODES=y | ||
65 | CONFIG_EPOLL=y | ||
66 | CONFIG_SIGNALFD=y | ||
67 | CONFIG_TIMERFD=y | ||
68 | CONFIG_EVENTFD=y | ||
69 | CONFIG_SHMEM=y | ||
70 | CONFIG_VM_EVENT_COUNTERS=y | ||
71 | CONFIG_SLUB_DEBUG=y | ||
72 | # CONFIG_SLAB is not set | ||
73 | CONFIG_SLUB=y | ||
74 | # CONFIG_SLOB is not set | ||
75 | CONFIG_PROFILING=y | ||
76 | # CONFIG_MARKERS is not set | ||
77 | CONFIG_OPROFILE=m | ||
78 | CONFIG_HAVE_OPROFILE=y | ||
79 | CONFIG_KPROBES=y | ||
80 | # CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS is not set | ||
81 | # CONFIG_HAVE_IOREMAP_PROT is not set | ||
82 | CONFIG_HAVE_KPROBES=y | ||
83 | # CONFIG_HAVE_KRETPROBES is not set | ||
84 | # CONFIG_HAVE_ARCH_TRACEHOOK is not set | ||
85 | # CONFIG_HAVE_DMA_ATTRS is not set | ||
86 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
87 | CONFIG_HAVE_CLK=y | ||
88 | CONFIG_PROC_PAGE_MONITOR=y | ||
89 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
90 | CONFIG_SLABINFO=y | ||
91 | CONFIG_RT_MUTEXES=y | ||
92 | # CONFIG_TINY_SHMEM is not set | ||
93 | CONFIG_BASE_SMALL=1 | ||
94 | CONFIG_MODULES=y | ||
95 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
96 | CONFIG_MODULE_UNLOAD=y | ||
97 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
98 | # CONFIG_MODVERSIONS is not set | ||
99 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
100 | CONFIG_KMOD=y | ||
101 | CONFIG_BLOCK=y | ||
102 | # CONFIG_LBD is not set | ||
103 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
104 | # CONFIG_LSF is not set | ||
105 | # CONFIG_BLK_DEV_BSG is not set | ||
106 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
107 | |||
108 | # | ||
109 | # IO Schedulers | ||
110 | # | ||
111 | CONFIG_IOSCHED_NOOP=y | ||
112 | # CONFIG_IOSCHED_AS is not set | ||
113 | # CONFIG_IOSCHED_DEADLINE is not set | ||
114 | CONFIG_IOSCHED_CFQ=y | ||
115 | # CONFIG_DEFAULT_AS is not set | ||
116 | # CONFIG_DEFAULT_DEADLINE is not set | ||
117 | CONFIG_DEFAULT_CFQ=y | ||
118 | # CONFIG_DEFAULT_NOOP is not set | ||
119 | CONFIG_DEFAULT_IOSCHED="cfq" | ||
120 | CONFIG_CLASSIC_RCU=y | ||
121 | |||
122 | # | ||
123 | # System Type and features | ||
124 | # | ||
125 | CONFIG_TICK_ONESHOT=y | ||
126 | CONFIG_NO_HZ=y | ||
127 | CONFIG_HIGH_RES_TIMERS=y | ||
128 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | ||
129 | CONFIG_SUBARCH_AVR32B=y | ||
130 | CONFIG_MMU=y | ||
131 | CONFIG_PERFORMANCE_COUNTERS=y | ||
132 | CONFIG_PLATFORM_AT32AP=y | ||
133 | CONFIG_CPU_AT32AP700X=y | ||
134 | CONFIG_CPU_AT32AP7000=y | ||
135 | CONFIG_BOARD_ATSTK1000=y | ||
136 | # CONFIG_BOARD_ATNGW100 is not set | ||
137 | # CONFIG_BOARD_ATSTK1002 is not set | ||
138 | # CONFIG_BOARD_ATSTK1003 is not set | ||
139 | # CONFIG_BOARD_ATSTK1004 is not set | ||
140 | CONFIG_BOARD_ATSTK1006=y | ||
141 | # CONFIG_BOARD_ATSTK100X_CUSTOM is not set | ||
142 | # CONFIG_BOARD_ATSTK100X_SPI1 is not set | ||
143 | # CONFIG_BOARD_ATSTK1000_J2_LED is not set | ||
144 | # CONFIG_BOARD_ATSTK1000_J2_LED8 is not set | ||
145 | # CONFIG_BOARD_ATSTK1000_J2_RGB is not set | ||
146 | CONFIG_BOARD_ATSTK1000_EXTDAC=y | ||
147 | CONFIG_LOADER_U_BOOT=y | ||
148 | |||
149 | # | ||
150 | # Atmel AVR32 AP options | ||
151 | # | ||
152 | # CONFIG_AP700X_32_BIT_SMC is not set | ||
153 | CONFIG_AP700X_16_BIT_SMC=y | ||
154 | # CONFIG_AP700X_8_BIT_SMC is not set | ||
155 | CONFIG_LOAD_ADDRESS=0x10000000 | ||
156 | CONFIG_ENTRY_ADDRESS=0x90000000 | ||
157 | CONFIG_PHYS_OFFSET=0x10000000 | ||
158 | CONFIG_PREEMPT_NONE=y | ||
159 | # CONFIG_PREEMPT_VOLUNTARY is not set | ||
160 | # CONFIG_PREEMPT is not set | ||
161 | CONFIG_QUICKLIST=y | ||
162 | # CONFIG_HAVE_ARCH_BOOTMEM_NODE is not set | ||
163 | # CONFIG_ARCH_HAVE_MEMORY_PRESENT is not set | ||
164 | # CONFIG_NEED_NODE_MEMMAP_SIZE is not set | ||
165 | CONFIG_ARCH_FLATMEM_ENABLE=y | ||
166 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | ||
167 | # CONFIG_ARCH_SPARSEMEM_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_SPARSEMEM_VMEMMAP_ENABLE is not set | ||
176 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
177 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
178 | # CONFIG_RESOURCES_64BIT is not set | ||
179 | CONFIG_ZONE_DMA_FLAG=0 | ||
180 | CONFIG_NR_QUICK=2 | ||
181 | CONFIG_VIRT_TO_BUS=y | ||
182 | # CONFIG_OWNERSHIP_TRACE is not set | ||
183 | CONFIG_NMI_DEBUGGING=y | ||
184 | # CONFIG_HZ_100 is not set | ||
185 | CONFIG_HZ_250=y | ||
186 | # CONFIG_HZ_300 is not set | ||
187 | # CONFIG_HZ_1000 is not set | ||
188 | CONFIG_HZ=250 | ||
189 | # CONFIG_SCHED_HRTICK is not set | ||
190 | CONFIG_CMDLINE="" | ||
191 | |||
192 | # | ||
193 | # Power management options | ||
194 | # | ||
195 | CONFIG_PM=y | ||
196 | # CONFIG_PM_DEBUG is not set | ||
197 | CONFIG_PM_SLEEP=y | ||
198 | CONFIG_SUSPEND=y | ||
199 | CONFIG_SUSPEND_FREEZER=y | ||
200 | CONFIG_ARCH_SUSPEND_POSSIBLE=y | ||
201 | |||
202 | # | ||
203 | # CPU Frequency scaling | ||
204 | # | ||
205 | CONFIG_CPU_FREQ=y | ||
206 | CONFIG_CPU_FREQ_TABLE=y | ||
207 | # CONFIG_CPU_FREQ_DEBUG is not set | ||
208 | # CONFIG_CPU_FREQ_STAT is not set | ||
209 | # CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set | ||
210 | # CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set | ||
211 | # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set | ||
212 | CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y | ||
213 | # CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set | ||
214 | CONFIG_CPU_FREQ_GOV_PERFORMANCE=y | ||
215 | # CONFIG_CPU_FREQ_GOV_POWERSAVE is not set | ||
216 | CONFIG_CPU_FREQ_GOV_USERSPACE=y | ||
217 | CONFIG_CPU_FREQ_GOV_ONDEMAND=y | ||
218 | # CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set | ||
219 | CONFIG_CPU_FREQ_AT32AP=y | ||
220 | |||
221 | # | ||
222 | # Bus options | ||
223 | # | ||
224 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
225 | # CONFIG_PCCARD is not set | ||
226 | |||
227 | # | ||
228 | # Executable file formats | ||
229 | # | ||
230 | CONFIG_BINFMT_ELF=y | ||
231 | # CONFIG_BINFMT_MISC is not set | ||
232 | CONFIG_NET=y | ||
233 | |||
234 | # | ||
235 | # Networking options | ||
236 | # | ||
237 | CONFIG_PACKET=y | ||
238 | CONFIG_PACKET_MMAP=y | ||
239 | CONFIG_UNIX=y | ||
240 | CONFIG_XFRM=y | ||
241 | CONFIG_XFRM_USER=m | ||
242 | # CONFIG_XFRM_SUB_POLICY is not set | ||
243 | # CONFIG_XFRM_MIGRATE is not set | ||
244 | # CONFIG_XFRM_STATISTICS is not set | ||
245 | CONFIG_XFRM_IPCOMP=m | ||
246 | CONFIG_NET_KEY=m | ||
247 | # CONFIG_NET_KEY_MIGRATE is not set | ||
248 | CONFIG_INET=y | ||
249 | # CONFIG_IP_MULTICAST is not set | ||
250 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
251 | CONFIG_IP_FIB_HASH=y | ||
252 | CONFIG_IP_PNP=y | ||
253 | CONFIG_IP_PNP_DHCP=y | ||
254 | # CONFIG_IP_PNP_BOOTP is not set | ||
255 | # CONFIG_IP_PNP_RARP is not set | ||
256 | CONFIG_NET_IPIP=m | ||
257 | CONFIG_NET_IPGRE=m | ||
258 | # CONFIG_ARPD is not set | ||
259 | # CONFIG_SYN_COOKIES is not set | ||
260 | CONFIG_INET_AH=m | ||
261 | CONFIG_INET_ESP=m | ||
262 | # CONFIG_INET_IPCOMP is not set | ||
263 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
264 | CONFIG_INET_TUNNEL=m | ||
265 | CONFIG_INET_XFRM_MODE_TRANSPORT=m | ||
266 | CONFIG_INET_XFRM_MODE_TUNNEL=m | ||
267 | CONFIG_INET_XFRM_MODE_BEET=m | ||
268 | # CONFIG_INET_LRO is not set | ||
269 | CONFIG_INET_DIAG=y | ||
270 | CONFIG_INET_TCP_DIAG=y | ||
271 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
272 | CONFIG_TCP_CONG_CUBIC=y | ||
273 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
274 | # CONFIG_TCP_MD5SIG is not set | ||
275 | CONFIG_IPV6=m | ||
276 | # CONFIG_IPV6_PRIVACY is not set | ||
277 | # CONFIG_IPV6_ROUTER_PREF is not set | ||
278 | # CONFIG_IPV6_OPTIMISTIC_DAD is not set | ||
279 | CONFIG_INET6_AH=m | ||
280 | CONFIG_INET6_ESP=m | ||
281 | CONFIG_INET6_IPCOMP=m | ||
282 | # CONFIG_IPV6_MIP6 is not set | ||
283 | CONFIG_INET6_XFRM_TUNNEL=m | ||
284 | CONFIG_INET6_TUNNEL=m | ||
285 | CONFIG_INET6_XFRM_MODE_TRANSPORT=m | ||
286 | CONFIG_INET6_XFRM_MODE_TUNNEL=m | ||
287 | CONFIG_INET6_XFRM_MODE_BEET=m | ||
288 | # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set | ||
289 | CONFIG_IPV6_SIT=m | ||
290 | CONFIG_IPV6_NDISC_NODETYPE=y | ||
291 | CONFIG_IPV6_TUNNEL=m | ||
292 | # CONFIG_IPV6_MULTIPLE_TABLES is not set | ||
293 | # CONFIG_IPV6_MROUTE is not set | ||
294 | # CONFIG_NETWORK_SECMARK is not set | ||
295 | # CONFIG_NETFILTER is not set | ||
296 | # CONFIG_IP_DCCP is not set | ||
297 | # CONFIG_IP_SCTP is not set | ||
298 | # CONFIG_TIPC is not set | ||
299 | # CONFIG_ATM is not set | ||
300 | CONFIG_STP=m | ||
301 | CONFIG_BRIDGE=m | ||
302 | # CONFIG_VLAN_8021Q is not set | ||
303 | # CONFIG_DECNET is not set | ||
304 | CONFIG_LLC=m | ||
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_ECONET is not set | ||
311 | # CONFIG_WAN_ROUTER is not set | ||
312 | # CONFIG_NET_SCHED is not set | ||
313 | |||
314 | # | ||
315 | # Network testing | ||
316 | # | ||
317 | # CONFIG_NET_PKTGEN is not set | ||
318 | # CONFIG_NET_TCPPROBE is not set | ||
319 | # CONFIG_HAMRADIO is not set | ||
320 | # CONFIG_CAN is not set | ||
321 | # CONFIG_IRDA is not set | ||
322 | # CONFIG_BT is not set | ||
323 | # CONFIG_AF_RXRPC is not set | ||
324 | |||
325 | # | ||
326 | # Wireless | ||
327 | # | ||
328 | # CONFIG_CFG80211 is not set | ||
329 | # CONFIG_WIRELESS_EXT is not set | ||
330 | # CONFIG_MAC80211 is not set | ||
331 | # CONFIG_IEEE80211 is not set | ||
332 | # CONFIG_RFKILL is not set | ||
333 | # CONFIG_NET_9P is not set | ||
334 | |||
335 | # | ||
336 | # Device Drivers | ||
337 | # | ||
338 | |||
339 | # | ||
340 | # Generic Driver Options | ||
341 | # | ||
342 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
343 | CONFIG_STANDALONE=y | ||
344 | # CONFIG_PREVENT_FIRMWARE_BUILD is not set | ||
345 | # CONFIG_FW_LOADER is not set | ||
346 | # CONFIG_DEBUG_DRIVER is not set | ||
347 | # CONFIG_DEBUG_DEVRES is not set | ||
348 | # CONFIG_SYS_HYPERVISOR is not set | ||
349 | # CONFIG_CONNECTOR is not set | ||
350 | CONFIG_MTD=y | ||
351 | # CONFIG_MTD_DEBUG is not set | ||
352 | # CONFIG_MTD_CONCAT is not set | ||
353 | CONFIG_MTD_PARTITIONS=y | ||
354 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
355 | CONFIG_MTD_CMDLINE_PARTS=y | ||
356 | # CONFIG_MTD_AR7_PARTS is not set | ||
357 | |||
358 | # | ||
359 | # User Modules And Translation Layers | ||
360 | # | ||
361 | CONFIG_MTD_CHAR=y | ||
362 | CONFIG_MTD_BLKDEVS=y | ||
363 | CONFIG_MTD_BLOCK=y | ||
364 | # CONFIG_FTL is not set | ||
365 | # CONFIG_NFTL is not set | ||
366 | # CONFIG_INFTL is not set | ||
367 | # CONFIG_RFD_FTL is not set | ||
368 | # CONFIG_SSFDC is not set | ||
369 | # CONFIG_MTD_OOPS is not set | ||
370 | |||
371 | # | ||
372 | # RAM/ROM/Flash chip drivers | ||
373 | # | ||
374 | CONFIG_MTD_CFI=y | ||
375 | # CONFIG_MTD_JEDECPROBE is not set | ||
376 | CONFIG_MTD_GEN_PROBE=y | ||
377 | # CONFIG_MTD_CFI_ADV_OPTIONS is not set | ||
378 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
379 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
380 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
381 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
382 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
383 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
384 | CONFIG_MTD_CFI_I1=y | ||
385 | CONFIG_MTD_CFI_I2=y | ||
386 | # CONFIG_MTD_CFI_I4 is not set | ||
387 | # CONFIG_MTD_CFI_I8 is not set | ||
388 | # CONFIG_MTD_CFI_INTELEXT is not set | ||
389 | CONFIG_MTD_CFI_AMDSTD=y | ||
390 | # CONFIG_MTD_CFI_STAA is not set | ||
391 | CONFIG_MTD_CFI_UTIL=y | ||
392 | # CONFIG_MTD_RAM is not set | ||
393 | # CONFIG_MTD_ROM is not set | ||
394 | # CONFIG_MTD_ABSENT is not set | ||
395 | |||
396 | # | ||
397 | # Mapping drivers for chip access | ||
398 | # | ||
399 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
400 | CONFIG_MTD_PHYSMAP=y | ||
401 | CONFIG_MTD_PHYSMAP_START=0x8000000 | ||
402 | CONFIG_MTD_PHYSMAP_LEN=0x0 | ||
403 | CONFIG_MTD_PHYSMAP_BANKWIDTH=2 | ||
404 | # CONFIG_MTD_PLATRAM is not set | ||
405 | |||
406 | # | ||
407 | # Self-contained MTD device drivers | ||
408 | # | ||
409 | CONFIG_MTD_DATAFLASH=m | ||
410 | CONFIG_MTD_M25P80=m | ||
411 | CONFIG_M25PXX_USE_FAST_READ=y | ||
412 | # CONFIG_MTD_SLRAM is not set | ||
413 | # CONFIG_MTD_PHRAM is not set | ||
414 | # CONFIG_MTD_MTDRAM is not set | ||
415 | # CONFIG_MTD_BLOCK2MTD is not set | ||
416 | |||
417 | # | ||
418 | # Disk-On-Chip Device Drivers | ||
419 | # | ||
420 | # CONFIG_MTD_DOC2000 is not set | ||
421 | # CONFIG_MTD_DOC2001 is not set | ||
422 | # CONFIG_MTD_DOC2001PLUS is not set | ||
423 | CONFIG_MTD_NAND=y | ||
424 | # CONFIG_MTD_NAND_VERIFY_WRITE is not set | ||
425 | # CONFIG_MTD_NAND_ECC_SMC is not set | ||
426 | # CONFIG_MTD_NAND_MUSEUM_IDS is not set | ||
427 | CONFIG_MTD_NAND_IDS=y | ||
428 | # CONFIG_MTD_NAND_DISKONCHIP is not set | ||
429 | CONFIG_MTD_NAND_ATMEL=y | ||
430 | CONFIG_MTD_NAND_ATMEL_ECC_HW=y | ||
431 | # CONFIG_MTD_NAND_ATMEL_ECC_SOFT is not set | ||
432 | # CONFIG_MTD_NAND_ATMEL_ECC_NONE is not set | ||
433 | # CONFIG_MTD_NAND_NANDSIM is not set | ||
434 | # CONFIG_MTD_NAND_PLATFORM is not set | ||
435 | # CONFIG_MTD_ONENAND is not set | ||
436 | |||
437 | # | ||
438 | # UBI - Unsorted block images | ||
439 | # | ||
440 | CONFIG_MTD_UBI=y | ||
441 | CONFIG_MTD_UBI_WL_THRESHOLD=4096 | ||
442 | CONFIG_MTD_UBI_BEB_RESERVE=1 | ||
443 | # CONFIG_MTD_UBI_GLUEBI is not set | ||
444 | |||
445 | # | ||
446 | # UBI debugging options | ||
447 | # | ||
448 | # CONFIG_MTD_UBI_DEBUG is not set | ||
449 | # CONFIG_PARPORT is not set | ||
450 | CONFIG_BLK_DEV=y | ||
451 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
452 | CONFIG_BLK_DEV_LOOP=m | ||
453 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
454 | CONFIG_BLK_DEV_NBD=m | ||
455 | CONFIG_BLK_DEV_RAM=m | ||
456 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
457 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
458 | # CONFIG_BLK_DEV_XIP is not set | ||
459 | # CONFIG_CDROM_PKTCDVD is not set | ||
460 | # CONFIG_ATA_OVER_ETH is not set | ||
461 | CONFIG_MISC_DEVICES=y | ||
462 | CONFIG_ATMEL_PWM=m | ||
463 | CONFIG_ATMEL_TCLIB=y | ||
464 | CONFIG_ATMEL_TCB_CLKSRC=y | ||
465 | CONFIG_ATMEL_TCB_CLKSRC_BLOCK=0 | ||
466 | # CONFIG_EEPROM_93CX6 is not set | ||
467 | CONFIG_ATMEL_SSC=m | ||
468 | # CONFIG_ENCLOSURE_SERVICES is not set | ||
469 | # CONFIG_HAVE_IDE is not set | ||
470 | |||
471 | # | ||
472 | # SCSI device support | ||
473 | # | ||
474 | # CONFIG_RAID_ATTRS is not set | ||
475 | CONFIG_SCSI=m | ||
476 | CONFIG_SCSI_DMA=y | ||
477 | # CONFIG_SCSI_TGT is not set | ||
478 | # CONFIG_SCSI_NETLINK is not set | ||
479 | # CONFIG_SCSI_PROC_FS is not set | ||
480 | |||
481 | # | ||
482 | # SCSI support type (disk, tape, CD-ROM) | ||
483 | # | ||
484 | CONFIG_BLK_DEV_SD=m | ||
485 | # CONFIG_CHR_DEV_ST is not set | ||
486 | # CONFIG_CHR_DEV_OSST is not set | ||
487 | CONFIG_BLK_DEV_SR=m | ||
488 | # CONFIG_BLK_DEV_SR_VENDOR is not set | ||
489 | # CONFIG_CHR_DEV_SG is not set | ||
490 | # CONFIG_CHR_DEV_SCH is not set | ||
491 | |||
492 | # | ||
493 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
494 | # | ||
495 | # CONFIG_SCSI_MULTI_LUN is not set | ||
496 | # CONFIG_SCSI_CONSTANTS is not set | ||
497 | # CONFIG_SCSI_LOGGING is not set | ||
498 | # CONFIG_SCSI_SCAN_ASYNC is not set | ||
499 | CONFIG_SCSI_WAIT_SCAN=m | ||
500 | |||
501 | # | ||
502 | # SCSI Transports | ||
503 | # | ||
504 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
505 | # CONFIG_SCSI_FC_ATTRS is not set | ||
506 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
507 | # CONFIG_SCSI_SAS_LIBSAS is not set | ||
508 | # CONFIG_SCSI_SRP_ATTRS is not set | ||
509 | # CONFIG_SCSI_LOWLEVEL is not set | ||
510 | # CONFIG_SCSI_DH is not set | ||
511 | CONFIG_ATA=m | ||
512 | # CONFIG_ATA_NONSTANDARD is not set | ||
513 | # CONFIG_SATA_PMP is not set | ||
514 | CONFIG_ATA_SFF=y | ||
515 | # CONFIG_SATA_MV is not set | ||
516 | CONFIG_PATA_AT32=m | ||
517 | # CONFIG_PATA_PLATFORM is not set | ||
518 | # CONFIG_MD is not set | ||
519 | CONFIG_NETDEVICES=y | ||
520 | # CONFIG_DUMMY is not set | ||
521 | # CONFIG_BONDING is not set | ||
522 | # CONFIG_MACVLAN is not set | ||
523 | # CONFIG_EQUALIZER is not set | ||
524 | CONFIG_TUN=m | ||
525 | # CONFIG_VETH is not set | ||
526 | CONFIG_PHYLIB=y | ||
527 | |||
528 | # | ||
529 | # MII PHY device drivers | ||
530 | # | ||
531 | # CONFIG_MARVELL_PHY is not set | ||
532 | # CONFIG_DAVICOM_PHY is not set | ||
533 | # CONFIG_QSEMI_PHY is not set | ||
534 | # CONFIG_LXT_PHY is not set | ||
535 | # CONFIG_CICADA_PHY is not set | ||
536 | # CONFIG_VITESSE_PHY is not set | ||
537 | # CONFIG_SMSC_PHY is not set | ||
538 | # CONFIG_BROADCOM_PHY is not set | ||
539 | # CONFIG_ICPLUS_PHY is not set | ||
540 | # CONFIG_REALTEK_PHY is not set | ||
541 | # CONFIG_FIXED_PHY is not set | ||
542 | # CONFIG_MDIO_BITBANG is not set | ||
543 | CONFIG_NET_ETHERNET=y | ||
544 | # CONFIG_MII is not set | ||
545 | CONFIG_MACB=y | ||
546 | # CONFIG_ENC28J60 is not set | ||
547 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | ||
548 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | ||
549 | # CONFIG_IBM_NEW_EMAC_TAH is not set | ||
550 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | ||
551 | # CONFIG_B44 is not set | ||
552 | # CONFIG_NETDEV_1000 is not set | ||
553 | # CONFIG_NETDEV_10000 is not set | ||
554 | |||
555 | # | ||
556 | # Wireless LAN | ||
557 | # | ||
558 | # CONFIG_WLAN_PRE80211 is not set | ||
559 | # CONFIG_WLAN_80211 is not set | ||
560 | # CONFIG_IWLWIFI_LEDS is not set | ||
561 | # CONFIG_WAN is not set | ||
562 | CONFIG_PPP=m | ||
563 | # CONFIG_PPP_MULTILINK is not set | ||
564 | # CONFIG_PPP_FILTER is not set | ||
565 | CONFIG_PPP_ASYNC=m | ||
566 | # CONFIG_PPP_SYNC_TTY is not set | ||
567 | CONFIG_PPP_DEFLATE=m | ||
568 | CONFIG_PPP_BSDCOMP=m | ||
569 | # CONFIG_PPP_MPPE is not set | ||
570 | # CONFIG_PPPOE is not set | ||
571 | # CONFIG_PPPOL2TP is not set | ||
572 | # CONFIG_SLIP is not set | ||
573 | CONFIG_SLHC=m | ||
574 | # CONFIG_NETCONSOLE is not set | ||
575 | # CONFIG_NETPOLL is not set | ||
576 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
577 | # CONFIG_ISDN is not set | ||
578 | # CONFIG_PHONE is not set | ||
579 | |||
580 | # | ||
581 | # Input device support | ||
582 | # | ||
583 | CONFIG_INPUT=m | ||
584 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
585 | CONFIG_INPUT_POLLDEV=m | ||
586 | |||
587 | # | ||
588 | # Userland interfaces | ||
589 | # | ||
590 | CONFIG_INPUT_MOUSEDEV=m | ||
591 | CONFIG_INPUT_MOUSEDEV_PSAUX=y | ||
592 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
593 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
594 | # CONFIG_INPUT_JOYDEV is not set | ||
595 | CONFIG_INPUT_EVDEV=m | ||
596 | # CONFIG_INPUT_EVBUG is not set | ||
597 | |||
598 | # | ||
599 | # Input Device Drivers | ||
600 | # | ||
601 | CONFIG_INPUT_KEYBOARD=y | ||
602 | # CONFIG_KEYBOARD_ATKBD is not set | ||
603 | # CONFIG_KEYBOARD_SUNKBD is not set | ||
604 | # CONFIG_KEYBOARD_LKKBD is not set | ||
605 | # CONFIG_KEYBOARD_XTKBD is not set | ||
606 | # CONFIG_KEYBOARD_NEWTON is not set | ||
607 | # CONFIG_KEYBOARD_STOWAWAY is not set | ||
608 | CONFIG_KEYBOARD_GPIO=m | ||
609 | CONFIG_INPUT_MOUSE=y | ||
610 | # CONFIG_MOUSE_PS2 is not set | ||
611 | # CONFIG_MOUSE_SERIAL is not set | ||
612 | # CONFIG_MOUSE_VSXXXAA is not set | ||
613 | CONFIG_MOUSE_GPIO=m | ||
614 | # CONFIG_INPUT_JOYSTICK is not set | ||
615 | # CONFIG_INPUT_TABLET is not set | ||
616 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
617 | # CONFIG_INPUT_MISC is not set | ||
618 | |||
619 | # | ||
620 | # Hardware I/O ports | ||
621 | # | ||
622 | # CONFIG_SERIO is not set | ||
623 | # CONFIG_GAMEPORT is not set | ||
624 | |||
625 | # | ||
626 | # Character devices | ||
627 | # | ||
628 | # CONFIG_VT is not set | ||
629 | # CONFIG_DEVKMEM is not set | ||
630 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
631 | |||
632 | # | ||
633 | # Serial drivers | ||
634 | # | ||
635 | # CONFIG_SERIAL_8250 is not set | ||
636 | |||
637 | # | ||
638 | # Non-8250 serial port support | ||
639 | # | ||
640 | CONFIG_SERIAL_ATMEL=y | ||
641 | CONFIG_SERIAL_ATMEL_CONSOLE=y | ||
642 | CONFIG_SERIAL_ATMEL_PDC=y | ||
643 | # CONFIG_SERIAL_ATMEL_TTYAT is not set | ||
644 | CONFIG_SERIAL_CORE=y | ||
645 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
646 | CONFIG_UNIX98_PTYS=y | ||
647 | # CONFIG_LEGACY_PTYS is not set | ||
648 | # CONFIG_IPMI_HANDLER is not set | ||
649 | # CONFIG_HW_RANDOM is not set | ||
650 | # CONFIG_R3964 is not set | ||
651 | # CONFIG_RAW_DRIVER is not set | ||
652 | # CONFIG_TCG_TPM is not set | ||
653 | CONFIG_I2C=m | ||
654 | CONFIG_I2C_BOARDINFO=y | ||
655 | CONFIG_I2C_CHARDEV=m | ||
656 | CONFIG_I2C_ALGOBIT=m | ||
657 | |||
658 | # | ||
659 | # I2C Hardware Bus support | ||
660 | # | ||
661 | |||
662 | # | ||
663 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
664 | # | ||
665 | CONFIG_I2C_GPIO=m | ||
666 | # CONFIG_I2C_OCORES is not set | ||
667 | # CONFIG_I2C_SIMTEC is not set | ||
668 | |||
669 | # | ||
670 | # External I2C/SMBus adapter drivers | ||
671 | # | ||
672 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
673 | # CONFIG_I2C_TAOS_EVM is not set | ||
674 | |||
675 | # | ||
676 | # Other I2C/SMBus bus drivers | ||
677 | # | ||
678 | # CONFIG_I2C_PCA_PLATFORM is not set | ||
679 | # CONFIG_I2C_STUB is not set | ||
680 | |||
681 | # | ||
682 | # Miscellaneous I2C Chip support | ||
683 | # | ||
684 | # CONFIG_DS1682 is not set | ||
685 | # CONFIG_AT24 is not set | ||
686 | # CONFIG_SENSORS_EEPROM is not set | ||
687 | # CONFIG_SENSORS_PCF8574 is not set | ||
688 | # CONFIG_PCF8575 is not set | ||
689 | # CONFIG_SENSORS_PCA9539 is not set | ||
690 | # CONFIG_SENSORS_PCF8591 is not set | ||
691 | # CONFIG_TPS65010 is not set | ||
692 | # CONFIG_SENSORS_MAX6875 is not set | ||
693 | # CONFIG_SENSORS_TSL2550 is not set | ||
694 | # CONFIG_I2C_DEBUG_CORE is not set | ||
695 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
696 | # CONFIG_I2C_DEBUG_BUS is not set | ||
697 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
698 | CONFIG_SPI=y | ||
699 | # CONFIG_SPI_DEBUG is not set | ||
700 | CONFIG_SPI_MASTER=y | ||
701 | |||
702 | # | ||
703 | # SPI Master Controller Drivers | ||
704 | # | ||
705 | CONFIG_SPI_ATMEL=y | ||
706 | # CONFIG_SPI_BITBANG is not set | ||
707 | |||
708 | # | ||
709 | # SPI Protocol Masters | ||
710 | # | ||
711 | # CONFIG_SPI_AT25 is not set | ||
712 | CONFIG_SPI_SPIDEV=m | ||
713 | # CONFIG_SPI_TLE62X0 is not set | ||
714 | CONFIG_ARCH_REQUIRE_GPIOLIB=y | ||
715 | CONFIG_GPIOLIB=y | ||
716 | # CONFIG_DEBUG_GPIO is not set | ||
717 | CONFIG_GPIO_SYSFS=y | ||
718 | |||
719 | # | ||
720 | # I2C GPIO expanders: | ||
721 | # | ||
722 | # CONFIG_GPIO_MAX732X is not set | ||
723 | # CONFIG_GPIO_PCA953X is not set | ||
724 | # CONFIG_GPIO_PCF857X is not set | ||
725 | |||
726 | # | ||
727 | # PCI GPIO expanders: | ||
728 | # | ||
729 | |||
730 | # | ||
731 | # SPI GPIO expanders: | ||
732 | # | ||
733 | # CONFIG_GPIO_MAX7301 is not set | ||
734 | # CONFIG_GPIO_MCP23S08 is not set | ||
735 | # CONFIG_W1 is not set | ||
736 | # CONFIG_POWER_SUPPLY is not set | ||
737 | # CONFIG_HWMON is not set | ||
738 | # CONFIG_THERMAL is not set | ||
739 | # CONFIG_THERMAL_HWMON is not set | ||
740 | CONFIG_WATCHDOG=y | ||
741 | # CONFIG_WATCHDOG_NOWAYOUT is not set | ||
742 | |||
743 | # | ||
744 | # Watchdog Device Drivers | ||
745 | # | ||
746 | # CONFIG_SOFT_WATCHDOG is not set | ||
747 | CONFIG_AT32AP700X_WDT=y | ||
748 | |||
749 | # | ||
750 | # Sonics Silicon Backplane | ||
751 | # | ||
752 | CONFIG_SSB_POSSIBLE=y | ||
753 | # CONFIG_SSB is not set | ||
754 | |||
755 | # | ||
756 | # Multifunction device drivers | ||
757 | # | ||
758 | # CONFIG_MFD_CORE is not set | ||
759 | # CONFIG_MFD_SM501 is not set | ||
760 | # CONFIG_HTC_PASIC3 is not set | ||
761 | |||
762 | # | ||
763 | # Multimedia devices | ||
764 | # | ||
765 | |||
766 | # | ||
767 | # Multimedia core support | ||
768 | # | ||
769 | # CONFIG_VIDEO_DEV is not set | ||
770 | # CONFIG_DVB_CORE is not set | ||
771 | # CONFIG_VIDEO_MEDIA is not set | ||
772 | |||
773 | # | ||
774 | # Multimedia drivers | ||
775 | # | ||
776 | # CONFIG_DAB is not set | ||
777 | |||
778 | # | ||
779 | # Graphics support | ||
780 | # | ||
781 | # CONFIG_VGASTATE is not set | ||
782 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | ||
783 | CONFIG_FB=y | ||
784 | # CONFIG_FIRMWARE_EDID is not set | ||
785 | # CONFIG_FB_DDC is not set | ||
786 | CONFIG_FB_CFB_FILLRECT=y | ||
787 | CONFIG_FB_CFB_COPYAREA=y | ||
788 | CONFIG_FB_CFB_IMAGEBLIT=y | ||
789 | # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set | ||
790 | # CONFIG_FB_SYS_FILLRECT is not set | ||
791 | # CONFIG_FB_SYS_COPYAREA is not set | ||
792 | # CONFIG_FB_SYS_IMAGEBLIT is not set | ||
793 | # CONFIG_FB_FOREIGN_ENDIAN is not set | ||
794 | # CONFIG_FB_SYS_FOPS is not set | ||
795 | # CONFIG_FB_SVGALIB is not set | ||
796 | # CONFIG_FB_MACMODES is not set | ||
797 | # CONFIG_FB_BACKLIGHT is not set | ||
798 | # CONFIG_FB_MODE_HELPERS is not set | ||
799 | # CONFIG_FB_TILEBLITTING is not set | ||
800 | |||
801 | # | ||
802 | # Frame buffer hardware drivers | ||
803 | # | ||
804 | # CONFIG_FB_S1D13XXX is not set | ||
805 | CONFIG_FB_ATMEL=y | ||
806 | # CONFIG_FB_VIRTUAL is not set | ||
807 | CONFIG_BACKLIGHT_LCD_SUPPORT=y | ||
808 | CONFIG_LCD_CLASS_DEVICE=y | ||
809 | CONFIG_LCD_LTV350QV=y | ||
810 | # CONFIG_LCD_ILI9320 is not set | ||
811 | # CONFIG_LCD_VGG2432A4 is not set | ||
812 | # CONFIG_LCD_PLATFORM is not set | ||
813 | # CONFIG_BACKLIGHT_CLASS_DEVICE is not set | ||
814 | |||
815 | # | ||
816 | # Display device support | ||
817 | # | ||
818 | # CONFIG_DISPLAY_SUPPORT is not set | ||
819 | # CONFIG_LOGO is not set | ||
820 | CONFIG_SOUND=m | ||
821 | CONFIG_SND=m | ||
822 | CONFIG_SND_TIMER=m | ||
823 | CONFIG_SND_PCM=m | ||
824 | # CONFIG_SND_SEQUENCER is not set | ||
825 | CONFIG_SND_OSSEMUL=y | ||
826 | CONFIG_SND_MIXER_OSS=m | ||
827 | CONFIG_SND_PCM_OSS=m | ||
828 | CONFIG_SND_PCM_OSS_PLUGINS=y | ||
829 | # CONFIG_SND_DYNAMIC_MINORS is not set | ||
830 | # CONFIG_SND_SUPPORT_OLD_API is not set | ||
831 | # CONFIG_SND_VERBOSE_PROCFS is not set | ||
832 | # CONFIG_SND_VERBOSE_PRINTK is not set | ||
833 | # CONFIG_SND_DEBUG is not set | ||
834 | CONFIG_SND_DRIVERS=y | ||
835 | # CONFIG_SND_DUMMY is not set | ||
836 | # CONFIG_SND_MTPAV is not set | ||
837 | # CONFIG_SND_SERIAL_U16550 is not set | ||
838 | # CONFIG_SND_MPU401 is not set | ||
839 | CONFIG_SND_SPI=y | ||
840 | CONFIG_SND_AT73C213=m | ||
841 | CONFIG_SND_AT73C213_TARGET_BITRATE=48000 | ||
842 | # CONFIG_SND_SOC is not set | ||
843 | # CONFIG_SOUND_PRIME is not set | ||
844 | # CONFIG_HID_SUPPORT is not set | ||
845 | CONFIG_USB_SUPPORT=y | ||
846 | # CONFIG_USB_ARCH_HAS_HCD is not set | ||
847 | # CONFIG_USB_ARCH_HAS_OHCI is not set | ||
848 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
849 | # CONFIG_USB_OTG_WHITELIST is not set | ||
850 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | ||
851 | |||
852 | # | ||
853 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
854 | # | ||
855 | CONFIG_USB_GADGET=y | ||
856 | # CONFIG_USB_GADGET_DEBUG is not set | ||
857 | # CONFIG_USB_GADGET_DEBUG_FILES is not set | ||
858 | # CONFIG_USB_GADGET_DEBUG_FS is not set | ||
859 | CONFIG_USB_GADGET_SELECTED=y | ||
860 | # CONFIG_USB_GADGET_AMD5536UDC is not set | ||
861 | CONFIG_USB_GADGET_ATMEL_USBA=y | ||
862 | CONFIG_USB_ATMEL_USBA=y | ||
863 | # CONFIG_USB_GADGET_FSL_USB2 is not set | ||
864 | # CONFIG_USB_GADGET_NET2280 is not set | ||
865 | # CONFIG_USB_GADGET_PXA25X is not set | ||
866 | # CONFIG_USB_GADGET_M66592 is not set | ||
867 | # CONFIG_USB_GADGET_PXA27X is not set | ||
868 | # CONFIG_USB_GADGET_GOKU is not set | ||
869 | # CONFIG_USB_GADGET_LH7A40X is not set | ||
870 | # CONFIG_USB_GADGET_OMAP is not set | ||
871 | # CONFIG_USB_GADGET_S3C2410 is not set | ||
872 | # CONFIG_USB_GADGET_AT91 is not set | ||
873 | # CONFIG_USB_GADGET_DUMMY_HCD is not set | ||
874 | CONFIG_USB_GADGET_DUALSPEED=y | ||
875 | CONFIG_USB_ZERO=m | ||
876 | CONFIG_USB_ETH=m | ||
877 | CONFIG_USB_ETH_RNDIS=y | ||
878 | CONFIG_USB_GADGETFS=m | ||
879 | CONFIG_USB_FILE_STORAGE=m | ||
880 | # CONFIG_USB_FILE_STORAGE_TEST is not set | ||
881 | CONFIG_USB_G_SERIAL=m | ||
882 | # CONFIG_USB_MIDI_GADGET is not set | ||
883 | # CONFIG_USB_G_PRINTER is not set | ||
884 | # CONFIG_USB_CDC_COMPOSITE is not set | ||
885 | CONFIG_MMC=y | ||
886 | # CONFIG_MMC_DEBUG is not set | ||
887 | # CONFIG_MMC_UNSAFE_RESUME is not set | ||
888 | |||
889 | # | ||
890 | # MMC/SD Card Drivers | ||
891 | # | ||
892 | CONFIG_MMC_BLOCK=y | ||
893 | CONFIG_MMC_BLOCK_BOUNCE=y | ||
894 | # CONFIG_SDIO_UART is not set | ||
895 | # CONFIG_MMC_TEST is not set | ||
896 | |||
897 | # | ||
898 | # MMC/SD Host Controller Drivers | ||
899 | # | ||
900 | # CONFIG_MMC_SDHCI is not set | ||
901 | CONFIG_MMC_ATMELMCI=y | ||
902 | CONFIG_MMC_SPI=m | ||
903 | # CONFIG_MEMSTICK is not set | ||
904 | CONFIG_NEW_LEDS=y | ||
905 | CONFIG_LEDS_CLASS=m | ||
906 | |||
907 | # | ||
908 | # LED drivers | ||
909 | # | ||
910 | CONFIG_LEDS_ATMEL_PWM=m | ||
911 | # CONFIG_LEDS_PCA9532 is not set | ||
912 | CONFIG_LEDS_GPIO=m | ||
913 | # CONFIG_LEDS_PCA955X is not set | ||
914 | |||
915 | # | ||
916 | # LED Triggers | ||
917 | # | ||
918 | CONFIG_LEDS_TRIGGERS=y | ||
919 | CONFIG_LEDS_TRIGGER_TIMER=m | ||
920 | CONFIG_LEDS_TRIGGER_HEARTBEAT=m | ||
921 | CONFIG_LEDS_TRIGGER_DEFAULT_ON=m | ||
922 | # CONFIG_ACCESSIBILITY is not set | ||
923 | CONFIG_RTC_LIB=y | ||
924 | CONFIG_RTC_CLASS=y | ||
925 | CONFIG_RTC_HCTOSYS=y | ||
926 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" | ||
927 | # CONFIG_RTC_DEBUG is not set | ||
928 | |||
929 | # | ||
930 | # RTC interfaces | ||
931 | # | ||
932 | CONFIG_RTC_INTF_SYSFS=y | ||
933 | CONFIG_RTC_INTF_PROC=y | ||
934 | CONFIG_RTC_INTF_DEV=y | ||
935 | # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set | ||
936 | # CONFIG_RTC_DRV_TEST is not set | ||
937 | |||
938 | # | ||
939 | # I2C RTC drivers | ||
940 | # | ||
941 | # CONFIG_RTC_DRV_DS1307 is not set | ||
942 | # CONFIG_RTC_DRV_DS1374 is not set | ||
943 | # CONFIG_RTC_DRV_DS1672 is not set | ||
944 | # CONFIG_RTC_DRV_MAX6900 is not set | ||
945 | # CONFIG_RTC_DRV_RS5C372 is not set | ||
946 | # CONFIG_RTC_DRV_ISL1208 is not set | ||
947 | # CONFIG_RTC_DRV_X1205 is not set | ||
948 | # CONFIG_RTC_DRV_PCF8563 is not set | ||
949 | # CONFIG_RTC_DRV_PCF8583 is not set | ||
950 | # CONFIG_RTC_DRV_M41T80 is not set | ||
951 | # CONFIG_RTC_DRV_S35390A is not set | ||
952 | # CONFIG_RTC_DRV_FM3130 is not set | ||
953 | |||
954 | # | ||
955 | # SPI RTC drivers | ||
956 | # | ||
957 | # CONFIG_RTC_DRV_M41T94 is not set | ||
958 | # CONFIG_RTC_DRV_DS1305 is not set | ||
959 | # CONFIG_RTC_DRV_MAX6902 is not set | ||
960 | # CONFIG_RTC_DRV_R9701 is not set | ||
961 | # CONFIG_RTC_DRV_RS5C348 is not set | ||
962 | |||
963 | # | ||
964 | # Platform RTC drivers | ||
965 | # | ||
966 | # CONFIG_RTC_DRV_DS1511 is not set | ||
967 | # CONFIG_RTC_DRV_DS1553 is not set | ||
968 | # CONFIG_RTC_DRV_DS1742 is not set | ||
969 | # CONFIG_RTC_DRV_STK17TA8 is not set | ||
970 | # CONFIG_RTC_DRV_M48T86 is not set | ||
971 | # CONFIG_RTC_DRV_M48T59 is not set | ||
972 | # CONFIG_RTC_DRV_V3020 is not set | ||
973 | |||
974 | # | ||
975 | # on-CPU RTC drivers | ||
976 | # | ||
977 | CONFIG_RTC_DRV_AT32AP700X=y | ||
978 | CONFIG_DMADEVICES=y | ||
979 | |||
980 | # | ||
981 | # DMA Devices | ||
982 | # | ||
983 | CONFIG_DW_DMAC=y | ||
984 | CONFIG_DMA_ENGINE=y | ||
985 | |||
986 | # | ||
987 | # DMA Clients | ||
988 | # | ||
989 | # CONFIG_NET_DMA is not set | ||
990 | CONFIG_DMATEST=m | ||
991 | # CONFIG_UIO is not set | ||
992 | |||
993 | # | ||
994 | # File systems | ||
995 | # | ||
996 | CONFIG_EXT2_FS=m | ||
997 | # CONFIG_EXT2_FS_XATTR is not set | ||
998 | # CONFIG_EXT2_FS_XIP is not set | ||
999 | CONFIG_EXT3_FS=m | ||
1000 | # CONFIG_EXT3_FS_XATTR is not set | ||
1001 | # CONFIG_EXT4DEV_FS is not set | ||
1002 | CONFIG_JBD=m | ||
1003 | # CONFIG_JBD_DEBUG is not set | ||
1004 | # CONFIG_REISERFS_FS is not set | ||
1005 | # CONFIG_JFS_FS is not set | ||
1006 | # CONFIG_FS_POSIX_ACL is not set | ||
1007 | # CONFIG_XFS_FS is not set | ||
1008 | # CONFIG_OCFS2_FS is not set | ||
1009 | # CONFIG_DNOTIFY is not set | ||
1010 | CONFIG_INOTIFY=y | ||
1011 | CONFIG_INOTIFY_USER=y | ||
1012 | # CONFIG_QUOTA is not set | ||
1013 | # CONFIG_AUTOFS_FS is not set | ||
1014 | # CONFIG_AUTOFS4_FS is not set | ||
1015 | CONFIG_FUSE_FS=m | ||
1016 | |||
1017 | # | ||
1018 | # CD-ROM/DVD Filesystems | ||
1019 | # | ||
1020 | # CONFIG_ISO9660_FS is not set | ||
1021 | # CONFIG_UDF_FS is not set | ||
1022 | |||
1023 | # | ||
1024 | # DOS/FAT/NT Filesystems | ||
1025 | # | ||
1026 | CONFIG_FAT_FS=m | ||
1027 | CONFIG_MSDOS_FS=m | ||
1028 | CONFIG_VFAT_FS=m | ||
1029 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
1030 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
1031 | # CONFIG_NTFS_FS is not set | ||
1032 | |||
1033 | # | ||
1034 | # Pseudo filesystems | ||
1035 | # | ||
1036 | CONFIG_PROC_FS=y | ||
1037 | CONFIG_PROC_KCORE=y | ||
1038 | CONFIG_PROC_SYSCTL=y | ||
1039 | CONFIG_SYSFS=y | ||
1040 | CONFIG_TMPFS=y | ||
1041 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
1042 | # CONFIG_HUGETLB_PAGE is not set | ||
1043 | # CONFIG_CONFIGFS_FS is not set | ||
1044 | |||
1045 | # | ||
1046 | # Miscellaneous filesystems | ||
1047 | # | ||
1048 | # CONFIG_ADFS_FS is not set | ||
1049 | # CONFIG_AFFS_FS is not set | ||
1050 | # CONFIG_HFS_FS is not set | ||
1051 | # CONFIG_HFSPLUS_FS is not set | ||
1052 | # CONFIG_BEFS_FS is not set | ||
1053 | # CONFIG_BFS_FS is not set | ||
1054 | # CONFIG_EFS_FS is not set | ||
1055 | CONFIG_JFFS2_FS=y | ||
1056 | CONFIG_JFFS2_FS_DEBUG=0 | ||
1057 | # CONFIG_JFFS2_FS_WRITEBUFFER is not set | ||
1058 | # CONFIG_JFFS2_SUMMARY is not set | ||
1059 | # CONFIG_JFFS2_FS_XATTR is not set | ||
1060 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | ||
1061 | CONFIG_JFFS2_ZLIB=y | ||
1062 | # CONFIG_JFFS2_LZO is not set | ||
1063 | CONFIG_JFFS2_RTIME=y | ||
1064 | # CONFIG_JFFS2_RUBIN is not set | ||
1065 | CONFIG_UBIFS_FS=y | ||
1066 | CONFIG_UBIFS_FS_XATTR=y | ||
1067 | # CONFIG_UBIFS_FS_ADVANCED_COMPR is not set | ||
1068 | CONFIG_UBIFS_FS_LZO=y | ||
1069 | CONFIG_UBIFS_FS_ZLIB=y | ||
1070 | # CONFIG_UBIFS_FS_DEBUG is not set | ||
1071 | # CONFIG_CRAMFS is not set | ||
1072 | # CONFIG_VXFS_FS is not set | ||
1073 | CONFIG_MINIX_FS=m | ||
1074 | # CONFIG_OMFS_FS is not set | ||
1075 | # CONFIG_HPFS_FS is not set | ||
1076 | # CONFIG_QNX4FS_FS is not set | ||
1077 | # CONFIG_ROMFS_FS is not set | ||
1078 | # CONFIG_SYSV_FS is not set | ||
1079 | # CONFIG_UFS_FS is not set | ||
1080 | CONFIG_NETWORK_FILESYSTEMS=y | ||
1081 | CONFIG_NFS_FS=y | ||
1082 | CONFIG_NFS_V3=y | ||
1083 | # CONFIG_NFS_V3_ACL is not set | ||
1084 | # CONFIG_NFS_V4 is not set | ||
1085 | CONFIG_ROOT_NFS=y | ||
1086 | # CONFIG_NFSD is not set | ||
1087 | CONFIG_LOCKD=y | ||
1088 | CONFIG_LOCKD_V4=y | ||
1089 | CONFIG_NFS_COMMON=y | ||
1090 | CONFIG_SUNRPC=y | ||
1091 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
1092 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
1093 | # CONFIG_SMB_FS is not set | ||
1094 | # CONFIG_CIFS is not set | ||
1095 | # CONFIG_NCP_FS is not set | ||
1096 | # CONFIG_CODA_FS is not set | ||
1097 | # CONFIG_AFS_FS is not set | ||
1098 | |||
1099 | # | ||
1100 | # Partition Types | ||
1101 | # | ||
1102 | # CONFIG_PARTITION_ADVANCED is not set | ||
1103 | CONFIG_MSDOS_PARTITION=y | ||
1104 | CONFIG_NLS=m | ||
1105 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
1106 | CONFIG_NLS_CODEPAGE_437=m | ||
1107 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
1108 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
1109 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
1110 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
1111 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
1112 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
1113 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
1114 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
1115 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
1116 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
1117 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
1118 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
1119 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
1120 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
1121 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
1122 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
1123 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
1124 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
1125 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
1126 | # CONFIG_NLS_ISO8859_8 is not set | ||
1127 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
1128 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
1129 | # CONFIG_NLS_ASCII is not set | ||
1130 | CONFIG_NLS_ISO8859_1=m | ||
1131 | # CONFIG_NLS_ISO8859_2 is not set | ||
1132 | # CONFIG_NLS_ISO8859_3 is not set | ||
1133 | # CONFIG_NLS_ISO8859_4 is not set | ||
1134 | # CONFIG_NLS_ISO8859_5 is not set | ||
1135 | # CONFIG_NLS_ISO8859_6 is not set | ||
1136 | # CONFIG_NLS_ISO8859_7 is not set | ||
1137 | # CONFIG_NLS_ISO8859_9 is not set | ||
1138 | # CONFIG_NLS_ISO8859_13 is not set | ||
1139 | # CONFIG_NLS_ISO8859_14 is not set | ||
1140 | # CONFIG_NLS_ISO8859_15 is not set | ||
1141 | # CONFIG_NLS_KOI8_R is not set | ||
1142 | # CONFIG_NLS_KOI8_U is not set | ||
1143 | CONFIG_NLS_UTF8=m | ||
1144 | # CONFIG_DLM is not set | ||
1145 | |||
1146 | # | ||
1147 | # Kernel hacking | ||
1148 | # | ||
1149 | # CONFIG_PRINTK_TIME is not set | ||
1150 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
1151 | CONFIG_ENABLE_MUST_CHECK=y | ||
1152 | CONFIG_FRAME_WARN=1024 | ||
1153 | CONFIG_MAGIC_SYSRQ=y | ||
1154 | # CONFIG_UNUSED_SYMBOLS is not set | ||
1155 | CONFIG_DEBUG_FS=y | ||
1156 | # CONFIG_HEADERS_CHECK is not set | ||
1157 | CONFIG_DEBUG_KERNEL=y | ||
1158 | # CONFIG_DEBUG_SHIRQ is not set | ||
1159 | CONFIG_DETECT_SOFTLOCKUP=y | ||
1160 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
1161 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
1162 | CONFIG_SCHED_DEBUG=y | ||
1163 | # CONFIG_SCHEDSTATS is not set | ||
1164 | # CONFIG_TIMER_STATS is not set | ||
1165 | # CONFIG_DEBUG_OBJECTS is not set | ||
1166 | # CONFIG_SLUB_DEBUG_ON is not set | ||
1167 | # CONFIG_SLUB_STATS is not set | ||
1168 | # CONFIG_DEBUG_RT_MUTEXES is not set | ||
1169 | # CONFIG_RT_MUTEX_TESTER is not set | ||
1170 | # CONFIG_DEBUG_SPINLOCK is not set | ||
1171 | # CONFIG_DEBUG_MUTEXES is not set | ||
1172 | # CONFIG_DEBUG_LOCK_ALLOC is not set | ||
1173 | # CONFIG_PROVE_LOCKING is not set | ||
1174 | # CONFIG_LOCK_STAT is not set | ||
1175 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
1176 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
1177 | # CONFIG_DEBUG_KOBJECT is not set | ||
1178 | CONFIG_DEBUG_BUGVERBOSE=y | ||
1179 | # CONFIG_DEBUG_INFO is not set | ||
1180 | # CONFIG_DEBUG_VM is not set | ||
1181 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
1182 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
1183 | # CONFIG_DEBUG_LIST is not set | ||
1184 | # CONFIG_DEBUG_SG is not set | ||
1185 | CONFIG_FRAME_POINTER=y | ||
1186 | # CONFIG_BOOT_PRINTK_DELAY is not set | ||
1187 | # CONFIG_RCU_TORTURE_TEST is not set | ||
1188 | # CONFIG_KPROBES_SANITY_TEST is not set | ||
1189 | # CONFIG_BACKTRACE_SELF_TEST is not set | ||
1190 | # CONFIG_LKDTM is not set | ||
1191 | # CONFIG_FAULT_INJECTION is not set | ||
1192 | # CONFIG_SAMPLES is not set | ||
1193 | |||
1194 | # | ||
1195 | # Security options | ||
1196 | # | ||
1197 | # CONFIG_KEYS is not set | ||
1198 | # CONFIG_SECURITY is not set | ||
1199 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | ||
1200 | CONFIG_CRYPTO=y | ||
1201 | |||
1202 | # | ||
1203 | # Crypto core or helper | ||
1204 | # | ||
1205 | CONFIG_CRYPTO_ALGAPI=y | ||
1206 | CONFIG_CRYPTO_AEAD=m | ||
1207 | CONFIG_CRYPTO_BLKCIPHER=m | ||
1208 | CONFIG_CRYPTO_HASH=m | ||
1209 | CONFIG_CRYPTO_MANAGER=m | ||
1210 | # CONFIG_CRYPTO_GF128MUL is not set | ||
1211 | # CONFIG_CRYPTO_NULL is not set | ||
1212 | # CONFIG_CRYPTO_CRYPTD is not set | ||
1213 | CONFIG_CRYPTO_AUTHENC=m | ||
1214 | # CONFIG_CRYPTO_TEST is not set | ||
1215 | |||
1216 | # | ||
1217 | # Authenticated Encryption with Associated Data | ||
1218 | # | ||
1219 | # CONFIG_CRYPTO_CCM is not set | ||
1220 | # CONFIG_CRYPTO_GCM is not set | ||
1221 | # CONFIG_CRYPTO_SEQIV is not set | ||
1222 | |||
1223 | # | ||
1224 | # Block modes | ||
1225 | # | ||
1226 | CONFIG_CRYPTO_CBC=m | ||
1227 | # CONFIG_CRYPTO_CTR is not set | ||
1228 | # CONFIG_CRYPTO_CTS is not set | ||
1229 | # CONFIG_CRYPTO_ECB is not set | ||
1230 | # CONFIG_CRYPTO_LRW is not set | ||
1231 | # CONFIG_CRYPTO_PCBC is not set | ||
1232 | # CONFIG_CRYPTO_XTS is not set | ||
1233 | |||
1234 | # | ||
1235 | # Hash modes | ||
1236 | # | ||
1237 | CONFIG_CRYPTO_HMAC=m | ||
1238 | # CONFIG_CRYPTO_XCBC is not set | ||
1239 | |||
1240 | # | ||
1241 | # Digest | ||
1242 | # | ||
1243 | # CONFIG_CRYPTO_CRC32C is not set | ||
1244 | # CONFIG_CRYPTO_MD4 is not set | ||
1245 | CONFIG_CRYPTO_MD5=m | ||
1246 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
1247 | # CONFIG_CRYPTO_RMD128 is not set | ||
1248 | # CONFIG_CRYPTO_RMD160 is not set | ||
1249 | # CONFIG_CRYPTO_RMD256 is not set | ||
1250 | # CONFIG_CRYPTO_RMD320 is not set | ||
1251 | CONFIG_CRYPTO_SHA1=m | ||
1252 | # CONFIG_CRYPTO_SHA256 is not set | ||
1253 | # CONFIG_CRYPTO_SHA512 is not set | ||
1254 | # CONFIG_CRYPTO_TGR192 is not set | ||
1255 | # CONFIG_CRYPTO_WP512 is not set | ||
1256 | |||
1257 | # | ||
1258 | # Ciphers | ||
1259 | # | ||
1260 | # CONFIG_CRYPTO_AES is not set | ||
1261 | # CONFIG_CRYPTO_ANUBIS is not set | ||
1262 | # CONFIG_CRYPTO_ARC4 is not set | ||
1263 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1264 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
1265 | # CONFIG_CRYPTO_CAST5 is not set | ||
1266 | # CONFIG_CRYPTO_CAST6 is not set | ||
1267 | CONFIG_CRYPTO_DES=m | ||
1268 | # CONFIG_CRYPTO_FCRYPT is not set | ||
1269 | # CONFIG_CRYPTO_KHAZAD is not set | ||
1270 | # CONFIG_CRYPTO_SALSA20 is not set | ||
1271 | # CONFIG_CRYPTO_SEED is not set | ||
1272 | # CONFIG_CRYPTO_SERPENT is not set | ||
1273 | # CONFIG_CRYPTO_TEA is not set | ||
1274 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1275 | |||
1276 | # | ||
1277 | # Compression | ||
1278 | # | ||
1279 | CONFIG_CRYPTO_DEFLATE=y | ||
1280 | CONFIG_CRYPTO_LZO=y | ||
1281 | # CONFIG_CRYPTO_HW is not set | ||
1282 | |||
1283 | # | ||
1284 | # Library routines | ||
1285 | # | ||
1286 | CONFIG_BITREVERSE=y | ||
1287 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
1288 | # CONFIG_GENERIC_FIND_NEXT_BIT is not set | ||
1289 | CONFIG_CRC_CCITT=m | ||
1290 | CONFIG_CRC16=y | ||
1291 | CONFIG_CRC_T10DIF=m | ||
1292 | CONFIG_CRC_ITU_T=m | ||
1293 | CONFIG_CRC32=y | ||
1294 | CONFIG_CRC7=m | ||
1295 | # CONFIG_LIBCRC32C is not set | ||
1296 | CONFIG_ZLIB_INFLATE=y | ||
1297 | CONFIG_ZLIB_DEFLATE=y | ||
1298 | CONFIG_LZO_COMPRESS=y | ||
1299 | CONFIG_LZO_DECOMPRESS=y | ||
1300 | CONFIG_GENERIC_ALLOCATOR=y | ||
1301 | CONFIG_PLIST=y | ||
1302 | CONFIG_HAS_IOMEM=y | ||
1303 | CONFIG_HAS_IOPORT=y | ||
1304 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/avr32/mach-at32ap/Makefile b/arch/avr32/mach-at32ap/Makefile index d5018e2eed25..514c9a9b009a 100644 --- a/arch/avr32/mach-at32ap/Makefile +++ b/arch/avr32/mach-at32ap/Makefile | |||
@@ -1,4 +1,5 @@ | |||
1 | obj-y += pdc.o clock.o intc.o extint.o pio.o hsmc.o | 1 | obj-y += pdc.o clock.o intc.o extint.o pio.o hsmc.o |
2 | obj-y += hmatrix.o | ||
2 | obj-$(CONFIG_CPU_AT32AP700X) += at32ap700x.o pm-at32ap700x.o | 3 | obj-$(CONFIG_CPU_AT32AP700X) += at32ap700x.o pm-at32ap700x.o |
3 | obj-$(CONFIG_CPU_FREQ_AT32AP) += cpufreq.o | 4 | obj-$(CONFIG_CPU_FREQ_AT32AP) += cpufreq.o |
4 | obj-$(CONFIG_PM) += pm.o | 5 | obj-$(CONFIG_PM) += pm.o |
diff --git a/arch/avr32/mach-at32ap/at32ap700x.c b/arch/avr32/mach-at32ap/at32ap700x.c index 92bfb4d8ae45..e01dbe4ebb40 100644 --- a/arch/avr32/mach-at32ap/at32ap700x.c +++ b/arch/avr32/mach-at32ap/at32ap700x.c | |||
@@ -22,13 +22,13 @@ | |||
22 | 22 | ||
23 | #include <mach/at32ap700x.h> | 23 | #include <mach/at32ap700x.h> |
24 | #include <mach/board.h> | 24 | #include <mach/board.h> |
25 | #include <mach/hmatrix.h> | ||
25 | #include <mach/portmux.h> | 26 | #include <mach/portmux.h> |
26 | #include <mach/sram.h> | 27 | #include <mach/sram.h> |
27 | 28 | ||
28 | #include <video/atmel_lcdc.h> | 29 | #include <video/atmel_lcdc.h> |
29 | 30 | ||
30 | #include "clock.h" | 31 | #include "clock.h" |
31 | #include "hmatrix.h" | ||
32 | #include "pio.h" | 32 | #include "pio.h" |
33 | #include "pm.h" | 33 | #include "pm.h" |
34 | 34 | ||
@@ -725,7 +725,7 @@ static struct clk pico_clk = { | |||
725 | * HMATRIX | 725 | * HMATRIX |
726 | * -------------------------------------------------------------------- */ | 726 | * -------------------------------------------------------------------- */ |
727 | 727 | ||
728 | static struct clk hmatrix_clk = { | 728 | struct clk at32_hmatrix_clk = { |
729 | .name = "hmatrix_clk", | 729 | .name = "hmatrix_clk", |
730 | .parent = &pbb_clk, | 730 | .parent = &pbb_clk, |
731 | .mode = pbb_clk_mode, | 731 | .mode = pbb_clk_mode, |
@@ -733,12 +733,6 @@ static struct clk hmatrix_clk = { | |||
733 | .index = 2, | 733 | .index = 2, |
734 | .users = 1, | 734 | .users = 1, |
735 | }; | 735 | }; |
736 | #define HMATRIX_BASE ((void __iomem *)0xfff00800) | ||
737 | |||
738 | #define hmatrix_readl(reg) \ | ||
739 | __raw_readl((HMATRIX_BASE) + HMATRIX_##reg) | ||
740 | #define hmatrix_writel(reg,value) \ | ||
741 | __raw_writel((value), (HMATRIX_BASE) + HMATRIX_##reg) | ||
742 | 736 | ||
743 | /* | 737 | /* |
744 | * Set bits in the HMATRIX Special Function Register (SFR) used by the | 738 | * Set bits in the HMATRIX Special Function Register (SFR) used by the |
@@ -748,13 +742,7 @@ static struct clk hmatrix_clk = { | |||
748 | */ | 742 | */ |
749 | static inline void set_ebi_sfr_bits(u32 mask) | 743 | static inline void set_ebi_sfr_bits(u32 mask) |
750 | { | 744 | { |
751 | u32 sfr; | 745 | hmatrix_sfr_set_bits(HMATRIX_SLAVE_EBI, mask); |
752 | |||
753 | clk_enable(&hmatrix_clk); | ||
754 | sfr = hmatrix_readl(SFR4); | ||
755 | sfr |= mask; | ||
756 | hmatrix_writel(SFR4, sfr); | ||
757 | clk_disable(&hmatrix_clk); | ||
758 | } | 746 | } |
759 | 747 | ||
760 | /* -------------------------------------------------------------------- | 748 | /* -------------------------------------------------------------------- |
@@ -1779,7 +1767,7 @@ static int __init at32_init_ide_or_cf(struct platform_device *pdev, | |||
1779 | return ret; | 1767 | return ret; |
1780 | 1768 | ||
1781 | select_peripheral(PE(21), PERIPH_A, 0); /* NCS4 -> OE_N */ | 1769 | select_peripheral(PE(21), PERIPH_A, 0); /* NCS4 -> OE_N */ |
1782 | set_ebi_sfr_bits(HMATRIX_BIT(CS4A)); | 1770 | hmatrix_sfr_set_bits(HMATRIX_SLAVE_EBI, HMATRIX_EBI_CF0_ENABLE); |
1783 | break; | 1771 | break; |
1784 | case 5: | 1772 | case 5: |
1785 | ret = platform_device_add_resources(pdev, | 1773 | ret = platform_device_add_resources(pdev, |
@@ -1789,7 +1777,7 @@ static int __init at32_init_ide_or_cf(struct platform_device *pdev, | |||
1789 | return ret; | 1777 | return ret; |
1790 | 1778 | ||
1791 | select_peripheral(PE(22), PERIPH_A, 0); /* NCS5 -> OE_N */ | 1779 | select_peripheral(PE(22), PERIPH_A, 0); /* NCS5 -> OE_N */ |
1792 | set_ebi_sfr_bits(HMATRIX_BIT(CS5A)); | 1780 | hmatrix_sfr_set_bits(HMATRIX_SLAVE_EBI, HMATRIX_EBI_CF1_ENABLE); |
1793 | break; | 1781 | break; |
1794 | default: | 1782 | default: |
1795 | return -EINVAL; | 1783 | return -EINVAL; |
@@ -1905,7 +1893,7 @@ at32_add_device_nand(unsigned int id, struct atmel_nand_data *data) | |||
1905 | sizeof(struct atmel_nand_data))) | 1893 | sizeof(struct atmel_nand_data))) |
1906 | goto fail; | 1894 | goto fail; |
1907 | 1895 | ||
1908 | set_ebi_sfr_bits(HMATRIX_BIT(CS3A)); | 1896 | hmatrix_sfr_set_bits(HMATRIX_SLAVE_EBI, HMATRIX_EBI_NAND_ENABLE); |
1909 | if (data->enable_pin) | 1897 | if (data->enable_pin) |
1910 | at32_select_gpio(data->enable_pin, | 1898 | at32_select_gpio(data->enable_pin, |
1911 | AT32_GPIOF_OUTPUT | AT32_GPIOF_HIGH); | 1899 | AT32_GPIOF_OUTPUT | AT32_GPIOF_HIGH); |
@@ -2097,7 +2085,7 @@ struct clk *at32_clock_list[] = { | |||
2097 | &pbb_clk, | 2085 | &pbb_clk, |
2098 | &at32_pm_pclk, | 2086 | &at32_pm_pclk, |
2099 | &at32_intc0_pclk, | 2087 | &at32_intc0_pclk, |
2100 | &hmatrix_clk, | 2088 | &at32_hmatrix_clk, |
2101 | &ebi_clk, | 2089 | &ebi_clk, |
2102 | &hramc_clk, | 2090 | &hramc_clk, |
2103 | &sdramc_clk, | 2091 | &sdramc_clk, |
diff --git a/arch/avr32/mach-at32ap/clock.c b/arch/avr32/mach-at32ap/clock.c index 4642117cc9ab..6c27ddac5adf 100644 --- a/arch/avr32/mach-at32ap/clock.c +++ b/arch/avr32/mach-at32ap/clock.c | |||
@@ -16,6 +16,8 @@ | |||
16 | #include <linux/device.h> | 16 | #include <linux/device.h> |
17 | #include <linux/string.h> | 17 | #include <linux/string.h> |
18 | 18 | ||
19 | #include <mach/chip.h> | ||
20 | |||
19 | #include "clock.h" | 21 | #include "clock.h" |
20 | 22 | ||
21 | static DEFINE_SPINLOCK(clk_lock); | 23 | static DEFINE_SPINLOCK(clk_lock); |
diff --git a/arch/avr32/mach-at32ap/hmatrix.c b/arch/avr32/mach-at32ap/hmatrix.c new file mode 100644 index 000000000000..48f5ede77468 --- /dev/null +++ b/arch/avr32/mach-at32ap/hmatrix.c | |||
@@ -0,0 +1,88 @@ | |||
1 | /* | ||
2 | * High-Speed Bus Matrix helper functions | ||
3 | * | ||
4 | * Copyright (C) 2008 Atmel Corporation | ||
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 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | ||
10 | #include <linux/clk.h> | ||
11 | #include <linux/io.h> | ||
12 | |||
13 | #include <mach/chip.h> | ||
14 | #include <mach/hmatrix.h> | ||
15 | |||
16 | static inline void __hmatrix_write_reg(unsigned long offset, u32 value) | ||
17 | { | ||
18 | __raw_writel(value, (void __iomem __force *)(HMATRIX_BASE + offset)); | ||
19 | } | ||
20 | |||
21 | static inline u32 __hmatrix_read_reg(unsigned long offset) | ||
22 | { | ||
23 | return __raw_readl((void __iomem __force *)(HMATRIX_BASE + offset)); | ||
24 | } | ||
25 | |||
26 | /** | ||
27 | * hmatrix_write_reg - write HMATRIX configuration register | ||
28 | * @offset: register offset | ||
29 | * @value: value to be written to the register at @offset | ||
30 | */ | ||
31 | void hmatrix_write_reg(unsigned long offset, u32 value) | ||
32 | { | ||
33 | clk_enable(&at32_hmatrix_clk); | ||
34 | __hmatrix_write_reg(offset, value); | ||
35 | __hmatrix_read_reg(offset); | ||
36 | clk_disable(&at32_hmatrix_clk); | ||
37 | } | ||
38 | |||
39 | /** | ||
40 | * hmatrix_read_reg - read HMATRIX configuration register | ||
41 | * @offset: register offset | ||
42 | * | ||
43 | * Returns the value of the register at @offset. | ||
44 | */ | ||
45 | u32 hmatrix_read_reg(unsigned long offset) | ||
46 | { | ||
47 | u32 value; | ||
48 | |||
49 | clk_enable(&at32_hmatrix_clk); | ||
50 | value = __hmatrix_read_reg(offset); | ||
51 | clk_disable(&at32_hmatrix_clk); | ||
52 | |||
53 | return value; | ||
54 | } | ||
55 | |||
56 | /** | ||
57 | * hmatrix_sfr_set_bits - set bits in a slave's Special Function Register | ||
58 | * @slave_id: operate on the SFR belonging to this slave | ||
59 | * @mask: mask of bits to be set in the SFR | ||
60 | */ | ||
61 | void hmatrix_sfr_set_bits(unsigned int slave_id, u32 mask) | ||
62 | { | ||
63 | u32 value; | ||
64 | |||
65 | clk_enable(&at32_hmatrix_clk); | ||
66 | value = __hmatrix_read_reg(HMATRIX_SFR(slave_id)); | ||
67 | value |= mask; | ||
68 | __hmatrix_write_reg(HMATRIX_SFR(slave_id), value); | ||
69 | __hmatrix_read_reg(HMATRIX_SFR(slave_id)); | ||
70 | clk_disable(&at32_hmatrix_clk); | ||
71 | } | ||
72 | |||
73 | /** | ||
74 | * hmatrix_sfr_set_bits - clear bits in a slave's Special Function Register | ||
75 | * @slave_id: operate on the SFR belonging to this slave | ||
76 | * @mask: mask of bits to be cleared in the SFR | ||
77 | */ | ||
78 | void hmatrix_sfr_clear_bits(unsigned int slave_id, u32 mask) | ||
79 | { | ||
80 | u32 value; | ||
81 | |||
82 | clk_enable(&at32_hmatrix_clk); | ||
83 | value = __hmatrix_read_reg(HMATRIX_SFR(slave_id)); | ||
84 | value &= ~mask; | ||
85 | __hmatrix_write_reg(HMATRIX_SFR(slave_id), value); | ||
86 | __hmatrix_read_reg(HMATRIX_SFR(slave_id)); | ||
87 | clk_disable(&at32_hmatrix_clk); | ||
88 | } | ||
diff --git a/arch/avr32/mach-at32ap/hmatrix.h b/arch/avr32/mach-at32ap/hmatrix.h deleted file mode 100644 index d10bfb60d68d..000000000000 --- a/arch/avr32/mach-at32ap/hmatrix.h +++ /dev/null | |||
@@ -1,182 +0,0 @@ | |||
1 | /* | ||
2 | * Register definitions for High-Speed Bus Matrix | ||
3 | */ | ||
4 | #ifndef __HMATRIX_H | ||
5 | #define __HMATRIX_H | ||
6 | |||
7 | /* HMATRIX register offsets */ | ||
8 | #define HMATRIX_MCFG0 0x0000 | ||
9 | #define HMATRIX_MCFG1 0x0004 | ||
10 | #define HMATRIX_MCFG2 0x0008 | ||
11 | #define HMATRIX_MCFG3 0x000c | ||
12 | #define HMATRIX_MCFG4 0x0010 | ||
13 | #define HMATRIX_MCFG5 0x0014 | ||
14 | #define HMATRIX_MCFG6 0x0018 | ||
15 | #define HMATRIX_MCFG7 0x001c | ||
16 | #define HMATRIX_MCFG8 0x0020 | ||
17 | #define HMATRIX_MCFG9 0x0024 | ||
18 | #define HMATRIX_MCFG10 0x0028 | ||
19 | #define HMATRIX_MCFG11 0x002c | ||
20 | #define HMATRIX_MCFG12 0x0030 | ||
21 | #define HMATRIX_MCFG13 0x0034 | ||
22 | #define HMATRIX_MCFG14 0x0038 | ||
23 | #define HMATRIX_MCFG15 0x003c | ||
24 | #define HMATRIX_SCFG0 0x0040 | ||
25 | #define HMATRIX_SCFG1 0x0044 | ||
26 | #define HMATRIX_SCFG2 0x0048 | ||
27 | #define HMATRIX_SCFG3 0x004c | ||
28 | #define HMATRIX_SCFG4 0x0050 | ||
29 | #define HMATRIX_SCFG5 0x0054 | ||
30 | #define HMATRIX_SCFG6 0x0058 | ||
31 | #define HMATRIX_SCFG7 0x005c | ||
32 | #define HMATRIX_SCFG8 0x0060 | ||
33 | #define HMATRIX_SCFG9 0x0064 | ||
34 | #define HMATRIX_SCFG10 0x0068 | ||
35 | #define HMATRIX_SCFG11 0x006c | ||
36 | #define HMATRIX_SCFG12 0x0070 | ||
37 | #define HMATRIX_SCFG13 0x0074 | ||
38 | #define HMATRIX_SCFG14 0x0078 | ||
39 | #define HMATRIX_SCFG15 0x007c | ||
40 | #define HMATRIX_PRAS0 0x0080 | ||
41 | #define HMATRIX_PRBS0 0x0084 | ||
42 | #define HMATRIX_PRAS1 0x0088 | ||
43 | #define HMATRIX_PRBS1 0x008c | ||
44 | #define HMATRIX_PRAS2 0x0090 | ||
45 | #define HMATRIX_PRBS2 0x0094 | ||
46 | #define HMATRIX_PRAS3 0x0098 | ||
47 | #define HMATRIX_PRBS3 0x009c | ||
48 | #define HMATRIX_PRAS4 0x00a0 | ||
49 | #define HMATRIX_PRBS4 0x00a4 | ||
50 | #define HMATRIX_PRAS5 0x00a8 | ||
51 | #define HMATRIX_PRBS5 0x00ac | ||
52 | #define HMATRIX_PRAS6 0x00b0 | ||
53 | #define HMATRIX_PRBS6 0x00b4 | ||
54 | #define HMATRIX_PRAS7 0x00b8 | ||
55 | #define HMATRIX_PRBS7 0x00bc | ||
56 | #define HMATRIX_PRAS8 0x00c0 | ||
57 | #define HMATRIX_PRBS8 0x00c4 | ||
58 | #define HMATRIX_PRAS9 0x00c8 | ||
59 | #define HMATRIX_PRBS9 0x00cc | ||
60 | #define HMATRIX_PRAS10 0x00d0 | ||
61 | #define HMATRIX_PRBS10 0x00d4 | ||
62 | #define HMATRIX_PRAS11 0x00d8 | ||
63 | #define HMATRIX_PRBS11 0x00dc | ||
64 | #define HMATRIX_PRAS12 0x00e0 | ||
65 | #define HMATRIX_PRBS12 0x00e4 | ||
66 | #define HMATRIX_PRAS13 0x00e8 | ||
67 | #define HMATRIX_PRBS13 0x00ec | ||
68 | #define HMATRIX_PRAS14 0x00f0 | ||
69 | #define HMATRIX_PRBS14 0x00f4 | ||
70 | #define HMATRIX_PRAS15 0x00f8 | ||
71 | #define HMATRIX_PRBS15 0x00fc | ||
72 | #define HMATRIX_MRCR 0x0100 | ||
73 | #define HMATRIX_SFR0 0x0110 | ||
74 | #define HMATRIX_SFR1 0x0114 | ||
75 | #define HMATRIX_SFR2 0x0118 | ||
76 | #define HMATRIX_SFR3 0x011c | ||
77 | #define HMATRIX_SFR4 0x0120 | ||
78 | #define HMATRIX_SFR5 0x0124 | ||
79 | #define HMATRIX_SFR6 0x0128 | ||
80 | #define HMATRIX_SFR7 0x012c | ||
81 | #define HMATRIX_SFR8 0x0130 | ||
82 | #define HMATRIX_SFR9 0x0134 | ||
83 | #define HMATRIX_SFR10 0x0138 | ||
84 | #define HMATRIX_SFR11 0x013c | ||
85 | #define HMATRIX_SFR12 0x0140 | ||
86 | #define HMATRIX_SFR13 0x0144 | ||
87 | #define HMATRIX_SFR14 0x0148 | ||
88 | #define HMATRIX_SFR15 0x014c | ||
89 | |||
90 | /* Bitfields in MCFGx */ | ||
91 | #define HMATRIX_ULBT_OFFSET 0 | ||
92 | #define HMATRIX_ULBT_SIZE 3 | ||
93 | |||
94 | /* Bitfields in SCFGx */ | ||
95 | #define HMATRIX_SLOT_CYCLE_OFFSET 0 | ||
96 | #define HMATRIX_SLOT_CYCLE_SIZE 8 | ||
97 | #define HMATRIX_DEFMSTR_TYPE_OFFSET 16 | ||
98 | #define HMATRIX_DEFMSTR_TYPE_SIZE 2 | ||
99 | #define HMATRIX_FIXED_DEFMSTR_OFFSET 18 | ||
100 | #define HMATRIX_FIXED_DEFMSTR_SIZE 4 | ||
101 | #define HMATRIX_ARBT_OFFSET 24 | ||
102 | #define HMATRIX_ARBT_SIZE 2 | ||
103 | |||
104 | /* Bitfields in PRASx */ | ||
105 | #define HMATRIX_M0PR_OFFSET 0 | ||
106 | #define HMATRIX_M0PR_SIZE 4 | ||
107 | #define HMATRIX_M1PR_OFFSET 4 | ||
108 | #define HMATRIX_M1PR_SIZE 4 | ||
109 | #define HMATRIX_M2PR_OFFSET 8 | ||
110 | #define HMATRIX_M2PR_SIZE 4 | ||
111 | #define HMATRIX_M3PR_OFFSET 12 | ||
112 | #define HMATRIX_M3PR_SIZE 4 | ||
113 | #define HMATRIX_M4PR_OFFSET 16 | ||
114 | #define HMATRIX_M4PR_SIZE 4 | ||
115 | #define HMATRIX_M5PR_OFFSET 20 | ||
116 | #define HMATRIX_M5PR_SIZE 4 | ||
117 | #define HMATRIX_M6PR_OFFSET 24 | ||
118 | #define HMATRIX_M6PR_SIZE 4 | ||
119 | #define HMATRIX_M7PR_OFFSET 28 | ||
120 | #define HMATRIX_M7PR_SIZE 4 | ||
121 | |||
122 | /* Bitfields in PRBSx */ | ||
123 | #define HMATRIX_M8PR_OFFSET 0 | ||
124 | #define HMATRIX_M8PR_SIZE 4 | ||
125 | #define HMATRIX_M9PR_OFFSET 4 | ||
126 | #define HMATRIX_M9PR_SIZE 4 | ||
127 | #define HMATRIX_M10PR_OFFSET 8 | ||
128 | #define HMATRIX_M10PR_SIZE 4 | ||
129 | #define HMATRIX_M11PR_OFFSET 12 | ||
130 | #define HMATRIX_M11PR_SIZE 4 | ||
131 | #define HMATRIX_M12PR_OFFSET 16 | ||
132 | #define HMATRIX_M12PR_SIZE 4 | ||
133 | #define HMATRIX_M13PR_OFFSET 20 | ||
134 | #define HMATRIX_M13PR_SIZE 4 | ||
135 | #define HMATRIX_M14PR_OFFSET 24 | ||
136 | #define HMATRIX_M14PR_SIZE 4 | ||
137 | #define HMATRIX_M15PR_OFFSET 28 | ||
138 | #define HMATRIX_M15PR_SIZE 4 | ||
139 | |||
140 | /* Bitfields in SFR4 */ | ||
141 | #define HMATRIX_CS1A_OFFSET 1 | ||
142 | #define HMATRIX_CS1A_SIZE 1 | ||
143 | #define HMATRIX_CS3A_OFFSET 3 | ||
144 | #define HMATRIX_CS3A_SIZE 1 | ||
145 | #define HMATRIX_CS4A_OFFSET 4 | ||
146 | #define HMATRIX_CS4A_SIZE 1 | ||
147 | #define HMATRIX_CS5A_OFFSET 5 | ||
148 | #define HMATRIX_CS5A_SIZE 1 | ||
149 | #define HMATRIX_DBPUC_OFFSET 8 | ||
150 | #define HMATRIX_DBPUC_SIZE 1 | ||
151 | |||
152 | /* Constants for ULBT */ | ||
153 | #define HMATRIX_ULBT_INFINITE 0 | ||
154 | #define HMATRIX_ULBT_SINGLE 1 | ||
155 | #define HMATRIX_ULBT_FOUR_BEAT 2 | ||
156 | #define HMATRIX_ULBT_EIGHT_BEAT 3 | ||
157 | #define HMATRIX_ULBT_SIXTEEN_BEAT 4 | ||
158 | |||
159 | /* Constants for DEFMSTR_TYPE */ | ||
160 | #define HMATRIX_DEFMSTR_TYPE_NO_DEFAULT 0 | ||
161 | #define HMATRIX_DEFMSTR_TYPE_LAST_DEFAULT 1 | ||
162 | #define HMATRIX_DEFMSTR_TYPE_FIXED_DEFAULT 2 | ||
163 | |||
164 | /* Constants for ARBT */ | ||
165 | #define HMATRIX_ARBT_ROUND_ROBIN 0 | ||
166 | #define HMATRIX_ARBT_FIXED_PRIORITY 1 | ||
167 | |||
168 | /* Bit manipulation macros */ | ||
169 | #define HMATRIX_BIT(name) \ | ||
170 | (1 << HMATRIX_##name##_OFFSET) | ||
171 | #define HMATRIX_BF(name,value) \ | ||
172 | (((value) & ((1 << HMATRIX_##name##_SIZE) - 1)) \ | ||
173 | << HMATRIX_##name##_OFFSET) | ||
174 | #define HMATRIX_BFEXT(name,value) \ | ||
175 | (((value) >> HMATRIX_##name##_OFFSET) \ | ||
176 | & ((1 << HMATRIX_##name##_SIZE) - 1)) | ||
177 | #define HMATRIX_BFINS(name,value,old) \ | ||
178 | (((old) & ~(((1 << HMATRIX_##name##_SIZE) - 1) \ | ||
179 | << HMATRIX_##name##_OFFSET)) \ | ||
180 | | HMATRIX_BF(name,value)) | ||
181 | |||
182 | #endif /* __HMATRIX_H */ | ||
diff --git a/arch/avr32/mach-at32ap/include/mach/at32ap700x.h b/arch/avr32/mach-at32ap/include/mach/at32ap700x.h index d18a3053be0d..1e9852d65cca 100644 --- a/arch/avr32/mach-at32ap/include/mach/at32ap700x.h +++ b/arch/avr32/mach-at32ap/include/mach/at32ap700x.h | |||
@@ -46,4 +46,41 @@ | |||
46 | #define DMAC_DMAREQ_2 9 | 46 | #define DMAC_DMAREQ_2 9 |
47 | #define DMAC_DMAREQ_3 10 | 47 | #define DMAC_DMAREQ_3 10 |
48 | 48 | ||
49 | /* HSB master IDs */ | ||
50 | #define HMATRIX_MASTER_CPU_DCACHE 0 | ||
51 | #define HMATRIX_MASTER_CPU_ICACHE 1 | ||
52 | #define HMATRIX_MASTER_PDC 2 | ||
53 | #define HMATRIX_MASTER_ISI 3 | ||
54 | #define HMATRIX_MASTER_USBA 4 | ||
55 | #define HMATRIX_MASTER_LCDC 5 | ||
56 | #define HMATRIX_MASTER_MACB0 6 | ||
57 | #define HMATRIX_MASTER_MACB1 7 | ||
58 | #define HMATRIX_MASTER_DMACA_M0 8 | ||
59 | #define HMATRIX_MASTER_DMACA_M1 9 | ||
60 | |||
61 | /* HSB slave IDs */ | ||
62 | #define HMATRIX_SLAVE_SRAM0 0 | ||
63 | #define HMATRIX_SLAVE_SRAM1 1 | ||
64 | #define HMATRIX_SLAVE_PBA 2 | ||
65 | #define HMATRIX_SLAVE_PBB 3 | ||
66 | #define HMATRIX_SLAVE_EBI 4 | ||
67 | #define HMATRIX_SLAVE_USBA 5 | ||
68 | #define HMATRIX_SLAVE_LCDC 6 | ||
69 | #define HMATRIX_SLAVE_DMACA 7 | ||
70 | |||
71 | /* Bits in HMATRIX SFR4 (EBI) */ | ||
72 | #define HMATRIX_EBI_SDRAM_ENABLE (1 << 1) | ||
73 | #define HMATRIX_EBI_NAND_ENABLE (1 << 3) | ||
74 | #define HMATRIX_EBI_CF0_ENABLE (1 << 4) | ||
75 | #define HMATRIX_EBI_CF1_ENABLE (1 << 5) | ||
76 | #define HMATRIX_EBI_PULLUP_DISABLE (1 << 8) | ||
77 | |||
78 | /* | ||
79 | * Base addresses of controllers that may be accessed early by | ||
80 | * platform code. | ||
81 | */ | ||
82 | #define PM_BASE 0xfff00000 | ||
83 | #define HMATRIX_BASE 0xfff00800 | ||
84 | #define SDRAMC_BASE 0xfff03800 | ||
85 | |||
49 | #endif /* __ASM_ARCH_AT32AP700X_H__ */ | 86 | #endif /* __ASM_ARCH_AT32AP700X_H__ */ |
diff --git a/arch/avr32/mach-at32ap/include/mach/chip.h b/arch/avr32/mach-at32ap/include/mach/chip.h new file mode 100644 index 000000000000..5efca6da6acb --- /dev/null +++ b/arch/avr32/mach-at32ap/include/mach/chip.h | |||
@@ -0,0 +1,19 @@ | |||
1 | /* | ||
2 | * AVR32 chip-specific definitions | ||
3 | * | ||
4 | * Copyright (C) 2008 Atmel Corporation | ||
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 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | ||
10 | #ifndef __ASM_AVR32_ARCH_CHIP_H__ | ||
11 | #define __ASM_AVR32_ARCH_CHIP_H__ | ||
12 | |||
13 | #if defined(CONFIG_CPU_AT32AP700X) | ||
14 | # include <mach/at32ap700x.h> | ||
15 | #else | ||
16 | # error Unknown chip type selected | ||
17 | #endif | ||
18 | |||
19 | #endif /* __ASM_AVR32_ARCH_CHIP_H__ */ | ||
diff --git a/arch/avr32/mach-at32ap/include/mach/hmatrix.h b/arch/avr32/mach-at32ap/include/mach/hmatrix.h new file mode 100644 index 000000000000..7a368f227ebc --- /dev/null +++ b/arch/avr32/mach-at32ap/include/mach/hmatrix.h | |||
@@ -0,0 +1,55 @@ | |||
1 | /* | ||
2 | * High-Speed Bus Matrix configuration registers | ||
3 | * | ||
4 | * Copyright (C) 2008 Atmel Corporation | ||
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 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | ||
10 | #ifndef __HMATRIX_H | ||
11 | #define __HMATRIX_H | ||
12 | |||
13 | extern struct clk at32_hmatrix_clk; | ||
14 | |||
15 | void hmatrix_write_reg(unsigned long offset, u32 value); | ||
16 | u32 hmatrix_read_reg(unsigned long offset); | ||
17 | |||
18 | void hmatrix_sfr_set_bits(unsigned int slave_id, u32 mask); | ||
19 | void hmatrix_sfr_clear_bits(unsigned int slave_id, u32 mask); | ||
20 | |||
21 | /* Master Configuration register */ | ||
22 | #define HMATRIX_MCFG(m) (0x0000 + 4 * (m)) | ||
23 | /* Undefined length burst limit */ | ||
24 | # define HMATRIX_MCFG_ULBT_INFINITE 0 /* Infinite length */ | ||
25 | # define HMATRIX_MCFG_ULBT_SINGLE 1 /* Single Access */ | ||
26 | # define HMATRIX_MCFG_ULBT_FOUR_BEAT 2 /* Four beat */ | ||
27 | # define HMATRIX_MCFG_ULBT_EIGHT_BEAT 3 /* Eight beat */ | ||
28 | # define HMATRIX_MCFG_ULBT_SIXTEEN_BEAT 4 /* Sixteen beat */ | ||
29 | |||
30 | /* Slave Configuration register */ | ||
31 | #define HMATRIX_SCFG(s) (0x0040 + 4 * (s)) | ||
32 | # define HMATRIX_SCFG_SLOT_CYCLE(x) ((x) << 0) /* Max burst cycles */ | ||
33 | # define HMATRIX_SCFG_DEFMSTR_NONE ( 0 << 16) /* No default master */ | ||
34 | # define HMATRIX_SCFG_DEFMSTR_LAST ( 1 << 16) /* Last def master */ | ||
35 | # define HMATRIX_SCFG_DEFMSTR_FIXED ( 2 << 16) /* Fixed def master */ | ||
36 | # define HMATRIX_SCFG_FIXED_DEFMSTR(m) ((m) << 18) /* Fixed master ID */ | ||
37 | # define HMATRIX_SCFG_ARBT_ROUND_ROBIN ( 0 << 24) /* RR arbitration */ | ||
38 | # define HMATRIX_SCFG_ARBT_FIXED_PRIO ( 1 << 24) /* Fixed priority */ | ||
39 | |||
40 | /* Slave Priority register A (master 0..7) */ | ||
41 | #define HMATRIX_PRAS(s) (0x0080 + 8 * (s)) | ||
42 | # define HMATRIX_PRAS_PRIO(m, p) ((p) << ((m) * 4)) | ||
43 | |||
44 | /* Slave Priority register A (master 8..15) */ | ||
45 | #define HMATRIX_PRBS(s) (0x0084 + 8 * (s)) | ||
46 | # define HMATRIX_PRBS_PRIO(m, p) ((p) << (((m) - 8) * 4)) | ||
47 | |||
48 | /* Master Remap Control Register */ | ||
49 | #define HMATRIX_MRCR 0x0100 | ||
50 | # define HMATRIX_MRCR_REMAP(m) ( 1 << (m)) /* Remap master m */ | ||
51 | |||
52 | /* Special Function Register. Bit definitions are chip-specific */ | ||
53 | #define HMATRIX_SFR(s) (0x0110 + 4 * (s)) | ||
54 | |||
55 | #endif /* __HMATRIX_H */ | ||
diff --git a/arch/avr32/mach-at32ap/pm.c b/arch/avr32/mach-at32ap/pm.c index a0cbef54fc2a..f021edfeaab0 100644 --- a/arch/avr32/mach-at32ap/pm.c +++ b/arch/avr32/mach-at32ap/pm.c | |||
@@ -14,12 +14,10 @@ | |||
14 | #include <asm/cacheflush.h> | 14 | #include <asm/cacheflush.h> |
15 | #include <asm/sysreg.h> | 15 | #include <asm/sysreg.h> |
16 | 16 | ||
17 | #include <mach/chip.h> | ||
17 | #include <mach/pm.h> | 18 | #include <mach/pm.h> |
18 | #include <mach/sram.h> | 19 | #include <mach/sram.h> |
19 | 20 | ||
20 | /* FIXME: This is only valid for AP7000 */ | ||
21 | #define SDRAMC_BASE 0xfff03800 | ||
22 | |||
23 | #include "sdramc.h" | 21 | #include "sdramc.h" |
24 | 22 | ||
25 | #define SRAM_PAGE_FLAGS (SYSREG_BIT(TLBELO_D) | SYSREG_BF(SZ, 1) \ | 23 | #define SRAM_PAGE_FLAGS (SYSREG_BIT(TLBELO_D) | SYSREG_BF(SZ, 1) \ |
diff --git a/arch/avr32/mach-at32ap/pm.h b/arch/avr32/mach-at32ap/pm.h index 694d521edc2f..532a3732c214 100644 --- a/arch/avr32/mach-at32ap/pm.h +++ b/arch/avr32/mach-at32ap/pm.h | |||
@@ -4,14 +4,6 @@ | |||
4 | #ifndef __ARCH_AVR32_MACH_AT32AP_PM_H__ | 4 | #ifndef __ARCH_AVR32_MACH_AT32AP_PM_H__ |
5 | #define __ARCH_AVR32_MACH_AT32AP_PM_H__ | 5 | #define __ARCH_AVR32_MACH_AT32AP_PM_H__ |
6 | 6 | ||
7 | /* | ||
8 | * We can reduce the code size a bit by using a constant here. Since | ||
9 | * this file is only used on AVR32 AP CPUs with segmentation enabled, | ||
10 | * it's safe to not use ioremap. Generic drivers should of course | ||
11 | * never do this. | ||
12 | */ | ||
13 | #define AT32_PM_BASE 0xfff00000 | ||
14 | |||
15 | /* PM register offsets */ | 7 | /* PM register offsets */ |
16 | #define PM_MCCTRL 0x0000 | 8 | #define PM_MCCTRL 0x0000 |
17 | #define PM_CKSEL 0x0004 | 9 | #define PM_CKSEL 0x0004 |
@@ -113,8 +105,8 @@ | |||
113 | 105 | ||
114 | /* Register access macros */ | 106 | /* Register access macros */ |
115 | #define pm_readl(reg) \ | 107 | #define pm_readl(reg) \ |
116 | __raw_readl((void __iomem __force *)AT32_PM_BASE + PM_##reg) | 108 | __raw_readl((void __iomem __force *)PM_BASE + PM_##reg) |
117 | #define pm_writel(reg,value) \ | 109 | #define pm_writel(reg,value) \ |
118 | __raw_writel((value), (void __iomem __force *)AT32_PM_BASE + PM_##reg) | 110 | __raw_writel((value), (void __iomem __force *)PM_BASE + PM_##reg) |
119 | 111 | ||
120 | #endif /* __ARCH_AVR32_MACH_AT32AP_PM_H__ */ | 112 | #endif /* __ARCH_AVR32_MACH_AT32AP_PM_H__ */ |
diff --git a/arch/h8300/mm/init.c b/arch/h8300/mm/init.c index a1d228f5e4e6..9942f24aff9e 100644 --- a/arch/h8300/mm/init.c +++ b/arch/h8300/mm/init.c | |||
@@ -40,9 +40,6 @@ | |||
40 | 40 | ||
41 | #undef DEBUG | 41 | #undef DEBUG |
42 | 42 | ||
43 | extern void die_if_kernel(char *,struct pt_regs *,long); | ||
44 | extern void free_initmem(void); | ||
45 | |||
46 | /* | 43 | /* |
47 | * BAD_PAGE is the page that is used for page faults when linux | 44 | * BAD_PAGE is the page that is used for page faults when linux |
48 | * is out-of-memory. Older versions of linux just did a | 45 | * is out-of-memory. Older versions of linux just did a |
@@ -73,7 +70,7 @@ extern unsigned long memory_end; | |||
73 | * The parameters are pointers to where to stick the starting and ending | 70 | * The parameters are pointers to where to stick the starting and ending |
74 | * addresses of available kernel virtual memory. | 71 | * addresses of available kernel virtual memory. |
75 | */ | 72 | */ |
76 | void paging_init(void) | 73 | void __init paging_init(void) |
77 | { | 74 | { |
78 | /* | 75 | /* |
79 | * Make sure start_mem is page aligned, otherwise bootmem and | 76 | * Make sure start_mem is page aligned, otherwise bootmem and |
@@ -122,7 +119,7 @@ void paging_init(void) | |||
122 | } | 119 | } |
123 | } | 120 | } |
124 | 121 | ||
125 | void mem_init(void) | 122 | void __init mem_init(void) |
126 | { | 123 | { |
127 | int codek = 0, datak = 0, initk = 0; | 124 | int codek = 0, datak = 0, initk = 0; |
128 | /* DAVIDM look at setup memory map generically with reserved area */ | 125 | /* DAVIDM look at setup memory map generically with reserved area */ |
@@ -178,7 +175,7 @@ void free_initrd_mem(unsigned long start, unsigned long end) | |||
178 | #endif | 175 | #endif |
179 | 176 | ||
180 | void | 177 | void |
181 | free_initmem() | 178 | free_initmem(void) |
182 | { | 179 | { |
183 | #ifdef CONFIG_RAMKERNEL | 180 | #ifdef CONFIG_RAMKERNEL |
184 | unsigned long addr; | 181 | unsigned long addr; |
diff --git a/arch/ia64/include/asm/sal.h b/arch/ia64/include/asm/sal.h index 89594b442f83..ea310c0812aa 100644 --- a/arch/ia64/include/asm/sal.h +++ b/arch/ia64/include/asm/sal.h | |||
@@ -236,7 +236,7 @@ extern struct ia64_sal_desc_ptc *ia64_ptc_domain_info; | |||
236 | 236 | ||
237 | extern unsigned short sal_revision; /* supported SAL spec revision */ | 237 | extern unsigned short sal_revision; /* supported SAL spec revision */ |
238 | extern unsigned short sal_version; /* SAL version; OEM dependent */ | 238 | extern unsigned short sal_version; /* SAL version; OEM dependent */ |
239 | #define SAL_VERSION_CODE(major, minor) ((BIN2BCD(major) << 8) | BIN2BCD(minor)) | 239 | #define SAL_VERSION_CODE(major, minor) ((bin2bcd(major) << 8) | bin2bcd(minor)) |
240 | 240 | ||
241 | extern const char *ia64_sal_strerror (long status); | 241 | extern const char *ia64_sal_strerror (long status); |
242 | extern void ia64_sal_init (struct ia64_sal_systab *sal_systab); | 242 | extern void ia64_sal_init (struct ia64_sal_systab *sal_systab); |
diff --git a/arch/ia64/kernel/head.S b/arch/ia64/kernel/head.S index 41c712917ff7..8bdea8eb62e3 100644 --- a/arch/ia64/kernel/head.S +++ b/arch/ia64/kernel/head.S | |||
@@ -359,7 +359,31 @@ start_ap: | |||
359 | mov ar.rsc=0 // place RSE in enforced lazy mode | 359 | mov ar.rsc=0 // place RSE in enforced lazy mode |
360 | ;; | 360 | ;; |
361 | loadrs // clear the dirty partition | 361 | loadrs // clear the dirty partition |
362 | mov IA64_KR(PER_CPU_DATA)=r0 // clear physical per-CPU base | 362 | movl r19=__phys_per_cpu_start |
363 | mov r18=PERCPU_PAGE_SIZE | ||
364 | ;; | ||
365 | #ifndef CONFIG_SMP | ||
366 | add r19=r19,r18 | ||
367 | ;; | ||
368 | #else | ||
369 | (isAP) br.few 2f | ||
370 | mov r20=r19 | ||
371 | sub r19=r19,r18 | ||
372 | ;; | ||
373 | shr.u r18=r18,3 | ||
374 | 1: | ||
375 | ld8 r21=[r20],8;; | ||
376 | st8[r19]=r21,8 | ||
377 | adds r18=-1,r18;; | ||
378 | cmp4.lt p7,p6=0,r18 | ||
379 | (p7) br.cond.dptk.few 1b | ||
380 | 2: | ||
381 | #endif | ||
382 | tpa r19=r19 | ||
383 | ;; | ||
384 | .pred.rel.mutex isBP,isAP | ||
385 | (isBP) mov IA64_KR(PER_CPU_DATA)=r19 // per-CPU base for cpu0 | ||
386 | (isAP) mov IA64_KR(PER_CPU_DATA)=r0 // clear physical per-CPU base | ||
363 | ;; | 387 | ;; |
364 | mov ar.bspstore=r2 // establish the new RSE stack | 388 | mov ar.bspstore=r2 // establish the new RSE stack |
365 | ;; | 389 | ;; |
diff --git a/arch/ia64/kernel/setup.c b/arch/ia64/kernel/setup.c index 593279f33e96..c27d5b2c182b 100644 --- a/arch/ia64/kernel/setup.c +++ b/arch/ia64/kernel/setup.c | |||
@@ -927,17 +927,19 @@ cpu_init (void) | |||
927 | if (smp_processor_id() == 0) { | 927 | if (smp_processor_id() == 0) { |
928 | cpu_set(0, per_cpu(cpu_sibling_map, 0)); | 928 | cpu_set(0, per_cpu(cpu_sibling_map, 0)); |
929 | cpu_set(0, cpu_core_map[0]); | 929 | cpu_set(0, cpu_core_map[0]); |
930 | } else { | ||
931 | /* | ||
932 | * Set ar.k3 so that assembly code in MCA handler can compute | ||
933 | * physical addresses of per cpu variables with a simple: | ||
934 | * phys = ar.k3 + &per_cpu_var | ||
935 | * and the alt-dtlb-miss handler can set per-cpu mapping into | ||
936 | * the TLB when needed. head.S already did this for cpu0. | ||
937 | */ | ||
938 | ia64_set_kr(IA64_KR_PER_CPU_DATA, | ||
939 | ia64_tpa(cpu_data) - (long) __per_cpu_start); | ||
930 | } | 940 | } |
931 | #endif | 941 | #endif |
932 | 942 | ||
933 | /* | ||
934 | * We set ar.k3 so that assembly code in MCA handler can compute | ||
935 | * physical addresses of per cpu variables with a simple: | ||
936 | * phys = ar.k3 + &per_cpu_var | ||
937 | */ | ||
938 | ia64_set_kr(IA64_KR_PER_CPU_DATA, | ||
939 | ia64_tpa(cpu_data) - (long) __per_cpu_start); | ||
940 | |||
941 | get_max_cacheline_size(); | 943 | get_max_cacheline_size(); |
942 | 944 | ||
943 | /* | 945 | /* |
diff --git a/arch/ia64/kernel/smpboot.c b/arch/ia64/kernel/smpboot.c index 03f1a9908afc..b39853a292d5 100644 --- a/arch/ia64/kernel/smpboot.c +++ b/arch/ia64/kernel/smpboot.c | |||
@@ -467,7 +467,9 @@ start_secondary (void *unused) | |||
467 | { | 467 | { |
468 | /* Early console may use I/O ports */ | 468 | /* Early console may use I/O ports */ |
469 | ia64_set_kr(IA64_KR_IO_BASE, __pa(ia64_iobase)); | 469 | ia64_set_kr(IA64_KR_IO_BASE, __pa(ia64_iobase)); |
470 | #ifndef CONFIG_PRINTK_TIME | ||
470 | Dprintk("start_secondary: starting CPU 0x%x\n", hard_smp_processor_id()); | 471 | Dprintk("start_secondary: starting CPU 0x%x\n", hard_smp_processor_id()); |
472 | #endif | ||
471 | efi_map_pal_code(); | 473 | efi_map_pal_code(); |
472 | cpu_init(); | 474 | cpu_init(); |
473 | preempt_disable(); | 475 | preempt_disable(); |
diff --git a/arch/ia64/kernel/vmlinux.lds.S b/arch/ia64/kernel/vmlinux.lds.S index 5a77206c2492..de71da811cd6 100644 --- a/arch/ia64/kernel/vmlinux.lds.S +++ b/arch/ia64/kernel/vmlinux.lds.S | |||
@@ -215,6 +215,9 @@ SECTIONS | |||
215 | /* Per-cpu data: */ | 215 | /* Per-cpu data: */ |
216 | percpu : { } :percpu | 216 | percpu : { } :percpu |
217 | . = ALIGN(PERCPU_PAGE_SIZE); | 217 | . = ALIGN(PERCPU_PAGE_SIZE); |
218 | #ifdef CONFIG_SMP | ||
219 | . = . + PERCPU_PAGE_SIZE; /* cpu0 per-cpu space */ | ||
220 | #endif | ||
218 | __phys_per_cpu_start = .; | 221 | __phys_per_cpu_start = .; |
219 | .data.percpu PERCPU_ADDR : AT(__phys_per_cpu_start - LOAD_OFFSET) | 222 | .data.percpu PERCPU_ADDR : AT(__phys_per_cpu_start - LOAD_OFFSET) |
220 | { | 223 | { |
diff --git a/arch/ia64/mm/contig.c b/arch/ia64/mm/contig.c index 798bf9835a51..e566ff43884a 100644 --- a/arch/ia64/mm/contig.c +++ b/arch/ia64/mm/contig.c | |||
@@ -163,8 +163,14 @@ per_cpu_init (void) | |||
163 | * get_zeroed_page(). | 163 | * get_zeroed_page(). |
164 | */ | 164 | */ |
165 | if (first_time) { | 165 | if (first_time) { |
166 | void *cpu0_data = __phys_per_cpu_start - PERCPU_PAGE_SIZE; | ||
167 | |||
166 | first_time=0; | 168 | first_time=0; |
167 | for (cpu = 0; cpu < NR_CPUS; cpu++) { | 169 | |
170 | __per_cpu_offset[0] = (char *) cpu0_data - __per_cpu_start; | ||
171 | per_cpu(local_per_cpu_offset, 0) = __per_cpu_offset[0]; | ||
172 | |||
173 | for (cpu = 1; cpu < NR_CPUS; cpu++) { | ||
168 | memcpy(cpu_data, __phys_per_cpu_start, __per_cpu_end - __per_cpu_start); | 174 | memcpy(cpu_data, __phys_per_cpu_start, __per_cpu_end - __per_cpu_start); |
169 | __per_cpu_offset[cpu] = (char *) cpu_data - __per_cpu_start; | 175 | __per_cpu_offset[cpu] = (char *) cpu_data - __per_cpu_start; |
170 | cpu_data += PERCPU_PAGE_SIZE; | 176 | cpu_data += PERCPU_PAGE_SIZE; |
@@ -177,7 +183,7 @@ per_cpu_init (void) | |||
177 | static inline void | 183 | static inline void |
178 | alloc_per_cpu_data(void) | 184 | alloc_per_cpu_data(void) |
179 | { | 185 | { |
180 | cpu_data = __alloc_bootmem(PERCPU_PAGE_SIZE * NR_CPUS, | 186 | cpu_data = __alloc_bootmem(PERCPU_PAGE_SIZE * NR_CPUS-1, |
181 | PERCPU_PAGE_SIZE, __pa(MAX_DMA_ADDRESS)); | 187 | PERCPU_PAGE_SIZE, __pa(MAX_DMA_ADDRESS)); |
182 | } | 188 | } |
183 | #else | 189 | #else |
diff --git a/arch/ia64/mm/discontig.c b/arch/ia64/mm/discontig.c index d83125e1ed27..78026aabaa7f 100644 --- a/arch/ia64/mm/discontig.c +++ b/arch/ia64/mm/discontig.c | |||
@@ -143,7 +143,11 @@ static void *per_cpu_node_setup(void *cpu_data, int node) | |||
143 | int cpu; | 143 | int cpu; |
144 | 144 | ||
145 | for_each_possible_early_cpu(cpu) { | 145 | for_each_possible_early_cpu(cpu) { |
146 | if (node == node_cpuid[cpu].nid) { | 146 | if (cpu == 0) { |
147 | void *cpu0_data = __phys_per_cpu_start - PERCPU_PAGE_SIZE; | ||
148 | __per_cpu_offset[cpu] = (char*)cpu0_data - | ||
149 | __per_cpu_start; | ||
150 | } else if (node == node_cpuid[cpu].nid) { | ||
147 | memcpy(__va(cpu_data), __phys_per_cpu_start, | 151 | memcpy(__va(cpu_data), __phys_per_cpu_start, |
148 | __per_cpu_end - __per_cpu_start); | 152 | __per_cpu_end - __per_cpu_start); |
149 | __per_cpu_offset[cpu] = (char*)__va(cpu_data) - | 153 | __per_cpu_offset[cpu] = (char*)__va(cpu_data) - |
diff --git a/arch/m68k/kernel/entry.S b/arch/m68k/kernel/entry.S index 18a9c5f4b00d..f28404d9a2bc 100644 --- a/arch/m68k/kernel/entry.S +++ b/arch/m68k/kernel/entry.S | |||
@@ -747,4 +747,10 @@ sys_call_table: | |||
747 | .long sys_fallocate /* 320 */ | 747 | .long sys_fallocate /* 320 */ |
748 | .long sys_timerfd_settime | 748 | .long sys_timerfd_settime |
749 | .long sys_timerfd_gettime | 749 | .long sys_timerfd_gettime |
750 | .long sys_signalfd4 | ||
751 | .long sys_eventfd2 | ||
752 | .long sys_epoll_create1 /* 325 */ | ||
753 | .long sys_dup3 | ||
754 | .long sys_pipe2 | ||
755 | .long sys_inotify_init1 | ||
750 | 756 | ||
diff --git a/arch/m68knommu/include/asm/unistd.h b/arch/m68knommu/include/asm/unistd.h index 4ba98b9c5d79..b034a2f7b444 100644 --- a/arch/m68knommu/include/asm/unistd.h +++ b/arch/m68knommu/include/asm/unistd.h | |||
@@ -326,10 +326,16 @@ | |||
326 | #define __NR_fallocate 320 | 326 | #define __NR_fallocate 320 |
327 | #define __NR_timerfd_settime 321 | 327 | #define __NR_timerfd_settime 321 |
328 | #define __NR_timerfd_gettime 322 | 328 | #define __NR_timerfd_gettime 322 |
329 | #define __NR_signalfd4 323 | ||
330 | #define __NR_eventfd2 324 | ||
331 | #define __NR_epoll_create1 325 | ||
332 | #define __NR_dup3 326 | ||
333 | #define __NR_pipe2 327 | ||
334 | #define __NR_inotify_init1 328 | ||
329 | 335 | ||
330 | #ifdef __KERNEL__ | 336 | #ifdef __KERNEL__ |
331 | 337 | ||
332 | #define NR_syscalls 323 | 338 | #define NR_syscalls 329 |
333 | 339 | ||
334 | #define __ARCH_WANT_IPC_PARSE_VERSION | 340 | #define __ARCH_WANT_IPC_PARSE_VERSION |
335 | #define __ARCH_WANT_OLD_READDIR | 341 | #define __ARCH_WANT_OLD_READDIR |
diff --git a/arch/m68knommu/kernel/syscalltable.S b/arch/m68knommu/kernel/syscalltable.S index fca2e49917a3..812f8d8b7a85 100644 --- a/arch/m68knommu/kernel/syscalltable.S +++ b/arch/m68knommu/kernel/syscalltable.S | |||
@@ -341,6 +341,12 @@ ENTRY(sys_call_table) | |||
341 | .long sys_fallocate /* 320 */ | 341 | .long sys_fallocate /* 320 */ |
342 | .long sys_timerfd_settime | 342 | .long sys_timerfd_settime |
343 | .long sys_timerfd_gettime | 343 | .long sys_timerfd_gettime |
344 | .long sys_signalfd4 | ||
345 | .long sys_eventfd2 | ||
346 | .long sys_epoll_create1 /* 325 */ | ||
347 | .long sys_dup3 | ||
348 | .long sys_pipe2 | ||
349 | .long sys_inotify_init1 | ||
344 | 350 | ||
345 | .rept NR_syscalls-(.-sys_call_table)/4 | 351 | .rept NR_syscalls-(.-sys_call_table)/4 |
346 | .long sys_ni_syscall | 352 | .long sys_ni_syscall |
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 63c9cafda9c4..587da5e0990f 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -42,9 +42,6 @@ config GENERIC_HARDIRQS | |||
42 | bool | 42 | bool |
43 | default y | 43 | default y |
44 | 44 | ||
45 | config HAVE_GET_USER_PAGES_FAST | ||
46 | def_bool PPC64 | ||
47 | |||
48 | config HAVE_SETUP_PER_CPU_AREA | 45 | config HAVE_SETUP_PER_CPU_AREA |
49 | def_bool PPC64 | 46 | def_bool PPC64 |
50 | 47 | ||
diff --git a/arch/powerpc/boot/dts/warp.dts b/arch/powerpc/boot/dts/warp.dts index 340018cf16b7..f4e4ba69eef7 100644 --- a/arch/powerpc/boot/dts/warp.dts +++ b/arch/powerpc/boot/dts/warp.dts | |||
@@ -139,6 +139,11 @@ | |||
139 | interrupt-parent = <&UIC0>; | 139 | interrupt-parent = <&UIC0>; |
140 | }; | 140 | }; |
141 | 141 | ||
142 | fpga@2,2000 { | ||
143 | compatible = "pika,fpga-sgl"; | ||
144 | reg = <0x00000002 0x00002000 0x00000200>; | ||
145 | }; | ||
146 | |||
142 | fpga@2,4000 { | 147 | fpga@2,4000 { |
143 | compatible = "pika,fpga-sd"; | 148 | compatible = "pika,fpga-sd"; |
144 | reg = <0x00000002 0x00004000 0x00000A00>; | 149 | reg = <0x00000002 0x00004000 0x00000A00>; |
@@ -152,7 +157,7 @@ | |||
152 | #size-cells = <1>; | 157 | #size-cells = <1>; |
153 | partition@300000 { | 158 | partition@300000 { |
154 | label = "fpga"; | 159 | label = "fpga"; |
155 | reg = <0x0030000 0x00040000>; | 160 | reg = <0x0300000 0x00040000>; |
156 | }; | 161 | }; |
157 | partition@340000 { | 162 | partition@340000 { |
158 | label = "env"; | 163 | label = "env"; |
@@ -181,7 +186,6 @@ | |||
181 | reg = <0xef600700 0x00000014>; | 186 | reg = <0xef600700 0x00000014>; |
182 | interrupt-parent = <&UIC0>; | 187 | interrupt-parent = <&UIC0>; |
183 | interrupts = <0x2 0x4>; | 188 | interrupts = <0x2 0x4>; |
184 | index = <0x0>; | ||
185 | #address-cells = <1>; | 189 | #address-cells = <1>; |
186 | #size-cells = <0>; | 190 | #size-cells = <0>; |
187 | 191 | ||
@@ -191,6 +195,12 @@ | |||
191 | interrupts = <0x19 0x8>; | 195 | interrupts = <0x19 0x8>; |
192 | interrupt-parent = <&UIC0>; | 196 | interrupt-parent = <&UIC0>; |
193 | }; | 197 | }; |
198 | |||
199 | /* This will create 52 and 53 */ | ||
200 | at24@52 { | ||
201 | compatible = "at,24c04"; | ||
202 | reg = <0x52>; | ||
203 | }; | ||
194 | }; | 204 | }; |
195 | 205 | ||
196 | GPIO0: gpio@ef600b00 { | 206 | GPIO0: gpio@ef600b00 { |
@@ -209,7 +219,13 @@ | |||
209 | led@31 { | 219 | led@31 { |
210 | compatible = "linux,gpio-led"; | 220 | compatible = "linux,gpio-led"; |
211 | linux,name = ":green:"; | 221 | linux,name = ":green:"; |
212 | gpios = <&GPIO1 0x30 0>; | 222 | gpios = <&GPIO1 31 0>; |
223 | }; | ||
224 | |||
225 | led@30 { | ||
226 | compatible = "linux,gpio-led"; | ||
227 | linux,name = ":red:"; | ||
228 | gpios = <&GPIO1 30 0>; | ||
213 | }; | 229 | }; |
214 | }; | 230 | }; |
215 | 231 | ||
diff --git a/arch/powerpc/configs/40x/ep405_defconfig b/arch/powerpc/configs/40x/ep405_defconfig index e24240a9a047..2113ae2ab401 100644 --- a/arch/powerpc/configs/40x/ep405_defconfig +++ b/arch/powerpc/configs/40x/ep405_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.25-rc2 | 3 | # Linux kernel version: 2.6.27-rc1 |
4 | # Fri Feb 15 21:50:09 2008 | 4 | # Tue Aug 5 19:34:03 2008 |
5 | # | 5 | # |
6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
7 | 7 | ||
@@ -26,8 +26,12 @@ CONFIG_GENERIC_TIME=y | |||
26 | CONFIG_GENERIC_TIME_VSYSCALL=y | 26 | CONFIG_GENERIC_TIME_VSYSCALL=y |
27 | CONFIG_GENERIC_CLOCKEVENTS=y | 27 | CONFIG_GENERIC_CLOCKEVENTS=y |
28 | CONFIG_GENERIC_HARDIRQS=y | 28 | CONFIG_GENERIC_HARDIRQS=y |
29 | # CONFIG_HAVE_GET_USER_PAGES_FAST is not set | ||
29 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | 30 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set |
30 | CONFIG_IRQ_PER_CPU=y | 31 | CONFIG_IRQ_PER_CPU=y |
32 | CONFIG_STACKTRACE_SUPPORT=y | ||
33 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
34 | CONFIG_LOCKDEP_SUPPORT=y | ||
31 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 35 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
32 | CONFIG_ARCH_HAS_ILOG2_U32=y | 36 | CONFIG_ARCH_HAS_ILOG2_U32=y |
33 | CONFIG_GENERIC_HWEIGHT=y | 37 | CONFIG_GENERIC_HWEIGHT=y |
@@ -75,6 +79,7 @@ CONFIG_FAIR_GROUP_SCHED=y | |||
75 | CONFIG_USER_SCHED=y | 79 | CONFIG_USER_SCHED=y |
76 | # CONFIG_CGROUP_SCHED is not set | 80 | # CONFIG_CGROUP_SCHED is not set |
77 | CONFIG_SYSFS_DEPRECATED=y | 81 | CONFIG_SYSFS_DEPRECATED=y |
82 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
78 | # CONFIG_RELAY is not set | 83 | # CONFIG_RELAY is not set |
79 | # CONFIG_NAMESPACES is not set | 84 | # CONFIG_NAMESPACES is not set |
80 | CONFIG_BLK_DEV_INITRD=y | 85 | CONFIG_BLK_DEV_INITRD=y |
@@ -83,6 +88,7 @@ CONFIG_INITRAMFS_SOURCE="" | |||
83 | CONFIG_SYSCTL=y | 88 | CONFIG_SYSCTL=y |
84 | CONFIG_EMBEDDED=y | 89 | CONFIG_EMBEDDED=y |
85 | CONFIG_SYSCTL_SYSCALL=y | 90 | CONFIG_SYSCTL_SYSCALL=y |
91 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
86 | CONFIG_KALLSYMS=y | 92 | CONFIG_KALLSYMS=y |
87 | CONFIG_KALLSYMS_ALL=y | 93 | CONFIG_KALLSYMS_ALL=y |
88 | CONFIG_KALLSYMS_EXTRA_PASS=y | 94 | CONFIG_KALLSYMS_EXTRA_PASS=y |
@@ -108,13 +114,22 @@ CONFIG_SLUB=y | |||
108 | # CONFIG_MARKERS is not set | 114 | # CONFIG_MARKERS is not set |
109 | CONFIG_HAVE_OPROFILE=y | 115 | CONFIG_HAVE_OPROFILE=y |
110 | # CONFIG_KPROBES is not set | 116 | # CONFIG_KPROBES is not set |
117 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
118 | CONFIG_HAVE_IOREMAP_PROT=y | ||
111 | CONFIG_HAVE_KPROBES=y | 119 | CONFIG_HAVE_KPROBES=y |
120 | CONFIG_HAVE_KRETPROBES=y | ||
121 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
122 | # CONFIG_HAVE_DMA_ATTRS is not set | ||
123 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
124 | # CONFIG_HAVE_CLK is not set | ||
112 | CONFIG_PROC_PAGE_MONITOR=y | 125 | CONFIG_PROC_PAGE_MONITOR=y |
126 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
113 | CONFIG_SLABINFO=y | 127 | CONFIG_SLABINFO=y |
114 | CONFIG_RT_MUTEXES=y | 128 | CONFIG_RT_MUTEXES=y |
115 | # CONFIG_TINY_SHMEM is not set | 129 | # CONFIG_TINY_SHMEM is not set |
116 | CONFIG_BASE_SMALL=0 | 130 | CONFIG_BASE_SMALL=0 |
117 | CONFIG_MODULES=y | 131 | CONFIG_MODULES=y |
132 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
118 | CONFIG_MODULE_UNLOAD=y | 133 | CONFIG_MODULE_UNLOAD=y |
119 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 134 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
120 | # CONFIG_MODVERSIONS is not set | 135 | # CONFIG_MODVERSIONS is not set |
@@ -125,6 +140,7 @@ CONFIG_LBD=y | |||
125 | # CONFIG_BLK_DEV_IO_TRACE is not set | 140 | # CONFIG_BLK_DEV_IO_TRACE is not set |
126 | # CONFIG_LSF is not set | 141 | # CONFIG_LSF is not set |
127 | # CONFIG_BLK_DEV_BSG is not set | 142 | # CONFIG_BLK_DEV_BSG is not set |
143 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
128 | 144 | ||
129 | # | 145 | # |
130 | # IO Schedulers | 146 | # IO Schedulers |
@@ -139,14 +155,11 @@ CONFIG_DEFAULT_AS=y | |||
139 | # CONFIG_DEFAULT_NOOP is not set | 155 | # CONFIG_DEFAULT_NOOP is not set |
140 | CONFIG_DEFAULT_IOSCHED="anticipatory" | 156 | CONFIG_DEFAULT_IOSCHED="anticipatory" |
141 | CONFIG_CLASSIC_RCU=y | 157 | CONFIG_CLASSIC_RCU=y |
142 | # CONFIG_PREEMPT_RCU is not set | ||
143 | # CONFIG_PPC4xx_PCI_EXPRESS is not set | 158 | # CONFIG_PPC4xx_PCI_EXPRESS is not set |
144 | 159 | ||
145 | # | 160 | # |
146 | # Platform support | 161 | # Platform support |
147 | # | 162 | # |
148 | # CONFIG_PPC_MPC512x is not set | ||
149 | # CONFIG_PPC_MPC5121 is not set | ||
150 | # CONFIG_PPC_CELL is not set | 163 | # CONFIG_PPC_CELL is not set |
151 | # CONFIG_PPC_CELL_NATIVE is not set | 164 | # CONFIG_PPC_CELL_NATIVE is not set |
152 | # CONFIG_PQ2ADS is not set | 165 | # CONFIG_PQ2ADS is not set |
@@ -188,7 +201,6 @@ CONFIG_HZ=250 | |||
188 | CONFIG_PREEMPT_NONE=y | 201 | CONFIG_PREEMPT_NONE=y |
189 | # CONFIG_PREEMPT_VOLUNTARY is not set | 202 | # CONFIG_PREEMPT_VOLUNTARY is not set |
190 | # CONFIG_PREEMPT is not set | 203 | # CONFIG_PREEMPT is not set |
191 | CONFIG_RCU_TRACE=y | ||
192 | CONFIG_BINFMT_ELF=y | 204 | CONFIG_BINFMT_ELF=y |
193 | # CONFIG_BINFMT_MISC is not set | 205 | # CONFIG_BINFMT_MISC is not set |
194 | # CONFIG_MATH_EMULATION is not set | 206 | # CONFIG_MATH_EMULATION is not set |
@@ -206,13 +218,17 @@ CONFIG_FLATMEM=y | |||
206 | CONFIG_FLAT_NODE_MEM_MAP=y | 218 | CONFIG_FLAT_NODE_MEM_MAP=y |
207 | # CONFIG_SPARSEMEM_STATIC is not set | 219 | # CONFIG_SPARSEMEM_STATIC is not set |
208 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 220 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
221 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
209 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 222 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
223 | CONFIG_MIGRATION=y | ||
210 | # CONFIG_RESOURCES_64BIT is not set | 224 | # CONFIG_RESOURCES_64BIT is not set |
211 | CONFIG_ZONE_DMA_FLAG=1 | 225 | CONFIG_ZONE_DMA_FLAG=1 |
212 | CONFIG_BOUNCE=y | 226 | CONFIG_BOUNCE=y |
213 | CONFIG_VIRT_TO_BUS=y | 227 | CONFIG_VIRT_TO_BUS=y |
228 | CONFIG_FORCE_MAX_ZONEORDER=11 | ||
214 | CONFIG_PROC_DEVICETREE=y | 229 | CONFIG_PROC_DEVICETREE=y |
215 | # CONFIG_CMDLINE_BOOL is not set | 230 | # CONFIG_CMDLINE_BOOL is not set |
231 | CONFIG_EXTRA_TARGETS="" | ||
216 | # CONFIG_PM is not set | 232 | # CONFIG_PM is not set |
217 | CONFIG_SECCOMP=y | 233 | CONFIG_SECCOMP=y |
218 | CONFIG_ISA_DMA_API=y | 234 | CONFIG_ISA_DMA_API=y |
@@ -222,6 +238,8 @@ CONFIG_ISA_DMA_API=y | |||
222 | # | 238 | # |
223 | CONFIG_ZONE_DMA=y | 239 | CONFIG_ZONE_DMA=y |
224 | CONFIG_PPC_INDIRECT_PCI=y | 240 | CONFIG_PPC_INDIRECT_PCI=y |
241 | CONFIG_4xx_SOC=y | ||
242 | CONFIG_PPC_PCI_CHOICE=y | ||
225 | CONFIG_PCI=y | 243 | CONFIG_PCI=y |
226 | CONFIG_PCI_DOMAINS=y | 244 | CONFIG_PCI_DOMAINS=y |
227 | CONFIG_PCI_SYSCALL=y | 245 | CONFIG_PCI_SYSCALL=y |
@@ -232,6 +250,7 @@ CONFIG_PCI_LEGACY=y | |||
232 | # CONFIG_PCI_DEBUG is not set | 250 | # CONFIG_PCI_DEBUG is not set |
233 | # CONFIG_PCCARD is not set | 251 | # CONFIG_PCCARD is not set |
234 | # CONFIG_HOTPLUG_PCI is not set | 252 | # CONFIG_HOTPLUG_PCI is not set |
253 | # CONFIG_HAS_RAPIDIO is not set | ||
235 | 254 | ||
236 | # | 255 | # |
237 | # Advanced setup | 256 | # Advanced setup |
@@ -241,17 +260,13 @@ CONFIG_PCI_LEGACY=y | |||
241 | # | 260 | # |
242 | # Default settings for advanced configuration options are used | 261 | # Default settings for advanced configuration options are used |
243 | # | 262 | # |
244 | CONFIG_HIGHMEM_START=0xfe000000 | ||
245 | CONFIG_LOWMEM_SIZE=0x30000000 | 263 | CONFIG_LOWMEM_SIZE=0x30000000 |
264 | CONFIG_PAGE_OFFSET=0xc0000000 | ||
246 | CONFIG_KERNEL_START=0xc0000000 | 265 | CONFIG_KERNEL_START=0xc0000000 |
266 | CONFIG_PHYSICAL_START=0x00000000 | ||
247 | CONFIG_TASK_SIZE=0xc0000000 | 267 | CONFIG_TASK_SIZE=0xc0000000 |
248 | CONFIG_CONSISTENT_START=0xff100000 | 268 | CONFIG_CONSISTENT_START=0xff100000 |
249 | CONFIG_CONSISTENT_SIZE=0x00200000 | 269 | CONFIG_CONSISTENT_SIZE=0x00200000 |
250 | CONFIG_BOOT_LOAD=0x00400000 | ||
251 | |||
252 | # | ||
253 | # Networking | ||
254 | # | ||
255 | CONFIG_NET=y | 270 | CONFIG_NET=y |
256 | 271 | ||
257 | # | 272 | # |
@@ -289,8 +304,6 @@ CONFIG_TCP_CONG_CUBIC=y | |||
289 | CONFIG_DEFAULT_TCP_CONG="cubic" | 304 | CONFIG_DEFAULT_TCP_CONG="cubic" |
290 | # CONFIG_TCP_MD5SIG is not set | 305 | # CONFIG_TCP_MD5SIG is not set |
291 | # CONFIG_IPV6 is not set | 306 | # CONFIG_IPV6 is not set |
292 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
293 | # CONFIG_INET6_TUNNEL is not set | ||
294 | # CONFIG_NETWORK_SECMARK is not set | 307 | # CONFIG_NETWORK_SECMARK is not set |
295 | # CONFIG_NETFILTER is not set | 308 | # CONFIG_NETFILTER is not set |
296 | # CONFIG_IP_DCCP is not set | 309 | # CONFIG_IP_DCCP is not set |
@@ -340,6 +353,8 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
340 | CONFIG_STANDALONE=y | 353 | CONFIG_STANDALONE=y |
341 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 354 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
342 | CONFIG_FW_LOADER=y | 355 | CONFIG_FW_LOADER=y |
356 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
357 | CONFIG_EXTRA_FIRMWARE="" | ||
343 | # CONFIG_DEBUG_DRIVER is not set | 358 | # CONFIG_DEBUG_DRIVER is not set |
344 | # CONFIG_DEBUG_DEVRES is not set | 359 | # CONFIG_DEBUG_DEVRES is not set |
345 | # CONFIG_SYS_HYPERVISOR is not set | 360 | # CONFIG_SYS_HYPERVISOR is not set |
@@ -352,6 +367,7 @@ CONFIG_MTD_PARTITIONS=y | |||
352 | # CONFIG_MTD_REDBOOT_PARTS is not set | 367 | # CONFIG_MTD_REDBOOT_PARTS is not set |
353 | CONFIG_MTD_CMDLINE_PARTS=y | 368 | CONFIG_MTD_CMDLINE_PARTS=y |
354 | CONFIG_MTD_OF_PARTS=y | 369 | CONFIG_MTD_OF_PARTS=y |
370 | # CONFIG_MTD_AR7_PARTS is not set | ||
355 | 371 | ||
356 | # | 372 | # |
357 | # User Modules And Translation Layers | 373 | # User Modules And Translation Layers |
@@ -443,12 +459,14 @@ CONFIG_BLK_DEV_RAM_SIZE=35000 | |||
443 | # CONFIG_CDROM_PKTCDVD is not set | 459 | # CONFIG_CDROM_PKTCDVD is not set |
444 | # CONFIG_ATA_OVER_ETH is not set | 460 | # CONFIG_ATA_OVER_ETH is not set |
445 | # CONFIG_XILINX_SYSACE is not set | 461 | # CONFIG_XILINX_SYSACE is not set |
462 | # CONFIG_BLK_DEV_HD is not set | ||
446 | CONFIG_MISC_DEVICES=y | 463 | CONFIG_MISC_DEVICES=y |
447 | # CONFIG_PHANTOM is not set | 464 | # CONFIG_PHANTOM is not set |
448 | # CONFIG_EEPROM_93CX6 is not set | 465 | # CONFIG_EEPROM_93CX6 is not set |
449 | # CONFIG_SGI_IOC4 is not set | 466 | # CONFIG_SGI_IOC4 is not set |
450 | # CONFIG_TIFM_CORE is not set | 467 | # CONFIG_TIFM_CORE is not set |
451 | # CONFIG_ENCLOSURE_SERVICES is not set | 468 | # CONFIG_ENCLOSURE_SERVICES is not set |
469 | # CONFIG_HP_ILO is not set | ||
452 | CONFIG_HAVE_IDE=y | 470 | CONFIG_HAVE_IDE=y |
453 | # CONFIG_IDE is not set | 471 | # CONFIG_IDE is not set |
454 | 472 | ||
@@ -466,12 +484,15 @@ CONFIG_HAVE_IDE=y | |||
466 | # | 484 | # |
467 | # IEEE 1394 (FireWire) support | 485 | # IEEE 1394 (FireWire) support |
468 | # | 486 | # |
487 | |||
488 | # | ||
489 | # Enable only one of the two stacks, unless you know what you are doing | ||
490 | # | ||
469 | # CONFIG_FIREWIRE is not set | 491 | # CONFIG_FIREWIRE is not set |
470 | # CONFIG_IEEE1394 is not set | 492 | # CONFIG_IEEE1394 is not set |
471 | # CONFIG_I2O is not set | 493 | # CONFIG_I2O is not set |
472 | # CONFIG_MACINTOSH_DRIVERS is not set | 494 | # CONFIG_MACINTOSH_DRIVERS is not set |
473 | CONFIG_NETDEVICES=y | 495 | CONFIG_NETDEVICES=y |
474 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
475 | # CONFIG_DUMMY is not set | 496 | # CONFIG_DUMMY is not set |
476 | # CONFIG_BONDING is not set | 497 | # CONFIG_BONDING is not set |
477 | # CONFIG_MACVLAN is not set | 498 | # CONFIG_MACVLAN is not set |
@@ -506,7 +527,6 @@ CONFIG_NETDEV_1000=y | |||
506 | # CONFIG_DL2K is not set | 527 | # CONFIG_DL2K is not set |
507 | # CONFIG_E1000 is not set | 528 | # CONFIG_E1000 is not set |
508 | # CONFIG_E1000E is not set | 529 | # CONFIG_E1000E is not set |
509 | # CONFIG_E1000E_ENABLED is not set | ||
510 | # CONFIG_IP1000 is not set | 530 | # CONFIG_IP1000 is not set |
511 | # CONFIG_IGB is not set | 531 | # CONFIG_IGB is not set |
512 | # CONFIG_NS83820 is not set | 532 | # CONFIG_NS83820 is not set |
@@ -516,12 +536,12 @@ CONFIG_NETDEV_1000=y | |||
516 | # CONFIG_SIS190 is not set | 536 | # CONFIG_SIS190 is not set |
517 | # CONFIG_SKGE is not set | 537 | # CONFIG_SKGE is not set |
518 | # CONFIG_SKY2 is not set | 538 | # CONFIG_SKY2 is not set |
519 | # CONFIG_SK98LIN is not set | ||
520 | # CONFIG_VIA_VELOCITY is not set | 539 | # CONFIG_VIA_VELOCITY is not set |
521 | # CONFIG_TIGON3 is not set | 540 | # CONFIG_TIGON3 is not set |
522 | # CONFIG_BNX2 is not set | 541 | # CONFIG_BNX2 is not set |
523 | # CONFIG_QLA3XXX is not set | 542 | # CONFIG_QLA3XXX is not set |
524 | # CONFIG_ATL1 is not set | 543 | # CONFIG_ATL1 is not set |
544 | # CONFIG_ATL1E is not set | ||
525 | CONFIG_NETDEV_10000=y | 545 | CONFIG_NETDEV_10000=y |
526 | # CONFIG_CHELSIO_T1 is not set | 546 | # CONFIG_CHELSIO_T1 is not set |
527 | # CONFIG_CHELSIO_T3 is not set | 547 | # CONFIG_CHELSIO_T3 is not set |
@@ -534,6 +554,7 @@ CONFIG_NETDEV_10000=y | |||
534 | # CONFIG_MLX4_CORE is not set | 554 | # CONFIG_MLX4_CORE is not set |
535 | # CONFIG_TEHUTI is not set | 555 | # CONFIG_TEHUTI is not set |
536 | # CONFIG_BNX2X is not set | 556 | # CONFIG_BNX2X is not set |
557 | # CONFIG_SFC is not set | ||
537 | # CONFIG_TR is not set | 558 | # CONFIG_TR is not set |
538 | 559 | ||
539 | # | 560 | # |
@@ -541,6 +562,7 @@ CONFIG_NETDEV_10000=y | |||
541 | # | 562 | # |
542 | # CONFIG_WLAN_PRE80211 is not set | 563 | # CONFIG_WLAN_PRE80211 is not set |
543 | # CONFIG_WLAN_80211 is not set | 564 | # CONFIG_WLAN_80211 is not set |
565 | # CONFIG_IWLWIFI_LEDS is not set | ||
544 | 566 | ||
545 | # | 567 | # |
546 | # USB Network Adapters | 568 | # USB Network Adapters |
@@ -576,6 +598,7 @@ CONFIG_NETDEV_10000=y | |||
576 | # Character devices | 598 | # Character devices |
577 | # | 599 | # |
578 | # CONFIG_VT is not set | 600 | # CONFIG_VT is not set |
601 | CONFIG_DEVKMEM=y | ||
579 | # CONFIG_SERIAL_NONSTANDARD is not set | 602 | # CONFIG_SERIAL_NONSTANDARD is not set |
580 | # CONFIG_NOZOMI is not set | 603 | # CONFIG_NOZOMI is not set |
581 | 604 | ||
@@ -614,12 +637,9 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
614 | # CONFIG_TCG_TPM is not set | 637 | # CONFIG_TCG_TPM is not set |
615 | CONFIG_DEVPORT=y | 638 | CONFIG_DEVPORT=y |
616 | # CONFIG_I2C is not set | 639 | # CONFIG_I2C is not set |
617 | |||
618 | # | ||
619 | # SPI support | ||
620 | # | ||
621 | # CONFIG_SPI is not set | 640 | # CONFIG_SPI is not set |
622 | # CONFIG_SPI_MASTER is not set | 641 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y |
642 | # CONFIG_GPIOLIB is not set | ||
623 | # CONFIG_W1 is not set | 643 | # CONFIG_W1 is not set |
624 | # CONFIG_POWER_SUPPLY is not set | 644 | # CONFIG_POWER_SUPPLY is not set |
625 | # CONFIG_HWMON is not set | 645 | # CONFIG_HWMON is not set |
@@ -635,13 +655,24 @@ CONFIG_SSB_POSSIBLE=y | |||
635 | # | 655 | # |
636 | # Multifunction device drivers | 656 | # Multifunction device drivers |
637 | # | 657 | # |
658 | # CONFIG_MFD_CORE is not set | ||
638 | # CONFIG_MFD_SM501 is not set | 659 | # CONFIG_MFD_SM501 is not set |
660 | # CONFIG_HTC_PASIC3 is not set | ||
639 | 661 | ||
640 | # | 662 | # |
641 | # Multimedia devices | 663 | # Multimedia devices |
642 | # | 664 | # |
665 | |||
666 | # | ||
667 | # Multimedia core support | ||
668 | # | ||
643 | # CONFIG_VIDEO_DEV is not set | 669 | # CONFIG_VIDEO_DEV is not set |
644 | # CONFIG_DVB_CORE is not set | 670 | # CONFIG_DVB_CORE is not set |
671 | # CONFIG_VIDEO_MEDIA is not set | ||
672 | |||
673 | # | ||
674 | # Multimedia drivers | ||
675 | # | ||
645 | # CONFIG_DAB is not set | 676 | # CONFIG_DAB is not set |
646 | 677 | ||
647 | # | 678 | # |
@@ -658,10 +689,6 @@ CONFIG_VIDEO_OUTPUT_CONTROL=m | |||
658 | # Display device support | 689 | # Display device support |
659 | # | 690 | # |
660 | # CONFIG_DISPLAY_SUPPORT is not set | 691 | # CONFIG_DISPLAY_SUPPORT is not set |
661 | |||
662 | # | ||
663 | # Sound | ||
664 | # | ||
665 | # CONFIG_SOUND is not set | 692 | # CONFIG_SOUND is not set |
666 | CONFIG_USB_SUPPORT=y | 693 | CONFIG_USB_SUPPORT=y |
667 | CONFIG_USB_ARCH_HAS_HCD=y | 694 | CONFIG_USB_ARCH_HAS_HCD=y |
@@ -678,12 +705,16 @@ CONFIG_USB_DEVICEFS=y | |||
678 | CONFIG_USB_DEVICE_CLASS=y | 705 | CONFIG_USB_DEVICE_CLASS=y |
679 | # CONFIG_USB_DYNAMIC_MINORS is not set | 706 | # CONFIG_USB_DYNAMIC_MINORS is not set |
680 | # CONFIG_USB_OTG is not set | 707 | # CONFIG_USB_OTG is not set |
708 | # CONFIG_USB_OTG_WHITELIST is not set | ||
709 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | ||
681 | 710 | ||
682 | # | 711 | # |
683 | # USB Host Controller Drivers | 712 | # USB Host Controller Drivers |
684 | # | 713 | # |
714 | # CONFIG_USB_C67X00_HCD is not set | ||
685 | # CONFIG_USB_EHCI_HCD is not set | 715 | # CONFIG_USB_EHCI_HCD is not set |
686 | # CONFIG_USB_ISP116X_HCD is not set | 716 | # CONFIG_USB_ISP116X_HCD is not set |
717 | # CONFIG_USB_ISP1760_HCD is not set | ||
687 | CONFIG_USB_OHCI_HCD=y | 718 | CONFIG_USB_OHCI_HCD=y |
688 | CONFIG_USB_OHCI_HCD_PPC_OF=y | 719 | CONFIG_USB_OHCI_HCD_PPC_OF=y |
689 | CONFIG_USB_OHCI_HCD_PPC_OF_BE=y | 720 | CONFIG_USB_OHCI_HCD_PPC_OF_BE=y |
@@ -701,6 +732,7 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y | |||
701 | # | 732 | # |
702 | # CONFIG_USB_ACM is not set | 733 | # CONFIG_USB_ACM is not set |
703 | # CONFIG_USB_PRINTER is not set | 734 | # CONFIG_USB_PRINTER is not set |
735 | # CONFIG_USB_WDM is not set | ||
704 | 736 | ||
705 | # | 737 | # |
706 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 738 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
@@ -744,17 +776,16 @@ CONFIG_USB_MON=y | |||
744 | # CONFIG_USB_TRANCEVIBRATOR is not set | 776 | # CONFIG_USB_TRANCEVIBRATOR is not set |
745 | # CONFIG_USB_IOWARRIOR is not set | 777 | # CONFIG_USB_IOWARRIOR is not set |
746 | # CONFIG_USB_TEST is not set | 778 | # CONFIG_USB_TEST is not set |
779 | # CONFIG_USB_ISIGHTFW is not set | ||
747 | # CONFIG_USB_GADGET is not set | 780 | # CONFIG_USB_GADGET is not set |
748 | # CONFIG_MMC is not set | 781 | # CONFIG_MMC is not set |
749 | # CONFIG_MEMSTICK is not set | 782 | # CONFIG_MEMSTICK is not set |
750 | # CONFIG_NEW_LEDS is not set | 783 | # CONFIG_NEW_LEDS is not set |
784 | # CONFIG_ACCESSIBILITY is not set | ||
751 | # CONFIG_INFINIBAND is not set | 785 | # CONFIG_INFINIBAND is not set |
752 | # CONFIG_EDAC is not set | 786 | # CONFIG_EDAC is not set |
753 | # CONFIG_RTC_CLASS is not set | 787 | # CONFIG_RTC_CLASS is not set |
754 | 788 | # CONFIG_DMADEVICES is not set | |
755 | # | ||
756 | # Userspace I/O | ||
757 | # | ||
758 | # CONFIG_UIO is not set | 789 | # CONFIG_UIO is not set |
759 | 790 | ||
760 | # | 791 | # |
@@ -769,7 +800,6 @@ CONFIG_EXT2_FS=y | |||
769 | # CONFIG_JFS_FS is not set | 800 | # CONFIG_JFS_FS is not set |
770 | # CONFIG_FS_POSIX_ACL is not set | 801 | # CONFIG_FS_POSIX_ACL is not set |
771 | # CONFIG_XFS_FS is not set | 802 | # CONFIG_XFS_FS is not set |
772 | # CONFIG_GFS2_FS is not set | ||
773 | # CONFIG_OCFS2_FS is not set | 803 | # CONFIG_OCFS2_FS is not set |
774 | CONFIG_DNOTIFY=y | 804 | CONFIG_DNOTIFY=y |
775 | CONFIG_INOTIFY=y | 805 | CONFIG_INOTIFY=y |
@@ -818,6 +848,7 @@ CONFIG_TMPFS=y | |||
818 | CONFIG_CRAMFS=y | 848 | CONFIG_CRAMFS=y |
819 | # CONFIG_VXFS_FS is not set | 849 | # CONFIG_VXFS_FS is not set |
820 | # CONFIG_MINIX_FS is not set | 850 | # CONFIG_MINIX_FS is not set |
851 | # CONFIG_OMFS_FS is not set | ||
821 | # CONFIG_HPFS_FS is not set | 852 | # CONFIG_HPFS_FS is not set |
822 | # CONFIG_QNX4FS_FS is not set | 853 | # CONFIG_QNX4FS_FS is not set |
823 | # CONFIG_ROMFS_FS is not set | 854 | # CONFIG_ROMFS_FS is not set |
@@ -828,14 +859,12 @@ CONFIG_NFS_FS=y | |||
828 | CONFIG_NFS_V3=y | 859 | CONFIG_NFS_V3=y |
829 | # CONFIG_NFS_V3_ACL is not set | 860 | # CONFIG_NFS_V3_ACL is not set |
830 | # CONFIG_NFS_V4 is not set | 861 | # CONFIG_NFS_V4 is not set |
831 | # CONFIG_NFS_DIRECTIO is not set | ||
832 | # CONFIG_NFSD is not set | ||
833 | CONFIG_ROOT_NFS=y | 862 | CONFIG_ROOT_NFS=y |
863 | # CONFIG_NFSD is not set | ||
834 | CONFIG_LOCKD=y | 864 | CONFIG_LOCKD=y |
835 | CONFIG_LOCKD_V4=y | 865 | CONFIG_LOCKD_V4=y |
836 | CONFIG_NFS_COMMON=y | 866 | CONFIG_NFS_COMMON=y |
837 | CONFIG_SUNRPC=y | 867 | CONFIG_SUNRPC=y |
838 | # CONFIG_SUNRPC_BIND34 is not set | ||
839 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 868 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
840 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 869 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
841 | # CONFIG_SMB_FS is not set | 870 | # CONFIG_SMB_FS is not set |
@@ -856,8 +885,10 @@ CONFIG_MSDOS_PARTITION=y | |||
856 | # Library routines | 885 | # Library routines |
857 | # | 886 | # |
858 | CONFIG_BITREVERSE=y | 887 | CONFIG_BITREVERSE=y |
888 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
859 | # CONFIG_CRC_CCITT is not set | 889 | # CONFIG_CRC_CCITT is not set |
860 | # CONFIG_CRC16 is not set | 890 | # CONFIG_CRC16 is not set |
891 | # CONFIG_CRC_T10DIF is not set | ||
861 | # CONFIG_CRC_ITU_T is not set | 892 | # CONFIG_CRC_ITU_T is not set |
862 | CONFIG_CRC32=y | 893 | CONFIG_CRC32=y |
863 | # CONFIG_CRC7 is not set | 894 | # CONFIG_CRC7 is not set |
@@ -867,6 +898,7 @@ CONFIG_PLIST=y | |||
867 | CONFIG_HAS_IOMEM=y | 898 | CONFIG_HAS_IOMEM=y |
868 | CONFIG_HAS_IOPORT=y | 899 | CONFIG_HAS_IOPORT=y |
869 | CONFIG_HAS_DMA=y | 900 | CONFIG_HAS_DMA=y |
901 | CONFIG_HAVE_LMB=y | ||
870 | 902 | ||
871 | # | 903 | # |
872 | # Kernel hacking | 904 | # Kernel hacking |
@@ -874,6 +906,7 @@ CONFIG_HAS_DMA=y | |||
874 | # CONFIG_PRINTK_TIME is not set | 906 | # CONFIG_PRINTK_TIME is not set |
875 | CONFIG_ENABLE_WARN_DEPRECATED=y | 907 | CONFIG_ENABLE_WARN_DEPRECATED=y |
876 | CONFIG_ENABLE_MUST_CHECK=y | 908 | CONFIG_ENABLE_MUST_CHECK=y |
909 | CONFIG_FRAME_WARN=1024 | ||
877 | CONFIG_MAGIC_SYSRQ=y | 910 | CONFIG_MAGIC_SYSRQ=y |
878 | # CONFIG_UNUSED_SYMBOLS is not set | 911 | # CONFIG_UNUSED_SYMBOLS is not set |
879 | CONFIG_DEBUG_FS=y | 912 | CONFIG_DEBUG_FS=y |
@@ -881,9 +914,12 @@ CONFIG_DEBUG_FS=y | |||
881 | CONFIG_DEBUG_KERNEL=y | 914 | CONFIG_DEBUG_KERNEL=y |
882 | # CONFIG_DEBUG_SHIRQ is not set | 915 | # CONFIG_DEBUG_SHIRQ is not set |
883 | CONFIG_DETECT_SOFTLOCKUP=y | 916 | CONFIG_DETECT_SOFTLOCKUP=y |
917 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
918 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
884 | CONFIG_SCHED_DEBUG=y | 919 | CONFIG_SCHED_DEBUG=y |
885 | # CONFIG_SCHEDSTATS is not set | 920 | # CONFIG_SCHEDSTATS is not set |
886 | # CONFIG_TIMER_STATS is not set | 921 | # CONFIG_TIMER_STATS is not set |
922 | # CONFIG_DEBUG_OBJECTS is not set | ||
887 | # CONFIG_SLUB_DEBUG_ON is not set | 923 | # CONFIG_SLUB_DEBUG_ON is not set |
888 | # CONFIG_SLUB_STATS is not set | 924 | # CONFIG_SLUB_STATS is not set |
889 | # CONFIG_DEBUG_RT_MUTEXES is not set | 925 | # CONFIG_DEBUG_RT_MUTEXES is not set |
@@ -896,17 +932,30 @@ CONFIG_SCHED_DEBUG=y | |||
896 | CONFIG_DEBUG_BUGVERBOSE=y | 932 | CONFIG_DEBUG_BUGVERBOSE=y |
897 | # CONFIG_DEBUG_INFO is not set | 933 | # CONFIG_DEBUG_INFO is not set |
898 | # CONFIG_DEBUG_VM is not set | 934 | # CONFIG_DEBUG_VM is not set |
935 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
936 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
899 | # CONFIG_DEBUG_LIST is not set | 937 | # CONFIG_DEBUG_LIST is not set |
900 | # CONFIG_DEBUG_SG is not set | 938 | # CONFIG_DEBUG_SG is not set |
901 | # CONFIG_BOOT_PRINTK_DELAY is not set | 939 | # CONFIG_BOOT_PRINTK_DELAY is not set |
902 | # CONFIG_RCU_TORTURE_TEST is not set | 940 | # CONFIG_RCU_TORTURE_TEST is not set |
903 | # CONFIG_BACKTRACE_SELF_TEST is not set | 941 | # CONFIG_BACKTRACE_SELF_TEST is not set |
904 | # CONFIG_FAULT_INJECTION is not set | 942 | # CONFIG_FAULT_INJECTION is not set |
943 | # CONFIG_LATENCYTOP is not set | ||
944 | CONFIG_HAVE_FTRACE=y | ||
945 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
946 | # CONFIG_FTRACE is not set | ||
947 | # CONFIG_SCHED_TRACER is not set | ||
948 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
905 | # CONFIG_SAMPLES is not set | 949 | # CONFIG_SAMPLES is not set |
950 | CONFIG_HAVE_ARCH_KGDB=y | ||
951 | # CONFIG_KGDB is not set | ||
906 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 952 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
907 | # CONFIG_DEBUG_STACK_USAGE is not set | 953 | # CONFIG_DEBUG_STACK_USAGE is not set |
908 | # CONFIG_DEBUG_PAGEALLOC is not set | 954 | # CONFIG_DEBUG_PAGEALLOC is not set |
909 | # CONFIG_DEBUGGER is not set | 955 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
956 | # CONFIG_FTR_FIXUP_SELFTEST is not set | ||
957 | # CONFIG_XMON is not set | ||
958 | # CONFIG_IRQSTACKS is not set | ||
910 | # CONFIG_VIRQ_DEBUG is not set | 959 | # CONFIG_VIRQ_DEBUG is not set |
911 | # CONFIG_BDI_SWITCH is not set | 960 | # CONFIG_BDI_SWITCH is not set |
912 | # CONFIG_PPC_EARLY_DEBUG is not set | 961 | # CONFIG_PPC_EARLY_DEBUG is not set |
@@ -918,51 +967,85 @@ CONFIG_DEBUG_BUGVERBOSE=y | |||
918 | # CONFIG_SECURITY is not set | 967 | # CONFIG_SECURITY is not set |
919 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 968 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
920 | CONFIG_CRYPTO=y | 969 | CONFIG_CRYPTO=y |
970 | |||
971 | # | ||
972 | # Crypto core or helper | ||
973 | # | ||
921 | CONFIG_CRYPTO_ALGAPI=y | 974 | CONFIG_CRYPTO_ALGAPI=y |
922 | CONFIG_CRYPTO_BLKCIPHER=y | 975 | CONFIG_CRYPTO_BLKCIPHER=y |
923 | # CONFIG_CRYPTO_SEQIV is not set | ||
924 | CONFIG_CRYPTO_MANAGER=y | 976 | CONFIG_CRYPTO_MANAGER=y |
977 | # CONFIG_CRYPTO_GF128MUL is not set | ||
978 | # CONFIG_CRYPTO_NULL is not set | ||
979 | # CONFIG_CRYPTO_CRYPTD is not set | ||
980 | # CONFIG_CRYPTO_AUTHENC is not set | ||
981 | # CONFIG_CRYPTO_TEST is not set | ||
982 | |||
983 | # | ||
984 | # Authenticated Encryption with Associated Data | ||
985 | # | ||
986 | # CONFIG_CRYPTO_CCM is not set | ||
987 | # CONFIG_CRYPTO_GCM is not set | ||
988 | # CONFIG_CRYPTO_SEQIV is not set | ||
989 | |||
990 | # | ||
991 | # Block modes | ||
992 | # | ||
993 | CONFIG_CRYPTO_CBC=y | ||
994 | # CONFIG_CRYPTO_CTR is not set | ||
995 | # CONFIG_CRYPTO_CTS is not set | ||
996 | CONFIG_CRYPTO_ECB=y | ||
997 | # CONFIG_CRYPTO_LRW is not set | ||
998 | CONFIG_CRYPTO_PCBC=y | ||
999 | # CONFIG_CRYPTO_XTS is not set | ||
1000 | |||
1001 | # | ||
1002 | # Hash modes | ||
1003 | # | ||
925 | # CONFIG_CRYPTO_HMAC is not set | 1004 | # CONFIG_CRYPTO_HMAC is not set |
926 | # CONFIG_CRYPTO_XCBC is not set | 1005 | # CONFIG_CRYPTO_XCBC is not set |
927 | # CONFIG_CRYPTO_NULL is not set | 1006 | |
1007 | # | ||
1008 | # Digest | ||
1009 | # | ||
1010 | # CONFIG_CRYPTO_CRC32C is not set | ||
928 | # CONFIG_CRYPTO_MD4 is not set | 1011 | # CONFIG_CRYPTO_MD4 is not set |
929 | CONFIG_CRYPTO_MD5=y | 1012 | CONFIG_CRYPTO_MD5=y |
1013 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
1014 | # CONFIG_CRYPTO_RMD128 is not set | ||
1015 | # CONFIG_CRYPTO_RMD160 is not set | ||
1016 | # CONFIG_CRYPTO_RMD256 is not set | ||
1017 | # CONFIG_CRYPTO_RMD320 is not set | ||
930 | # CONFIG_CRYPTO_SHA1 is not set | 1018 | # CONFIG_CRYPTO_SHA1 is not set |
931 | # CONFIG_CRYPTO_SHA256 is not set | 1019 | # CONFIG_CRYPTO_SHA256 is not set |
932 | # CONFIG_CRYPTO_SHA512 is not set | 1020 | # CONFIG_CRYPTO_SHA512 is not set |
933 | # CONFIG_CRYPTO_WP512 is not set | ||
934 | # CONFIG_CRYPTO_TGR192 is not set | 1021 | # CONFIG_CRYPTO_TGR192 is not set |
935 | # CONFIG_CRYPTO_GF128MUL is not set | 1022 | # CONFIG_CRYPTO_WP512 is not set |
936 | CONFIG_CRYPTO_ECB=y | 1023 | |
937 | CONFIG_CRYPTO_CBC=y | 1024 | # |
938 | CONFIG_CRYPTO_PCBC=y | 1025 | # Ciphers |
939 | # CONFIG_CRYPTO_LRW is not set | 1026 | # |
940 | # CONFIG_CRYPTO_XTS is not set | ||
941 | # CONFIG_CRYPTO_CTR is not set | ||
942 | # CONFIG_CRYPTO_GCM is not set | ||
943 | # CONFIG_CRYPTO_CCM is not set | ||
944 | # CONFIG_CRYPTO_CRYPTD is not set | ||
945 | CONFIG_CRYPTO_DES=y | ||
946 | # CONFIG_CRYPTO_FCRYPT is not set | ||
947 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
948 | # CONFIG_CRYPTO_TWOFISH is not set | ||
949 | # CONFIG_CRYPTO_SERPENT is not set | ||
950 | # CONFIG_CRYPTO_AES is not set | 1027 | # CONFIG_CRYPTO_AES is not set |
1028 | # CONFIG_CRYPTO_ANUBIS is not set | ||
1029 | # CONFIG_CRYPTO_ARC4 is not set | ||
1030 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1031 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
951 | # CONFIG_CRYPTO_CAST5 is not set | 1032 | # CONFIG_CRYPTO_CAST5 is not set |
952 | # CONFIG_CRYPTO_CAST6 is not set | 1033 | # CONFIG_CRYPTO_CAST6 is not set |
953 | # CONFIG_CRYPTO_TEA is not set | 1034 | CONFIG_CRYPTO_DES=y |
954 | # CONFIG_CRYPTO_ARC4 is not set | 1035 | # CONFIG_CRYPTO_FCRYPT is not set |
955 | # CONFIG_CRYPTO_KHAZAD is not set | 1036 | # CONFIG_CRYPTO_KHAZAD is not set |
956 | # CONFIG_CRYPTO_ANUBIS is not set | ||
957 | # CONFIG_CRYPTO_SEED is not set | ||
958 | # CONFIG_CRYPTO_SALSA20 is not set | 1037 | # CONFIG_CRYPTO_SALSA20 is not set |
1038 | # CONFIG_CRYPTO_SEED is not set | ||
1039 | # CONFIG_CRYPTO_SERPENT is not set | ||
1040 | # CONFIG_CRYPTO_TEA is not set | ||
1041 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1042 | |||
1043 | # | ||
1044 | # Compression | ||
1045 | # | ||
959 | # CONFIG_CRYPTO_DEFLATE is not set | 1046 | # CONFIG_CRYPTO_DEFLATE is not set |
960 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
961 | # CONFIG_CRYPTO_CRC32C is not set | ||
962 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
963 | # CONFIG_CRYPTO_TEST is not set | ||
964 | # CONFIG_CRYPTO_AUTHENC is not set | ||
965 | # CONFIG_CRYPTO_LZO is not set | 1047 | # CONFIG_CRYPTO_LZO is not set |
966 | CONFIG_CRYPTO_HW=y | 1048 | CONFIG_CRYPTO_HW=y |
967 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | 1049 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set |
968 | # CONFIG_PPC_CLOCK is not set | 1050 | # CONFIG_PPC_CLOCK is not set |
1051 | # CONFIG_VIRTUALIZATION is not set | ||
diff --git a/arch/powerpc/configs/40x/kilauea_defconfig b/arch/powerpc/configs/40x/kilauea_defconfig index 2f475391f1d1..565ed9666c54 100644 --- a/arch/powerpc/configs/40x/kilauea_defconfig +++ b/arch/powerpc/configs/40x/kilauea_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.25-rc2 | 3 | # Linux kernel version: 2.6.27-rc1 |
4 | # Fri Feb 15 21:51:43 2008 | 4 | # Tue Aug 5 19:36:14 2008 |
5 | # | 5 | # |
6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
7 | 7 | ||
@@ -26,8 +26,12 @@ CONFIG_GENERIC_TIME=y | |||
26 | CONFIG_GENERIC_TIME_VSYSCALL=y | 26 | CONFIG_GENERIC_TIME_VSYSCALL=y |
27 | CONFIG_GENERIC_CLOCKEVENTS=y | 27 | CONFIG_GENERIC_CLOCKEVENTS=y |
28 | CONFIG_GENERIC_HARDIRQS=y | 28 | CONFIG_GENERIC_HARDIRQS=y |
29 | # CONFIG_HAVE_GET_USER_PAGES_FAST is not set | ||
29 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | 30 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set |
30 | CONFIG_IRQ_PER_CPU=y | 31 | CONFIG_IRQ_PER_CPU=y |
32 | CONFIG_STACKTRACE_SUPPORT=y | ||
33 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
34 | CONFIG_LOCKDEP_SUPPORT=y | ||
31 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 35 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
32 | CONFIG_ARCH_HAS_ILOG2_U32=y | 36 | CONFIG_ARCH_HAS_ILOG2_U32=y |
33 | CONFIG_GENERIC_HWEIGHT=y | 37 | CONFIG_GENERIC_HWEIGHT=y |
@@ -75,6 +79,7 @@ CONFIG_GROUP_SCHED=y | |||
75 | CONFIG_USER_SCHED=y | 79 | CONFIG_USER_SCHED=y |
76 | # CONFIG_CGROUP_SCHED is not set | 80 | # CONFIG_CGROUP_SCHED is not set |
77 | CONFIG_SYSFS_DEPRECATED=y | 81 | CONFIG_SYSFS_DEPRECATED=y |
82 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
78 | # CONFIG_RELAY is not set | 83 | # CONFIG_RELAY is not set |
79 | # CONFIG_NAMESPACES is not set | 84 | # CONFIG_NAMESPACES is not set |
80 | CONFIG_BLK_DEV_INITRD=y | 85 | CONFIG_BLK_DEV_INITRD=y |
@@ -83,6 +88,7 @@ CONFIG_INITRAMFS_SOURCE="" | |||
83 | CONFIG_SYSCTL=y | 88 | CONFIG_SYSCTL=y |
84 | CONFIG_EMBEDDED=y | 89 | CONFIG_EMBEDDED=y |
85 | CONFIG_SYSCTL_SYSCALL=y | 90 | CONFIG_SYSCTL_SYSCALL=y |
91 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
86 | CONFIG_KALLSYMS=y | 92 | CONFIG_KALLSYMS=y |
87 | CONFIG_KALLSYMS_ALL=y | 93 | CONFIG_KALLSYMS_ALL=y |
88 | CONFIG_KALLSYMS_EXTRA_PASS=y | 94 | CONFIG_KALLSYMS_EXTRA_PASS=y |
@@ -108,13 +114,22 @@ CONFIG_SLUB=y | |||
108 | # CONFIG_MARKERS is not set | 114 | # CONFIG_MARKERS is not set |
109 | CONFIG_HAVE_OPROFILE=y | 115 | CONFIG_HAVE_OPROFILE=y |
110 | # CONFIG_KPROBES is not set | 116 | # CONFIG_KPROBES is not set |
117 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
118 | CONFIG_HAVE_IOREMAP_PROT=y | ||
111 | CONFIG_HAVE_KPROBES=y | 119 | CONFIG_HAVE_KPROBES=y |
120 | CONFIG_HAVE_KRETPROBES=y | ||
121 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
122 | # CONFIG_HAVE_DMA_ATTRS is not set | ||
123 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
124 | # CONFIG_HAVE_CLK is not set | ||
112 | CONFIG_PROC_PAGE_MONITOR=y | 125 | CONFIG_PROC_PAGE_MONITOR=y |
126 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
113 | CONFIG_SLABINFO=y | 127 | CONFIG_SLABINFO=y |
114 | CONFIG_RT_MUTEXES=y | 128 | CONFIG_RT_MUTEXES=y |
115 | # CONFIG_TINY_SHMEM is not set | 129 | # CONFIG_TINY_SHMEM is not set |
116 | CONFIG_BASE_SMALL=0 | 130 | CONFIG_BASE_SMALL=0 |
117 | CONFIG_MODULES=y | 131 | CONFIG_MODULES=y |
132 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
118 | CONFIG_MODULE_UNLOAD=y | 133 | CONFIG_MODULE_UNLOAD=y |
119 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 134 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
120 | # CONFIG_MODVERSIONS is not set | 135 | # CONFIG_MODVERSIONS is not set |
@@ -125,6 +140,7 @@ CONFIG_LBD=y | |||
125 | # CONFIG_BLK_DEV_IO_TRACE is not set | 140 | # CONFIG_BLK_DEV_IO_TRACE is not set |
126 | # CONFIG_LSF is not set | 141 | # CONFIG_LSF is not set |
127 | # CONFIG_BLK_DEV_BSG is not set | 142 | # CONFIG_BLK_DEV_BSG is not set |
143 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
128 | 144 | ||
129 | # | 145 | # |
130 | # IO Schedulers | 146 | # IO Schedulers |
@@ -139,14 +155,11 @@ CONFIG_DEFAULT_AS=y | |||
139 | # CONFIG_DEFAULT_NOOP is not set | 155 | # CONFIG_DEFAULT_NOOP is not set |
140 | CONFIG_DEFAULT_IOSCHED="anticipatory" | 156 | CONFIG_DEFAULT_IOSCHED="anticipatory" |
141 | CONFIG_CLASSIC_RCU=y | 157 | CONFIG_CLASSIC_RCU=y |
142 | # CONFIG_PREEMPT_RCU is not set | ||
143 | CONFIG_PPC4xx_PCI_EXPRESS=y | 158 | CONFIG_PPC4xx_PCI_EXPRESS=y |
144 | 159 | ||
145 | # | 160 | # |
146 | # Platform support | 161 | # Platform support |
147 | # | 162 | # |
148 | # CONFIG_PPC_MPC512x is not set | ||
149 | # CONFIG_PPC_MPC5121 is not set | ||
150 | # CONFIG_PPC_CELL is not set | 163 | # CONFIG_PPC_CELL is not set |
151 | # CONFIG_PPC_CELL_NATIVE is not set | 164 | # CONFIG_PPC_CELL_NATIVE is not set |
152 | # CONFIG_PQ2ADS is not set | 165 | # CONFIG_PQ2ADS is not set |
@@ -186,7 +199,6 @@ CONFIG_HZ=250 | |||
186 | CONFIG_PREEMPT_NONE=y | 199 | CONFIG_PREEMPT_NONE=y |
187 | # CONFIG_PREEMPT_VOLUNTARY is not set | 200 | # CONFIG_PREEMPT_VOLUNTARY is not set |
188 | # CONFIG_PREEMPT is not set | 201 | # CONFIG_PREEMPT is not set |
189 | CONFIG_RCU_TRACE=y | ||
190 | CONFIG_BINFMT_ELF=y | 202 | CONFIG_BINFMT_ELF=y |
191 | # CONFIG_BINFMT_MISC is not set | 203 | # CONFIG_BINFMT_MISC is not set |
192 | # CONFIG_MATH_EMULATION is not set | 204 | # CONFIG_MATH_EMULATION is not set |
@@ -204,13 +216,17 @@ CONFIG_FLATMEM=y | |||
204 | CONFIG_FLAT_NODE_MEM_MAP=y | 216 | CONFIG_FLAT_NODE_MEM_MAP=y |
205 | # CONFIG_SPARSEMEM_STATIC is not set | 217 | # CONFIG_SPARSEMEM_STATIC is not set |
206 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 218 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
219 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
207 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 220 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
221 | CONFIG_MIGRATION=y | ||
208 | # CONFIG_RESOURCES_64BIT is not set | 222 | # CONFIG_RESOURCES_64BIT is not set |
209 | CONFIG_ZONE_DMA_FLAG=1 | 223 | CONFIG_ZONE_DMA_FLAG=1 |
210 | CONFIG_BOUNCE=y | 224 | CONFIG_BOUNCE=y |
211 | CONFIG_VIRT_TO_BUS=y | 225 | CONFIG_VIRT_TO_BUS=y |
226 | CONFIG_FORCE_MAX_ZONEORDER=11 | ||
212 | CONFIG_PROC_DEVICETREE=y | 227 | CONFIG_PROC_DEVICETREE=y |
213 | # CONFIG_CMDLINE_BOOL is not set | 228 | # CONFIG_CMDLINE_BOOL is not set |
229 | CONFIG_EXTRA_TARGETS="" | ||
214 | # CONFIG_PM is not set | 230 | # CONFIG_PM is not set |
215 | CONFIG_SECCOMP=y | 231 | CONFIG_SECCOMP=y |
216 | CONFIG_ISA_DMA_API=y | 232 | CONFIG_ISA_DMA_API=y |
@@ -220,6 +236,8 @@ CONFIG_ISA_DMA_API=y | |||
220 | # | 236 | # |
221 | CONFIG_ZONE_DMA=y | 237 | CONFIG_ZONE_DMA=y |
222 | CONFIG_PPC_INDIRECT_PCI=y | 238 | CONFIG_PPC_INDIRECT_PCI=y |
239 | CONFIG_4xx_SOC=y | ||
240 | CONFIG_PPC_PCI_CHOICE=y | ||
223 | CONFIG_PCI=y | 241 | CONFIG_PCI=y |
224 | CONFIG_PCI_DOMAINS=y | 242 | CONFIG_PCI_DOMAINS=y |
225 | CONFIG_PCI_SYSCALL=y | 243 | CONFIG_PCI_SYSCALL=y |
@@ -230,6 +248,7 @@ CONFIG_PCI_LEGACY=y | |||
230 | # CONFIG_PCI_DEBUG is not set | 248 | # CONFIG_PCI_DEBUG is not set |
231 | # CONFIG_PCCARD is not set | 249 | # CONFIG_PCCARD is not set |
232 | # CONFIG_HOTPLUG_PCI is not set | 250 | # CONFIG_HOTPLUG_PCI is not set |
251 | # CONFIG_HAS_RAPIDIO is not set | ||
233 | 252 | ||
234 | # | 253 | # |
235 | # Advanced setup | 254 | # Advanced setup |
@@ -239,17 +258,13 @@ CONFIG_PCI_LEGACY=y | |||
239 | # | 258 | # |
240 | # Default settings for advanced configuration options are used | 259 | # Default settings for advanced configuration options are used |
241 | # | 260 | # |
242 | CONFIG_HIGHMEM_START=0xfe000000 | ||
243 | CONFIG_LOWMEM_SIZE=0x30000000 | 261 | CONFIG_LOWMEM_SIZE=0x30000000 |
262 | CONFIG_PAGE_OFFSET=0xc0000000 | ||
244 | CONFIG_KERNEL_START=0xc0000000 | 263 | CONFIG_KERNEL_START=0xc0000000 |
264 | CONFIG_PHYSICAL_START=0x00000000 | ||
245 | CONFIG_TASK_SIZE=0xc0000000 | 265 | CONFIG_TASK_SIZE=0xc0000000 |
246 | CONFIG_CONSISTENT_START=0xff100000 | 266 | CONFIG_CONSISTENT_START=0xff100000 |
247 | CONFIG_CONSISTENT_SIZE=0x00200000 | 267 | CONFIG_CONSISTENT_SIZE=0x00200000 |
248 | CONFIG_BOOT_LOAD=0x00400000 | ||
249 | |||
250 | # | ||
251 | # Networking | ||
252 | # | ||
253 | CONFIG_NET=y | 268 | CONFIG_NET=y |
254 | 269 | ||
255 | # | 270 | # |
@@ -287,8 +302,6 @@ CONFIG_TCP_CONG_CUBIC=y | |||
287 | CONFIG_DEFAULT_TCP_CONG="cubic" | 302 | CONFIG_DEFAULT_TCP_CONG="cubic" |
288 | # CONFIG_TCP_MD5SIG is not set | 303 | # CONFIG_TCP_MD5SIG is not set |
289 | # CONFIG_IPV6 is not set | 304 | # CONFIG_IPV6 is not set |
290 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
291 | # CONFIG_INET6_TUNNEL is not set | ||
292 | # CONFIG_NETWORK_SECMARK is not set | 305 | # CONFIG_NETWORK_SECMARK is not set |
293 | # CONFIG_NETFILTER is not set | 306 | # CONFIG_NETFILTER is not set |
294 | # CONFIG_IP_DCCP is not set | 307 | # CONFIG_IP_DCCP is not set |
@@ -338,6 +351,8 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
338 | CONFIG_STANDALONE=y | 351 | CONFIG_STANDALONE=y |
339 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 352 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
340 | CONFIG_FW_LOADER=y | 353 | CONFIG_FW_LOADER=y |
354 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
355 | CONFIG_EXTRA_FIRMWARE="" | ||
341 | # CONFIG_DEBUG_DRIVER is not set | 356 | # CONFIG_DEBUG_DRIVER is not set |
342 | # CONFIG_DEBUG_DEVRES is not set | 357 | # CONFIG_DEBUG_DEVRES is not set |
343 | # CONFIG_SYS_HYPERVISOR is not set | 358 | # CONFIG_SYS_HYPERVISOR is not set |
@@ -350,6 +365,7 @@ CONFIG_MTD_PARTITIONS=y | |||
350 | # CONFIG_MTD_REDBOOT_PARTS is not set | 365 | # CONFIG_MTD_REDBOOT_PARTS is not set |
351 | CONFIG_MTD_CMDLINE_PARTS=y | 366 | CONFIG_MTD_CMDLINE_PARTS=y |
352 | CONFIG_MTD_OF_PARTS=y | 367 | CONFIG_MTD_OF_PARTS=y |
368 | # CONFIG_MTD_AR7_PARTS is not set | ||
353 | 369 | ||
354 | # | 370 | # |
355 | # User Modules And Translation Layers | 371 | # User Modules And Translation Layers |
@@ -440,6 +456,7 @@ CONFIG_BLK_DEV_RAM_SIZE=35000 | |||
440 | # CONFIG_CDROM_PKTCDVD is not set | 456 | # CONFIG_CDROM_PKTCDVD is not set |
441 | # CONFIG_ATA_OVER_ETH is not set | 457 | # CONFIG_ATA_OVER_ETH is not set |
442 | # CONFIG_XILINX_SYSACE is not set | 458 | # CONFIG_XILINX_SYSACE is not set |
459 | # CONFIG_BLK_DEV_HD is not set | ||
443 | # CONFIG_MISC_DEVICES is not set | 460 | # CONFIG_MISC_DEVICES is not set |
444 | CONFIG_HAVE_IDE=y | 461 | CONFIG_HAVE_IDE=y |
445 | # CONFIG_IDE is not set | 462 | # CONFIG_IDE is not set |
@@ -458,12 +475,15 @@ CONFIG_HAVE_IDE=y | |||
458 | # | 475 | # |
459 | # IEEE 1394 (FireWire) support | 476 | # IEEE 1394 (FireWire) support |
460 | # | 477 | # |
478 | |||
479 | # | ||
480 | # Enable only one of the two stacks, unless you know what you are doing | ||
481 | # | ||
461 | # CONFIG_FIREWIRE is not set | 482 | # CONFIG_FIREWIRE is not set |
462 | # CONFIG_IEEE1394 is not set | 483 | # CONFIG_IEEE1394 is not set |
463 | # CONFIG_I2O is not set | 484 | # CONFIG_I2O is not set |
464 | # CONFIG_MACINTOSH_DRIVERS is not set | 485 | # CONFIG_MACINTOSH_DRIVERS is not set |
465 | CONFIG_NETDEVICES=y | 486 | CONFIG_NETDEVICES=y |
466 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
467 | # CONFIG_DUMMY is not set | 487 | # CONFIG_DUMMY is not set |
468 | # CONFIG_BONDING is not set | 488 | # CONFIG_BONDING is not set |
469 | # CONFIG_MACVLAN is not set | 489 | # CONFIG_MACVLAN is not set |
@@ -502,6 +522,7 @@ CONFIG_IBM_NEW_EMAC_EMAC4=y | |||
502 | # | 522 | # |
503 | # CONFIG_WLAN_PRE80211 is not set | 523 | # CONFIG_WLAN_PRE80211 is not set |
504 | # CONFIG_WLAN_80211 is not set | 524 | # CONFIG_WLAN_80211 is not set |
525 | # CONFIG_IWLWIFI_LEDS is not set | ||
505 | # CONFIG_WAN is not set | 526 | # CONFIG_WAN is not set |
506 | # CONFIG_FDDI is not set | 527 | # CONFIG_FDDI is not set |
507 | # CONFIG_HIPPI is not set | 528 | # CONFIG_HIPPI is not set |
@@ -528,6 +549,7 @@ CONFIG_IBM_NEW_EMAC_EMAC4=y | |||
528 | # Character devices | 549 | # Character devices |
529 | # | 550 | # |
530 | # CONFIG_VT is not set | 551 | # CONFIG_VT is not set |
552 | CONFIG_DEVKMEM=y | ||
531 | # CONFIG_SERIAL_NONSTANDARD is not set | 553 | # CONFIG_SERIAL_NONSTANDARD is not set |
532 | # CONFIG_NOZOMI is not set | 554 | # CONFIG_NOZOMI is not set |
533 | 555 | ||
@@ -566,12 +588,9 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
566 | # CONFIG_TCG_TPM is not set | 588 | # CONFIG_TCG_TPM is not set |
567 | CONFIG_DEVPORT=y | 589 | CONFIG_DEVPORT=y |
568 | # CONFIG_I2C is not set | 590 | # CONFIG_I2C is not set |
569 | |||
570 | # | ||
571 | # SPI support | ||
572 | # | ||
573 | # CONFIG_SPI is not set | 591 | # CONFIG_SPI is not set |
574 | # CONFIG_SPI_MASTER is not set | 592 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y |
593 | # CONFIG_GPIOLIB is not set | ||
575 | # CONFIG_W1 is not set | 594 | # CONFIG_W1 is not set |
576 | # CONFIG_POWER_SUPPLY is not set | 595 | # CONFIG_POWER_SUPPLY is not set |
577 | # CONFIG_HWMON is not set | 596 | # CONFIG_HWMON is not set |
@@ -587,13 +606,24 @@ CONFIG_SSB_POSSIBLE=y | |||
587 | # | 606 | # |
588 | # Multifunction device drivers | 607 | # Multifunction device drivers |
589 | # | 608 | # |
609 | # CONFIG_MFD_CORE is not set | ||
590 | # CONFIG_MFD_SM501 is not set | 610 | # CONFIG_MFD_SM501 is not set |
611 | # CONFIG_HTC_PASIC3 is not set | ||
591 | 612 | ||
592 | # | 613 | # |
593 | # Multimedia devices | 614 | # Multimedia devices |
594 | # | 615 | # |
616 | |||
617 | # | ||
618 | # Multimedia core support | ||
619 | # | ||
595 | # CONFIG_VIDEO_DEV is not set | 620 | # CONFIG_VIDEO_DEV is not set |
596 | # CONFIG_DVB_CORE is not set | 621 | # CONFIG_DVB_CORE is not set |
622 | # CONFIG_VIDEO_MEDIA is not set | ||
623 | |||
624 | # | ||
625 | # Multimedia drivers | ||
626 | # | ||
597 | # CONFIG_DAB is not set | 627 | # CONFIG_DAB is not set |
598 | 628 | ||
599 | # | 629 | # |
@@ -610,22 +640,16 @@ CONFIG_SSB_POSSIBLE=y | |||
610 | # Display device support | 640 | # Display device support |
611 | # | 641 | # |
612 | # CONFIG_DISPLAY_SUPPORT is not set | 642 | # CONFIG_DISPLAY_SUPPORT is not set |
613 | |||
614 | # | ||
615 | # Sound | ||
616 | # | ||
617 | # CONFIG_SOUND is not set | 643 | # CONFIG_SOUND is not set |
618 | # CONFIG_USB_SUPPORT is not set | 644 | # CONFIG_USB_SUPPORT is not set |
619 | # CONFIG_MMC is not set | 645 | # CONFIG_MMC is not set |
620 | # CONFIG_MEMSTICK is not set | 646 | # CONFIG_MEMSTICK is not set |
621 | # CONFIG_NEW_LEDS is not set | 647 | # CONFIG_NEW_LEDS is not set |
648 | # CONFIG_ACCESSIBILITY is not set | ||
622 | # CONFIG_INFINIBAND is not set | 649 | # CONFIG_INFINIBAND is not set |
623 | # CONFIG_EDAC is not set | 650 | # CONFIG_EDAC is not set |
624 | # CONFIG_RTC_CLASS is not set | 651 | # CONFIG_RTC_CLASS is not set |
625 | 652 | # CONFIG_DMADEVICES is not set | |
626 | # | ||
627 | # Userspace I/O | ||
628 | # | ||
629 | # CONFIG_UIO is not set | 653 | # CONFIG_UIO is not set |
630 | 654 | ||
631 | # | 655 | # |
@@ -640,7 +664,6 @@ CONFIG_EXT2_FS=y | |||
640 | # CONFIG_JFS_FS is not set | 664 | # CONFIG_JFS_FS is not set |
641 | # CONFIG_FS_POSIX_ACL is not set | 665 | # CONFIG_FS_POSIX_ACL is not set |
642 | # CONFIG_XFS_FS is not set | 666 | # CONFIG_XFS_FS is not set |
643 | # CONFIG_GFS2_FS is not set | ||
644 | # CONFIG_OCFS2_FS is not set | 667 | # CONFIG_OCFS2_FS is not set |
645 | CONFIG_DNOTIFY=y | 668 | CONFIG_DNOTIFY=y |
646 | CONFIG_INOTIFY=y | 669 | CONFIG_INOTIFY=y |
@@ -689,6 +712,7 @@ CONFIG_TMPFS=y | |||
689 | CONFIG_CRAMFS=y | 712 | CONFIG_CRAMFS=y |
690 | # CONFIG_VXFS_FS is not set | 713 | # CONFIG_VXFS_FS is not set |
691 | # CONFIG_MINIX_FS is not set | 714 | # CONFIG_MINIX_FS is not set |
715 | # CONFIG_OMFS_FS is not set | ||
692 | # CONFIG_HPFS_FS is not set | 716 | # CONFIG_HPFS_FS is not set |
693 | # CONFIG_QNX4FS_FS is not set | 717 | # CONFIG_QNX4FS_FS is not set |
694 | # CONFIG_ROMFS_FS is not set | 718 | # CONFIG_ROMFS_FS is not set |
@@ -699,14 +723,12 @@ CONFIG_NFS_FS=y | |||
699 | CONFIG_NFS_V3=y | 723 | CONFIG_NFS_V3=y |
700 | # CONFIG_NFS_V3_ACL is not set | 724 | # CONFIG_NFS_V3_ACL is not set |
701 | # CONFIG_NFS_V4 is not set | 725 | # CONFIG_NFS_V4 is not set |
702 | # CONFIG_NFS_DIRECTIO is not set | ||
703 | # CONFIG_NFSD is not set | ||
704 | CONFIG_ROOT_NFS=y | 726 | CONFIG_ROOT_NFS=y |
727 | # CONFIG_NFSD is not set | ||
705 | CONFIG_LOCKD=y | 728 | CONFIG_LOCKD=y |
706 | CONFIG_LOCKD_V4=y | 729 | CONFIG_LOCKD_V4=y |
707 | CONFIG_NFS_COMMON=y | 730 | CONFIG_NFS_COMMON=y |
708 | CONFIG_SUNRPC=y | 731 | CONFIG_SUNRPC=y |
709 | # CONFIG_SUNRPC_BIND34 is not set | ||
710 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 732 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
711 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 733 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
712 | # CONFIG_SMB_FS is not set | 734 | # CONFIG_SMB_FS is not set |
@@ -727,8 +749,10 @@ CONFIG_MSDOS_PARTITION=y | |||
727 | # Library routines | 749 | # Library routines |
728 | # | 750 | # |
729 | CONFIG_BITREVERSE=y | 751 | CONFIG_BITREVERSE=y |
752 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
730 | # CONFIG_CRC_CCITT is not set | 753 | # CONFIG_CRC_CCITT is not set |
731 | # CONFIG_CRC16 is not set | 754 | # CONFIG_CRC16 is not set |
755 | # CONFIG_CRC_T10DIF is not set | ||
732 | # CONFIG_CRC_ITU_T is not set | 756 | # CONFIG_CRC_ITU_T is not set |
733 | CONFIG_CRC32=y | 757 | CONFIG_CRC32=y |
734 | # CONFIG_CRC7 is not set | 758 | # CONFIG_CRC7 is not set |
@@ -738,6 +762,7 @@ CONFIG_PLIST=y | |||
738 | CONFIG_HAS_IOMEM=y | 762 | CONFIG_HAS_IOMEM=y |
739 | CONFIG_HAS_IOPORT=y | 763 | CONFIG_HAS_IOPORT=y |
740 | CONFIG_HAS_DMA=y | 764 | CONFIG_HAS_DMA=y |
765 | CONFIG_HAVE_LMB=y | ||
741 | 766 | ||
742 | # | 767 | # |
743 | # Kernel hacking | 768 | # Kernel hacking |
@@ -745,6 +770,7 @@ CONFIG_HAS_DMA=y | |||
745 | # CONFIG_PRINTK_TIME is not set | 770 | # CONFIG_PRINTK_TIME is not set |
746 | CONFIG_ENABLE_WARN_DEPRECATED=y | 771 | CONFIG_ENABLE_WARN_DEPRECATED=y |
747 | CONFIG_ENABLE_MUST_CHECK=y | 772 | CONFIG_ENABLE_MUST_CHECK=y |
773 | CONFIG_FRAME_WARN=1024 | ||
748 | CONFIG_MAGIC_SYSRQ=y | 774 | CONFIG_MAGIC_SYSRQ=y |
749 | # CONFIG_UNUSED_SYMBOLS is not set | 775 | # CONFIG_UNUSED_SYMBOLS is not set |
750 | CONFIG_DEBUG_FS=y | 776 | CONFIG_DEBUG_FS=y |
@@ -752,9 +778,12 @@ CONFIG_DEBUG_FS=y | |||
752 | CONFIG_DEBUG_KERNEL=y | 778 | CONFIG_DEBUG_KERNEL=y |
753 | # CONFIG_DEBUG_SHIRQ is not set | 779 | # CONFIG_DEBUG_SHIRQ is not set |
754 | CONFIG_DETECT_SOFTLOCKUP=y | 780 | CONFIG_DETECT_SOFTLOCKUP=y |
781 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
782 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
755 | CONFIG_SCHED_DEBUG=y | 783 | CONFIG_SCHED_DEBUG=y |
756 | # CONFIG_SCHEDSTATS is not set | 784 | # CONFIG_SCHEDSTATS is not set |
757 | # CONFIG_TIMER_STATS is not set | 785 | # CONFIG_TIMER_STATS is not set |
786 | # CONFIG_DEBUG_OBJECTS is not set | ||
758 | # CONFIG_SLUB_DEBUG_ON is not set | 787 | # CONFIG_SLUB_DEBUG_ON is not set |
759 | # CONFIG_SLUB_STATS is not set | 788 | # CONFIG_SLUB_STATS is not set |
760 | # CONFIG_DEBUG_RT_MUTEXES is not set | 789 | # CONFIG_DEBUG_RT_MUTEXES is not set |
@@ -767,17 +796,30 @@ CONFIG_SCHED_DEBUG=y | |||
767 | CONFIG_DEBUG_BUGVERBOSE=y | 796 | CONFIG_DEBUG_BUGVERBOSE=y |
768 | # CONFIG_DEBUG_INFO is not set | 797 | # CONFIG_DEBUG_INFO is not set |
769 | # CONFIG_DEBUG_VM is not set | 798 | # CONFIG_DEBUG_VM is not set |
799 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
800 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
770 | # CONFIG_DEBUG_LIST is not set | 801 | # CONFIG_DEBUG_LIST is not set |
771 | # CONFIG_DEBUG_SG is not set | 802 | # CONFIG_DEBUG_SG is not set |
772 | # CONFIG_BOOT_PRINTK_DELAY is not set | 803 | # CONFIG_BOOT_PRINTK_DELAY is not set |
773 | # CONFIG_RCU_TORTURE_TEST is not set | 804 | # CONFIG_RCU_TORTURE_TEST is not set |
774 | # CONFIG_BACKTRACE_SELF_TEST is not set | 805 | # CONFIG_BACKTRACE_SELF_TEST is not set |
775 | # CONFIG_FAULT_INJECTION is not set | 806 | # CONFIG_FAULT_INJECTION is not set |
807 | # CONFIG_LATENCYTOP is not set | ||
808 | CONFIG_HAVE_FTRACE=y | ||
809 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
810 | # CONFIG_FTRACE is not set | ||
811 | # CONFIG_SCHED_TRACER is not set | ||
812 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
776 | # CONFIG_SAMPLES is not set | 813 | # CONFIG_SAMPLES is not set |
814 | CONFIG_HAVE_ARCH_KGDB=y | ||
815 | # CONFIG_KGDB is not set | ||
777 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 816 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
778 | # CONFIG_DEBUG_STACK_USAGE is not set | 817 | # CONFIG_DEBUG_STACK_USAGE is not set |
779 | # CONFIG_DEBUG_PAGEALLOC is not set | 818 | # CONFIG_DEBUG_PAGEALLOC is not set |
780 | # CONFIG_DEBUGGER is not set | 819 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
820 | # CONFIG_FTR_FIXUP_SELFTEST is not set | ||
821 | # CONFIG_XMON is not set | ||
822 | # CONFIG_IRQSTACKS is not set | ||
781 | # CONFIG_VIRQ_DEBUG is not set | 823 | # CONFIG_VIRQ_DEBUG is not set |
782 | # CONFIG_BDI_SWITCH is not set | 824 | # CONFIG_BDI_SWITCH is not set |
783 | # CONFIG_PPC_EARLY_DEBUG is not set | 825 | # CONFIG_PPC_EARLY_DEBUG is not set |
@@ -789,51 +831,85 @@ CONFIG_DEBUG_BUGVERBOSE=y | |||
789 | # CONFIG_SECURITY is not set | 831 | # CONFIG_SECURITY is not set |
790 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 832 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
791 | CONFIG_CRYPTO=y | 833 | CONFIG_CRYPTO=y |
834 | |||
835 | # | ||
836 | # Crypto core or helper | ||
837 | # | ||
792 | CONFIG_CRYPTO_ALGAPI=y | 838 | CONFIG_CRYPTO_ALGAPI=y |
793 | CONFIG_CRYPTO_BLKCIPHER=y | 839 | CONFIG_CRYPTO_BLKCIPHER=y |
794 | # CONFIG_CRYPTO_SEQIV is not set | ||
795 | CONFIG_CRYPTO_MANAGER=y | 840 | CONFIG_CRYPTO_MANAGER=y |
841 | # CONFIG_CRYPTO_GF128MUL is not set | ||
842 | # CONFIG_CRYPTO_NULL is not set | ||
843 | # CONFIG_CRYPTO_CRYPTD is not set | ||
844 | # CONFIG_CRYPTO_AUTHENC is not set | ||
845 | # CONFIG_CRYPTO_TEST is not set | ||
846 | |||
847 | # | ||
848 | # Authenticated Encryption with Associated Data | ||
849 | # | ||
850 | # CONFIG_CRYPTO_CCM is not set | ||
851 | # CONFIG_CRYPTO_GCM is not set | ||
852 | # CONFIG_CRYPTO_SEQIV is not set | ||
853 | |||
854 | # | ||
855 | # Block modes | ||
856 | # | ||
857 | CONFIG_CRYPTO_CBC=y | ||
858 | # CONFIG_CRYPTO_CTR is not set | ||
859 | # CONFIG_CRYPTO_CTS is not set | ||
860 | CONFIG_CRYPTO_ECB=y | ||
861 | # CONFIG_CRYPTO_LRW is not set | ||
862 | CONFIG_CRYPTO_PCBC=y | ||
863 | # CONFIG_CRYPTO_XTS is not set | ||
864 | |||
865 | # | ||
866 | # Hash modes | ||
867 | # | ||
796 | # CONFIG_CRYPTO_HMAC is not set | 868 | # CONFIG_CRYPTO_HMAC is not set |
797 | # CONFIG_CRYPTO_XCBC is not set | 869 | # CONFIG_CRYPTO_XCBC is not set |
798 | # CONFIG_CRYPTO_NULL is not set | 870 | |
871 | # | ||
872 | # Digest | ||
873 | # | ||
874 | # CONFIG_CRYPTO_CRC32C is not set | ||
799 | # CONFIG_CRYPTO_MD4 is not set | 875 | # CONFIG_CRYPTO_MD4 is not set |
800 | CONFIG_CRYPTO_MD5=y | 876 | CONFIG_CRYPTO_MD5=y |
877 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
878 | # CONFIG_CRYPTO_RMD128 is not set | ||
879 | # CONFIG_CRYPTO_RMD160 is not set | ||
880 | # CONFIG_CRYPTO_RMD256 is not set | ||
881 | # CONFIG_CRYPTO_RMD320 is not set | ||
801 | # CONFIG_CRYPTO_SHA1 is not set | 882 | # CONFIG_CRYPTO_SHA1 is not set |
802 | # CONFIG_CRYPTO_SHA256 is not set | 883 | # CONFIG_CRYPTO_SHA256 is not set |
803 | # CONFIG_CRYPTO_SHA512 is not set | 884 | # CONFIG_CRYPTO_SHA512 is not set |
804 | # CONFIG_CRYPTO_WP512 is not set | ||
805 | # CONFIG_CRYPTO_TGR192 is not set | 885 | # CONFIG_CRYPTO_TGR192 is not set |
806 | # CONFIG_CRYPTO_GF128MUL is not set | 886 | # CONFIG_CRYPTO_WP512 is not set |
807 | CONFIG_CRYPTO_ECB=y | 887 | |
808 | CONFIG_CRYPTO_CBC=y | 888 | # |
809 | CONFIG_CRYPTO_PCBC=y | 889 | # Ciphers |
810 | # CONFIG_CRYPTO_LRW is not set | 890 | # |
811 | # CONFIG_CRYPTO_XTS is not set | ||
812 | # CONFIG_CRYPTO_CTR is not set | ||
813 | # CONFIG_CRYPTO_GCM is not set | ||
814 | # CONFIG_CRYPTO_CCM is not set | ||
815 | # CONFIG_CRYPTO_CRYPTD is not set | ||
816 | CONFIG_CRYPTO_DES=y | ||
817 | # CONFIG_CRYPTO_FCRYPT is not set | ||
818 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
819 | # CONFIG_CRYPTO_TWOFISH is not set | ||
820 | # CONFIG_CRYPTO_SERPENT is not set | ||
821 | # CONFIG_CRYPTO_AES is not set | 891 | # CONFIG_CRYPTO_AES is not set |
892 | # CONFIG_CRYPTO_ANUBIS is not set | ||
893 | # CONFIG_CRYPTO_ARC4 is not set | ||
894 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
895 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
822 | # CONFIG_CRYPTO_CAST5 is not set | 896 | # CONFIG_CRYPTO_CAST5 is not set |
823 | # CONFIG_CRYPTO_CAST6 is not set | 897 | # CONFIG_CRYPTO_CAST6 is not set |
824 | # CONFIG_CRYPTO_TEA is not set | 898 | CONFIG_CRYPTO_DES=y |
825 | # CONFIG_CRYPTO_ARC4 is not set | 899 | # CONFIG_CRYPTO_FCRYPT is not set |
826 | # CONFIG_CRYPTO_KHAZAD is not set | 900 | # CONFIG_CRYPTO_KHAZAD is not set |
827 | # CONFIG_CRYPTO_ANUBIS is not set | ||
828 | # CONFIG_CRYPTO_SEED is not set | ||
829 | # CONFIG_CRYPTO_SALSA20 is not set | 901 | # CONFIG_CRYPTO_SALSA20 is not set |
902 | # CONFIG_CRYPTO_SEED is not set | ||
903 | # CONFIG_CRYPTO_SERPENT is not set | ||
904 | # CONFIG_CRYPTO_TEA is not set | ||
905 | # CONFIG_CRYPTO_TWOFISH is not set | ||
906 | |||
907 | # | ||
908 | # Compression | ||
909 | # | ||
830 | # CONFIG_CRYPTO_DEFLATE is not set | 910 | # CONFIG_CRYPTO_DEFLATE is not set |
831 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
832 | # CONFIG_CRYPTO_CRC32C is not set | ||
833 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
834 | # CONFIG_CRYPTO_TEST is not set | ||
835 | # CONFIG_CRYPTO_AUTHENC is not set | ||
836 | # CONFIG_CRYPTO_LZO is not set | 911 | # CONFIG_CRYPTO_LZO is not set |
837 | CONFIG_CRYPTO_HW=y | 912 | CONFIG_CRYPTO_HW=y |
838 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | 913 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set |
839 | # CONFIG_PPC_CLOCK is not set | 914 | # CONFIG_PPC_CLOCK is not set |
915 | # CONFIG_VIRTUALIZATION is not set | ||
diff --git a/arch/powerpc/configs/40x/makalu_defconfig b/arch/powerpc/configs/40x/makalu_defconfig index 9ef4d8a312c8..987a4481800f 100644 --- a/arch/powerpc/configs/40x/makalu_defconfig +++ b/arch/powerpc/configs/40x/makalu_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.25-rc2 | 3 | # Linux kernel version: 2.6.27-rc1 |
4 | # Fri Feb 15 21:52:30 2008 | 4 | # Tue Aug 5 19:38:39 2008 |
5 | # | 5 | # |
6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
7 | 7 | ||
@@ -26,8 +26,12 @@ CONFIG_GENERIC_TIME=y | |||
26 | CONFIG_GENERIC_TIME_VSYSCALL=y | 26 | CONFIG_GENERIC_TIME_VSYSCALL=y |
27 | CONFIG_GENERIC_CLOCKEVENTS=y | 27 | CONFIG_GENERIC_CLOCKEVENTS=y |
28 | CONFIG_GENERIC_HARDIRQS=y | 28 | CONFIG_GENERIC_HARDIRQS=y |
29 | # CONFIG_HAVE_GET_USER_PAGES_FAST is not set | ||
29 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | 30 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set |
30 | CONFIG_IRQ_PER_CPU=y | 31 | CONFIG_IRQ_PER_CPU=y |
32 | CONFIG_STACKTRACE_SUPPORT=y | ||
33 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
34 | CONFIG_LOCKDEP_SUPPORT=y | ||
31 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 35 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
32 | CONFIG_ARCH_HAS_ILOG2_U32=y | 36 | CONFIG_ARCH_HAS_ILOG2_U32=y |
33 | CONFIG_GENERIC_HWEIGHT=y | 37 | CONFIG_GENERIC_HWEIGHT=y |
@@ -75,6 +79,7 @@ CONFIG_GROUP_SCHED=y | |||
75 | CONFIG_USER_SCHED=y | 79 | CONFIG_USER_SCHED=y |
76 | # CONFIG_CGROUP_SCHED is not set | 80 | # CONFIG_CGROUP_SCHED is not set |
77 | CONFIG_SYSFS_DEPRECATED=y | 81 | CONFIG_SYSFS_DEPRECATED=y |
82 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
78 | # CONFIG_RELAY is not set | 83 | # CONFIG_RELAY is not set |
79 | # CONFIG_NAMESPACES is not set | 84 | # CONFIG_NAMESPACES is not set |
80 | CONFIG_BLK_DEV_INITRD=y | 85 | CONFIG_BLK_DEV_INITRD=y |
@@ -83,6 +88,7 @@ CONFIG_INITRAMFS_SOURCE="" | |||
83 | CONFIG_SYSCTL=y | 88 | CONFIG_SYSCTL=y |
84 | CONFIG_EMBEDDED=y | 89 | CONFIG_EMBEDDED=y |
85 | CONFIG_SYSCTL_SYSCALL=y | 90 | CONFIG_SYSCTL_SYSCALL=y |
91 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
86 | CONFIG_KALLSYMS=y | 92 | CONFIG_KALLSYMS=y |
87 | CONFIG_KALLSYMS_ALL=y | 93 | CONFIG_KALLSYMS_ALL=y |
88 | CONFIG_KALLSYMS_EXTRA_PASS=y | 94 | CONFIG_KALLSYMS_EXTRA_PASS=y |
@@ -108,13 +114,22 @@ CONFIG_SLUB=y | |||
108 | # CONFIG_MARKERS is not set | 114 | # CONFIG_MARKERS is not set |
109 | CONFIG_HAVE_OPROFILE=y | 115 | CONFIG_HAVE_OPROFILE=y |
110 | # CONFIG_KPROBES is not set | 116 | # CONFIG_KPROBES is not set |
117 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
118 | CONFIG_HAVE_IOREMAP_PROT=y | ||
111 | CONFIG_HAVE_KPROBES=y | 119 | CONFIG_HAVE_KPROBES=y |
120 | CONFIG_HAVE_KRETPROBES=y | ||
121 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
122 | # CONFIG_HAVE_DMA_ATTRS is not set | ||
123 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
124 | # CONFIG_HAVE_CLK is not set | ||
112 | CONFIG_PROC_PAGE_MONITOR=y | 125 | CONFIG_PROC_PAGE_MONITOR=y |
126 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
113 | CONFIG_SLABINFO=y | 127 | CONFIG_SLABINFO=y |
114 | CONFIG_RT_MUTEXES=y | 128 | CONFIG_RT_MUTEXES=y |
115 | # CONFIG_TINY_SHMEM is not set | 129 | # CONFIG_TINY_SHMEM is not set |
116 | CONFIG_BASE_SMALL=0 | 130 | CONFIG_BASE_SMALL=0 |
117 | CONFIG_MODULES=y | 131 | CONFIG_MODULES=y |
132 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
118 | CONFIG_MODULE_UNLOAD=y | 133 | CONFIG_MODULE_UNLOAD=y |
119 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 134 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
120 | # CONFIG_MODVERSIONS is not set | 135 | # CONFIG_MODVERSIONS is not set |
@@ -125,6 +140,7 @@ CONFIG_LBD=y | |||
125 | # CONFIG_BLK_DEV_IO_TRACE is not set | 140 | # CONFIG_BLK_DEV_IO_TRACE is not set |
126 | # CONFIG_LSF is not set | 141 | # CONFIG_LSF is not set |
127 | # CONFIG_BLK_DEV_BSG is not set | 142 | # CONFIG_BLK_DEV_BSG is not set |
143 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
128 | 144 | ||
129 | # | 145 | # |
130 | # IO Schedulers | 146 | # IO Schedulers |
@@ -139,14 +155,11 @@ CONFIG_DEFAULT_AS=y | |||
139 | # CONFIG_DEFAULT_NOOP is not set | 155 | # CONFIG_DEFAULT_NOOP is not set |
140 | CONFIG_DEFAULT_IOSCHED="anticipatory" | 156 | CONFIG_DEFAULT_IOSCHED="anticipatory" |
141 | CONFIG_CLASSIC_RCU=y | 157 | CONFIG_CLASSIC_RCU=y |
142 | # CONFIG_PREEMPT_RCU is not set | ||
143 | CONFIG_PPC4xx_PCI_EXPRESS=y | 158 | CONFIG_PPC4xx_PCI_EXPRESS=y |
144 | 159 | ||
145 | # | 160 | # |
146 | # Platform support | 161 | # Platform support |
147 | # | 162 | # |
148 | # CONFIG_PPC_MPC512x is not set | ||
149 | # CONFIG_PPC_MPC5121 is not set | ||
150 | # CONFIG_PPC_CELL is not set | 163 | # CONFIG_PPC_CELL is not set |
151 | # CONFIG_PPC_CELL_NATIVE is not set | 164 | # CONFIG_PPC_CELL_NATIVE is not set |
152 | # CONFIG_PQ2ADS is not set | 165 | # CONFIG_PQ2ADS is not set |
@@ -186,7 +199,6 @@ CONFIG_HZ=250 | |||
186 | CONFIG_PREEMPT_NONE=y | 199 | CONFIG_PREEMPT_NONE=y |
187 | # CONFIG_PREEMPT_VOLUNTARY is not set | 200 | # CONFIG_PREEMPT_VOLUNTARY is not set |
188 | # CONFIG_PREEMPT is not set | 201 | # CONFIG_PREEMPT is not set |
189 | CONFIG_RCU_TRACE=y | ||
190 | CONFIG_BINFMT_ELF=y | 202 | CONFIG_BINFMT_ELF=y |
191 | # CONFIG_BINFMT_MISC is not set | 203 | # CONFIG_BINFMT_MISC is not set |
192 | # CONFIG_MATH_EMULATION is not set | 204 | # CONFIG_MATH_EMULATION is not set |
@@ -204,13 +216,17 @@ CONFIG_FLATMEM=y | |||
204 | CONFIG_FLAT_NODE_MEM_MAP=y | 216 | CONFIG_FLAT_NODE_MEM_MAP=y |
205 | # CONFIG_SPARSEMEM_STATIC is not set | 217 | # CONFIG_SPARSEMEM_STATIC is not set |
206 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 218 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
219 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
207 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 220 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
221 | CONFIG_MIGRATION=y | ||
208 | # CONFIG_RESOURCES_64BIT is not set | 222 | # CONFIG_RESOURCES_64BIT is not set |
209 | CONFIG_ZONE_DMA_FLAG=1 | 223 | CONFIG_ZONE_DMA_FLAG=1 |
210 | CONFIG_BOUNCE=y | 224 | CONFIG_BOUNCE=y |
211 | CONFIG_VIRT_TO_BUS=y | 225 | CONFIG_VIRT_TO_BUS=y |
226 | CONFIG_FORCE_MAX_ZONEORDER=11 | ||
212 | CONFIG_PROC_DEVICETREE=y | 227 | CONFIG_PROC_DEVICETREE=y |
213 | # CONFIG_CMDLINE_BOOL is not set | 228 | # CONFIG_CMDLINE_BOOL is not set |
229 | CONFIG_EXTRA_TARGETS="" | ||
214 | # CONFIG_PM is not set | 230 | # CONFIG_PM is not set |
215 | CONFIG_SECCOMP=y | 231 | CONFIG_SECCOMP=y |
216 | CONFIG_ISA_DMA_API=y | 232 | CONFIG_ISA_DMA_API=y |
@@ -220,6 +236,8 @@ CONFIG_ISA_DMA_API=y | |||
220 | # | 236 | # |
221 | CONFIG_ZONE_DMA=y | 237 | CONFIG_ZONE_DMA=y |
222 | CONFIG_PPC_INDIRECT_PCI=y | 238 | CONFIG_PPC_INDIRECT_PCI=y |
239 | CONFIG_4xx_SOC=y | ||
240 | CONFIG_PPC_PCI_CHOICE=y | ||
223 | CONFIG_PCI=y | 241 | CONFIG_PCI=y |
224 | CONFIG_PCI_DOMAINS=y | 242 | CONFIG_PCI_DOMAINS=y |
225 | CONFIG_PCI_SYSCALL=y | 243 | CONFIG_PCI_SYSCALL=y |
@@ -230,6 +248,7 @@ CONFIG_PCI_LEGACY=y | |||
230 | # CONFIG_PCI_DEBUG is not set | 248 | # CONFIG_PCI_DEBUG is not set |
231 | # CONFIG_PCCARD is not set | 249 | # CONFIG_PCCARD is not set |
232 | # CONFIG_HOTPLUG_PCI is not set | 250 | # CONFIG_HOTPLUG_PCI is not set |
251 | # CONFIG_HAS_RAPIDIO is not set | ||
233 | 252 | ||
234 | # | 253 | # |
235 | # Advanced setup | 254 | # Advanced setup |
@@ -239,17 +258,13 @@ CONFIG_PCI_LEGACY=y | |||
239 | # | 258 | # |
240 | # Default settings for advanced configuration options are used | 259 | # Default settings for advanced configuration options are used |
241 | # | 260 | # |
242 | CONFIG_HIGHMEM_START=0xfe000000 | ||
243 | CONFIG_LOWMEM_SIZE=0x30000000 | 261 | CONFIG_LOWMEM_SIZE=0x30000000 |
262 | CONFIG_PAGE_OFFSET=0xc0000000 | ||
244 | CONFIG_KERNEL_START=0xc0000000 | 263 | CONFIG_KERNEL_START=0xc0000000 |
264 | CONFIG_PHYSICAL_START=0x00000000 | ||
245 | CONFIG_TASK_SIZE=0xc0000000 | 265 | CONFIG_TASK_SIZE=0xc0000000 |
246 | CONFIG_CONSISTENT_START=0xff100000 | 266 | CONFIG_CONSISTENT_START=0xff100000 |
247 | CONFIG_CONSISTENT_SIZE=0x00200000 | 267 | CONFIG_CONSISTENT_SIZE=0x00200000 |
248 | CONFIG_BOOT_LOAD=0x00400000 | ||
249 | |||
250 | # | ||
251 | # Networking | ||
252 | # | ||
253 | CONFIG_NET=y | 268 | CONFIG_NET=y |
254 | 269 | ||
255 | # | 270 | # |
@@ -287,8 +302,6 @@ CONFIG_TCP_CONG_CUBIC=y | |||
287 | CONFIG_DEFAULT_TCP_CONG="cubic" | 302 | CONFIG_DEFAULT_TCP_CONG="cubic" |
288 | # CONFIG_TCP_MD5SIG is not set | 303 | # CONFIG_TCP_MD5SIG is not set |
289 | # CONFIG_IPV6 is not set | 304 | # CONFIG_IPV6 is not set |
290 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
291 | # CONFIG_INET6_TUNNEL is not set | ||
292 | # CONFIG_NETWORK_SECMARK is not set | 305 | # CONFIG_NETWORK_SECMARK is not set |
293 | # CONFIG_NETFILTER is not set | 306 | # CONFIG_NETFILTER is not set |
294 | # CONFIG_IP_DCCP is not set | 307 | # CONFIG_IP_DCCP is not set |
@@ -338,6 +351,8 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
338 | CONFIG_STANDALONE=y | 351 | CONFIG_STANDALONE=y |
339 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 352 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
340 | CONFIG_FW_LOADER=y | 353 | CONFIG_FW_LOADER=y |
354 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
355 | CONFIG_EXTRA_FIRMWARE="" | ||
341 | # CONFIG_DEBUG_DRIVER is not set | 356 | # CONFIG_DEBUG_DRIVER is not set |
342 | # CONFIG_DEBUG_DEVRES is not set | 357 | # CONFIG_DEBUG_DEVRES is not set |
343 | # CONFIG_SYS_HYPERVISOR is not set | 358 | # CONFIG_SYS_HYPERVISOR is not set |
@@ -350,6 +365,7 @@ CONFIG_MTD_PARTITIONS=y | |||
350 | # CONFIG_MTD_REDBOOT_PARTS is not set | 365 | # CONFIG_MTD_REDBOOT_PARTS is not set |
351 | CONFIG_MTD_CMDLINE_PARTS=y | 366 | CONFIG_MTD_CMDLINE_PARTS=y |
352 | CONFIG_MTD_OF_PARTS=y | 367 | CONFIG_MTD_OF_PARTS=y |
368 | # CONFIG_MTD_AR7_PARTS is not set | ||
353 | 369 | ||
354 | # | 370 | # |
355 | # User Modules And Translation Layers | 371 | # User Modules And Translation Layers |
@@ -440,6 +456,7 @@ CONFIG_BLK_DEV_RAM_SIZE=35000 | |||
440 | # CONFIG_CDROM_PKTCDVD is not set | 456 | # CONFIG_CDROM_PKTCDVD is not set |
441 | # CONFIG_ATA_OVER_ETH is not set | 457 | # CONFIG_ATA_OVER_ETH is not set |
442 | # CONFIG_XILINX_SYSACE is not set | 458 | # CONFIG_XILINX_SYSACE is not set |
459 | # CONFIG_BLK_DEV_HD is not set | ||
443 | # CONFIG_MISC_DEVICES is not set | 460 | # CONFIG_MISC_DEVICES is not set |
444 | CONFIG_HAVE_IDE=y | 461 | CONFIG_HAVE_IDE=y |
445 | # CONFIG_IDE is not set | 462 | # CONFIG_IDE is not set |
@@ -458,12 +475,15 @@ CONFIG_HAVE_IDE=y | |||
458 | # | 475 | # |
459 | # IEEE 1394 (FireWire) support | 476 | # IEEE 1394 (FireWire) support |
460 | # | 477 | # |
478 | |||
479 | # | ||
480 | # Enable only one of the two stacks, unless you know what you are doing | ||
481 | # | ||
461 | # CONFIG_FIREWIRE is not set | 482 | # CONFIG_FIREWIRE is not set |
462 | # CONFIG_IEEE1394 is not set | 483 | # CONFIG_IEEE1394 is not set |
463 | # CONFIG_I2O is not set | 484 | # CONFIG_I2O is not set |
464 | # CONFIG_MACINTOSH_DRIVERS is not set | 485 | # CONFIG_MACINTOSH_DRIVERS is not set |
465 | CONFIG_NETDEVICES=y | 486 | CONFIG_NETDEVICES=y |
466 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
467 | # CONFIG_DUMMY is not set | 487 | # CONFIG_DUMMY is not set |
468 | # CONFIG_BONDING is not set | 488 | # CONFIG_BONDING is not set |
469 | # CONFIG_MACVLAN is not set | 489 | # CONFIG_MACVLAN is not set |
@@ -502,6 +522,7 @@ CONFIG_IBM_NEW_EMAC_EMAC4=y | |||
502 | # | 522 | # |
503 | # CONFIG_WLAN_PRE80211 is not set | 523 | # CONFIG_WLAN_PRE80211 is not set |
504 | # CONFIG_WLAN_80211 is not set | 524 | # CONFIG_WLAN_80211 is not set |
525 | # CONFIG_IWLWIFI_LEDS is not set | ||
505 | # CONFIG_WAN is not set | 526 | # CONFIG_WAN is not set |
506 | # CONFIG_FDDI is not set | 527 | # CONFIG_FDDI is not set |
507 | # CONFIG_HIPPI is not set | 528 | # CONFIG_HIPPI is not set |
@@ -528,6 +549,7 @@ CONFIG_IBM_NEW_EMAC_EMAC4=y | |||
528 | # Character devices | 549 | # Character devices |
529 | # | 550 | # |
530 | # CONFIG_VT is not set | 551 | # CONFIG_VT is not set |
552 | CONFIG_DEVKMEM=y | ||
531 | # CONFIG_SERIAL_NONSTANDARD is not set | 553 | # CONFIG_SERIAL_NONSTANDARD is not set |
532 | # CONFIG_NOZOMI is not set | 554 | # CONFIG_NOZOMI is not set |
533 | 555 | ||
@@ -566,12 +588,9 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
566 | # CONFIG_TCG_TPM is not set | 588 | # CONFIG_TCG_TPM is not set |
567 | CONFIG_DEVPORT=y | 589 | CONFIG_DEVPORT=y |
568 | # CONFIG_I2C is not set | 590 | # CONFIG_I2C is not set |
569 | |||
570 | # | ||
571 | # SPI support | ||
572 | # | ||
573 | # CONFIG_SPI is not set | 591 | # CONFIG_SPI is not set |
574 | # CONFIG_SPI_MASTER is not set | 592 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y |
593 | # CONFIG_GPIOLIB is not set | ||
575 | # CONFIG_W1 is not set | 594 | # CONFIG_W1 is not set |
576 | # CONFIG_POWER_SUPPLY is not set | 595 | # CONFIG_POWER_SUPPLY is not set |
577 | # CONFIG_HWMON is not set | 596 | # CONFIG_HWMON is not set |
@@ -587,13 +606,24 @@ CONFIG_SSB_POSSIBLE=y | |||
587 | # | 606 | # |
588 | # Multifunction device drivers | 607 | # Multifunction device drivers |
589 | # | 608 | # |
609 | # CONFIG_MFD_CORE is not set | ||
590 | # CONFIG_MFD_SM501 is not set | 610 | # CONFIG_MFD_SM501 is not set |
611 | # CONFIG_HTC_PASIC3 is not set | ||
591 | 612 | ||
592 | # | 613 | # |
593 | # Multimedia devices | 614 | # Multimedia devices |
594 | # | 615 | # |
616 | |||
617 | # | ||
618 | # Multimedia core support | ||
619 | # | ||
595 | # CONFIG_VIDEO_DEV is not set | 620 | # CONFIG_VIDEO_DEV is not set |
596 | # CONFIG_DVB_CORE is not set | 621 | # CONFIG_DVB_CORE is not set |
622 | # CONFIG_VIDEO_MEDIA is not set | ||
623 | |||
624 | # | ||
625 | # Multimedia drivers | ||
626 | # | ||
597 | # CONFIG_DAB is not set | 627 | # CONFIG_DAB is not set |
598 | 628 | ||
599 | # | 629 | # |
@@ -610,22 +640,16 @@ CONFIG_SSB_POSSIBLE=y | |||
610 | # Display device support | 640 | # Display device support |
611 | # | 641 | # |
612 | # CONFIG_DISPLAY_SUPPORT is not set | 642 | # CONFIG_DISPLAY_SUPPORT is not set |
613 | |||
614 | # | ||
615 | # Sound | ||
616 | # | ||
617 | # CONFIG_SOUND is not set | 643 | # CONFIG_SOUND is not set |
618 | # CONFIG_USB_SUPPORT is not set | 644 | # CONFIG_USB_SUPPORT is not set |
619 | # CONFIG_MMC is not set | 645 | # CONFIG_MMC is not set |
620 | # CONFIG_MEMSTICK is not set | 646 | # CONFIG_MEMSTICK is not set |
621 | # CONFIG_NEW_LEDS is not set | 647 | # CONFIG_NEW_LEDS is not set |
648 | # CONFIG_ACCESSIBILITY is not set | ||
622 | # CONFIG_INFINIBAND is not set | 649 | # CONFIG_INFINIBAND is not set |
623 | # CONFIG_EDAC is not set | 650 | # CONFIG_EDAC is not set |
624 | # CONFIG_RTC_CLASS is not set | 651 | # CONFIG_RTC_CLASS is not set |
625 | 652 | # CONFIG_DMADEVICES is not set | |
626 | # | ||
627 | # Userspace I/O | ||
628 | # | ||
629 | # CONFIG_UIO is not set | 653 | # CONFIG_UIO is not set |
630 | 654 | ||
631 | # | 655 | # |
@@ -640,7 +664,6 @@ CONFIG_EXT2_FS=y | |||
640 | # CONFIG_JFS_FS is not set | 664 | # CONFIG_JFS_FS is not set |
641 | # CONFIG_FS_POSIX_ACL is not set | 665 | # CONFIG_FS_POSIX_ACL is not set |
642 | # CONFIG_XFS_FS is not set | 666 | # CONFIG_XFS_FS is not set |
643 | # CONFIG_GFS2_FS is not set | ||
644 | # CONFIG_OCFS2_FS is not set | 667 | # CONFIG_OCFS2_FS is not set |
645 | CONFIG_DNOTIFY=y | 668 | CONFIG_DNOTIFY=y |
646 | CONFIG_INOTIFY=y | 669 | CONFIG_INOTIFY=y |
@@ -689,6 +712,7 @@ CONFIG_TMPFS=y | |||
689 | CONFIG_CRAMFS=y | 712 | CONFIG_CRAMFS=y |
690 | # CONFIG_VXFS_FS is not set | 713 | # CONFIG_VXFS_FS is not set |
691 | # CONFIG_MINIX_FS is not set | 714 | # CONFIG_MINIX_FS is not set |
715 | # CONFIG_OMFS_FS is not set | ||
692 | # CONFIG_HPFS_FS is not set | 716 | # CONFIG_HPFS_FS is not set |
693 | # CONFIG_QNX4FS_FS is not set | 717 | # CONFIG_QNX4FS_FS is not set |
694 | # CONFIG_ROMFS_FS is not set | 718 | # CONFIG_ROMFS_FS is not set |
@@ -699,14 +723,12 @@ CONFIG_NFS_FS=y | |||
699 | CONFIG_NFS_V3=y | 723 | CONFIG_NFS_V3=y |
700 | # CONFIG_NFS_V3_ACL is not set | 724 | # CONFIG_NFS_V3_ACL is not set |
701 | # CONFIG_NFS_V4 is not set | 725 | # CONFIG_NFS_V4 is not set |
702 | # CONFIG_NFS_DIRECTIO is not set | ||
703 | # CONFIG_NFSD is not set | ||
704 | CONFIG_ROOT_NFS=y | 726 | CONFIG_ROOT_NFS=y |
727 | # CONFIG_NFSD is not set | ||
705 | CONFIG_LOCKD=y | 728 | CONFIG_LOCKD=y |
706 | CONFIG_LOCKD_V4=y | 729 | CONFIG_LOCKD_V4=y |
707 | CONFIG_NFS_COMMON=y | 730 | CONFIG_NFS_COMMON=y |
708 | CONFIG_SUNRPC=y | 731 | CONFIG_SUNRPC=y |
709 | # CONFIG_SUNRPC_BIND34 is not set | ||
710 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 732 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
711 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 733 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
712 | # CONFIG_SMB_FS is not set | 734 | # CONFIG_SMB_FS is not set |
@@ -727,8 +749,10 @@ CONFIG_MSDOS_PARTITION=y | |||
727 | # Library routines | 749 | # Library routines |
728 | # | 750 | # |
729 | CONFIG_BITREVERSE=y | 751 | CONFIG_BITREVERSE=y |
752 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
730 | # CONFIG_CRC_CCITT is not set | 753 | # CONFIG_CRC_CCITT is not set |
731 | # CONFIG_CRC16 is not set | 754 | # CONFIG_CRC16 is not set |
755 | # CONFIG_CRC_T10DIF is not set | ||
732 | # CONFIG_CRC_ITU_T is not set | 756 | # CONFIG_CRC_ITU_T is not set |
733 | CONFIG_CRC32=y | 757 | CONFIG_CRC32=y |
734 | # CONFIG_CRC7 is not set | 758 | # CONFIG_CRC7 is not set |
@@ -738,6 +762,7 @@ CONFIG_PLIST=y | |||
738 | CONFIG_HAS_IOMEM=y | 762 | CONFIG_HAS_IOMEM=y |
739 | CONFIG_HAS_IOPORT=y | 763 | CONFIG_HAS_IOPORT=y |
740 | CONFIG_HAS_DMA=y | 764 | CONFIG_HAS_DMA=y |
765 | CONFIG_HAVE_LMB=y | ||
741 | 766 | ||
742 | # | 767 | # |
743 | # Kernel hacking | 768 | # Kernel hacking |
@@ -745,6 +770,7 @@ CONFIG_HAS_DMA=y | |||
745 | # CONFIG_PRINTK_TIME is not set | 770 | # CONFIG_PRINTK_TIME is not set |
746 | CONFIG_ENABLE_WARN_DEPRECATED=y | 771 | CONFIG_ENABLE_WARN_DEPRECATED=y |
747 | CONFIG_ENABLE_MUST_CHECK=y | 772 | CONFIG_ENABLE_MUST_CHECK=y |
773 | CONFIG_FRAME_WARN=1024 | ||
748 | CONFIG_MAGIC_SYSRQ=y | 774 | CONFIG_MAGIC_SYSRQ=y |
749 | # CONFIG_UNUSED_SYMBOLS is not set | 775 | # CONFIG_UNUSED_SYMBOLS is not set |
750 | CONFIG_DEBUG_FS=y | 776 | CONFIG_DEBUG_FS=y |
@@ -752,9 +778,12 @@ CONFIG_DEBUG_FS=y | |||
752 | CONFIG_DEBUG_KERNEL=y | 778 | CONFIG_DEBUG_KERNEL=y |
753 | # CONFIG_DEBUG_SHIRQ is not set | 779 | # CONFIG_DEBUG_SHIRQ is not set |
754 | CONFIG_DETECT_SOFTLOCKUP=y | 780 | CONFIG_DETECT_SOFTLOCKUP=y |
781 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
782 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
755 | CONFIG_SCHED_DEBUG=y | 783 | CONFIG_SCHED_DEBUG=y |
756 | # CONFIG_SCHEDSTATS is not set | 784 | # CONFIG_SCHEDSTATS is not set |
757 | # CONFIG_TIMER_STATS is not set | 785 | # CONFIG_TIMER_STATS is not set |
786 | # CONFIG_DEBUG_OBJECTS is not set | ||
758 | # CONFIG_SLUB_DEBUG_ON is not set | 787 | # CONFIG_SLUB_DEBUG_ON is not set |
759 | # CONFIG_SLUB_STATS is not set | 788 | # CONFIG_SLUB_STATS is not set |
760 | # CONFIG_DEBUG_RT_MUTEXES is not set | 789 | # CONFIG_DEBUG_RT_MUTEXES is not set |
@@ -767,17 +796,30 @@ CONFIG_SCHED_DEBUG=y | |||
767 | CONFIG_DEBUG_BUGVERBOSE=y | 796 | CONFIG_DEBUG_BUGVERBOSE=y |
768 | # CONFIG_DEBUG_INFO is not set | 797 | # CONFIG_DEBUG_INFO is not set |
769 | # CONFIG_DEBUG_VM is not set | 798 | # CONFIG_DEBUG_VM is not set |
799 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
800 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
770 | # CONFIG_DEBUG_LIST is not set | 801 | # CONFIG_DEBUG_LIST is not set |
771 | # CONFIG_DEBUG_SG is not set | 802 | # CONFIG_DEBUG_SG is not set |
772 | # CONFIG_BOOT_PRINTK_DELAY is not set | 803 | # CONFIG_BOOT_PRINTK_DELAY is not set |
773 | # CONFIG_RCU_TORTURE_TEST is not set | 804 | # CONFIG_RCU_TORTURE_TEST is not set |
774 | # CONFIG_BACKTRACE_SELF_TEST is not set | 805 | # CONFIG_BACKTRACE_SELF_TEST is not set |
775 | # CONFIG_FAULT_INJECTION is not set | 806 | # CONFIG_FAULT_INJECTION is not set |
807 | # CONFIG_LATENCYTOP is not set | ||
808 | CONFIG_HAVE_FTRACE=y | ||
809 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
810 | # CONFIG_FTRACE is not set | ||
811 | # CONFIG_SCHED_TRACER is not set | ||
812 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
776 | # CONFIG_SAMPLES is not set | 813 | # CONFIG_SAMPLES is not set |
814 | CONFIG_HAVE_ARCH_KGDB=y | ||
815 | # CONFIG_KGDB is not set | ||
777 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 816 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
778 | # CONFIG_DEBUG_STACK_USAGE is not set | 817 | # CONFIG_DEBUG_STACK_USAGE is not set |
779 | # CONFIG_DEBUG_PAGEALLOC is not set | 818 | # CONFIG_DEBUG_PAGEALLOC is not set |
780 | # CONFIG_DEBUGGER is not set | 819 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
820 | # CONFIG_FTR_FIXUP_SELFTEST is not set | ||
821 | # CONFIG_XMON is not set | ||
822 | # CONFIG_IRQSTACKS is not set | ||
781 | # CONFIG_VIRQ_DEBUG is not set | 823 | # CONFIG_VIRQ_DEBUG is not set |
782 | # CONFIG_BDI_SWITCH is not set | 824 | # CONFIG_BDI_SWITCH is not set |
783 | # CONFIG_PPC_EARLY_DEBUG is not set | 825 | # CONFIG_PPC_EARLY_DEBUG is not set |
@@ -789,51 +831,85 @@ CONFIG_DEBUG_BUGVERBOSE=y | |||
789 | # CONFIG_SECURITY is not set | 831 | # CONFIG_SECURITY is not set |
790 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 832 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
791 | CONFIG_CRYPTO=y | 833 | CONFIG_CRYPTO=y |
834 | |||
835 | # | ||
836 | # Crypto core or helper | ||
837 | # | ||
792 | CONFIG_CRYPTO_ALGAPI=y | 838 | CONFIG_CRYPTO_ALGAPI=y |
793 | CONFIG_CRYPTO_BLKCIPHER=y | 839 | CONFIG_CRYPTO_BLKCIPHER=y |
794 | # CONFIG_CRYPTO_SEQIV is not set | ||
795 | CONFIG_CRYPTO_MANAGER=y | 840 | CONFIG_CRYPTO_MANAGER=y |
841 | # CONFIG_CRYPTO_GF128MUL is not set | ||
842 | # CONFIG_CRYPTO_NULL is not set | ||
843 | # CONFIG_CRYPTO_CRYPTD is not set | ||
844 | # CONFIG_CRYPTO_AUTHENC is not set | ||
845 | # CONFIG_CRYPTO_TEST is not set | ||
846 | |||
847 | # | ||
848 | # Authenticated Encryption with Associated Data | ||
849 | # | ||
850 | # CONFIG_CRYPTO_CCM is not set | ||
851 | # CONFIG_CRYPTO_GCM is not set | ||
852 | # CONFIG_CRYPTO_SEQIV is not set | ||
853 | |||
854 | # | ||
855 | # Block modes | ||
856 | # | ||
857 | CONFIG_CRYPTO_CBC=y | ||
858 | # CONFIG_CRYPTO_CTR is not set | ||
859 | # CONFIG_CRYPTO_CTS is not set | ||
860 | CONFIG_CRYPTO_ECB=y | ||
861 | # CONFIG_CRYPTO_LRW is not set | ||
862 | CONFIG_CRYPTO_PCBC=y | ||
863 | # CONFIG_CRYPTO_XTS is not set | ||
864 | |||
865 | # | ||
866 | # Hash modes | ||
867 | # | ||
796 | # CONFIG_CRYPTO_HMAC is not set | 868 | # CONFIG_CRYPTO_HMAC is not set |
797 | # CONFIG_CRYPTO_XCBC is not set | 869 | # CONFIG_CRYPTO_XCBC is not set |
798 | # CONFIG_CRYPTO_NULL is not set | 870 | |
871 | # | ||
872 | # Digest | ||
873 | # | ||
874 | # CONFIG_CRYPTO_CRC32C is not set | ||
799 | # CONFIG_CRYPTO_MD4 is not set | 875 | # CONFIG_CRYPTO_MD4 is not set |
800 | CONFIG_CRYPTO_MD5=y | 876 | CONFIG_CRYPTO_MD5=y |
877 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
878 | # CONFIG_CRYPTO_RMD128 is not set | ||
879 | # CONFIG_CRYPTO_RMD160 is not set | ||
880 | # CONFIG_CRYPTO_RMD256 is not set | ||
881 | # CONFIG_CRYPTO_RMD320 is not set | ||
801 | # CONFIG_CRYPTO_SHA1 is not set | 882 | # CONFIG_CRYPTO_SHA1 is not set |
802 | # CONFIG_CRYPTO_SHA256 is not set | 883 | # CONFIG_CRYPTO_SHA256 is not set |
803 | # CONFIG_CRYPTO_SHA512 is not set | 884 | # CONFIG_CRYPTO_SHA512 is not set |
804 | # CONFIG_CRYPTO_WP512 is not set | ||
805 | # CONFIG_CRYPTO_TGR192 is not set | 885 | # CONFIG_CRYPTO_TGR192 is not set |
806 | # CONFIG_CRYPTO_GF128MUL is not set | 886 | # CONFIG_CRYPTO_WP512 is not set |
807 | CONFIG_CRYPTO_ECB=y | 887 | |
808 | CONFIG_CRYPTO_CBC=y | 888 | # |
809 | CONFIG_CRYPTO_PCBC=y | 889 | # Ciphers |
810 | # CONFIG_CRYPTO_LRW is not set | 890 | # |
811 | # CONFIG_CRYPTO_XTS is not set | ||
812 | # CONFIG_CRYPTO_CTR is not set | ||
813 | # CONFIG_CRYPTO_GCM is not set | ||
814 | # CONFIG_CRYPTO_CCM is not set | ||
815 | # CONFIG_CRYPTO_CRYPTD is not set | ||
816 | CONFIG_CRYPTO_DES=y | ||
817 | # CONFIG_CRYPTO_FCRYPT is not set | ||
818 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
819 | # CONFIG_CRYPTO_TWOFISH is not set | ||
820 | # CONFIG_CRYPTO_SERPENT is not set | ||
821 | # CONFIG_CRYPTO_AES is not set | 891 | # CONFIG_CRYPTO_AES is not set |
892 | # CONFIG_CRYPTO_ANUBIS is not set | ||
893 | # CONFIG_CRYPTO_ARC4 is not set | ||
894 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
895 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
822 | # CONFIG_CRYPTO_CAST5 is not set | 896 | # CONFIG_CRYPTO_CAST5 is not set |
823 | # CONFIG_CRYPTO_CAST6 is not set | 897 | # CONFIG_CRYPTO_CAST6 is not set |
824 | # CONFIG_CRYPTO_TEA is not set | 898 | CONFIG_CRYPTO_DES=y |
825 | # CONFIG_CRYPTO_ARC4 is not set | 899 | # CONFIG_CRYPTO_FCRYPT is not set |
826 | # CONFIG_CRYPTO_KHAZAD is not set | 900 | # CONFIG_CRYPTO_KHAZAD is not set |
827 | # CONFIG_CRYPTO_ANUBIS is not set | ||
828 | # CONFIG_CRYPTO_SEED is not set | ||
829 | # CONFIG_CRYPTO_SALSA20 is not set | 901 | # CONFIG_CRYPTO_SALSA20 is not set |
902 | # CONFIG_CRYPTO_SEED is not set | ||
903 | # CONFIG_CRYPTO_SERPENT is not set | ||
904 | # CONFIG_CRYPTO_TEA is not set | ||
905 | # CONFIG_CRYPTO_TWOFISH is not set | ||
906 | |||
907 | # | ||
908 | # Compression | ||
909 | # | ||
830 | # CONFIG_CRYPTO_DEFLATE is not set | 910 | # CONFIG_CRYPTO_DEFLATE is not set |
831 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
832 | # CONFIG_CRYPTO_CRC32C is not set | ||
833 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
834 | # CONFIG_CRYPTO_TEST is not set | ||
835 | # CONFIG_CRYPTO_AUTHENC is not set | ||
836 | # CONFIG_CRYPTO_LZO is not set | 911 | # CONFIG_CRYPTO_LZO is not set |
837 | CONFIG_CRYPTO_HW=y | 912 | CONFIG_CRYPTO_HW=y |
838 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | 913 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set |
839 | # CONFIG_PPC_CLOCK is not set | 914 | # CONFIG_PPC_CLOCK is not set |
915 | # CONFIG_VIRTUALIZATION is not set | ||
diff --git a/arch/powerpc/configs/40x/walnut_defconfig b/arch/powerpc/configs/40x/walnut_defconfig index 3b2689e5002a..aee79338f41f 100644 --- a/arch/powerpc/configs/40x/walnut_defconfig +++ b/arch/powerpc/configs/40x/walnut_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.25-rc2 | 3 | # Linux kernel version: 2.6.27-rc1 |
4 | # Fri Feb 15 21:54:12 2008 | 4 | # Tue Aug 5 19:40:56 2008 |
5 | # | 5 | # |
6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
7 | 7 | ||
@@ -26,8 +26,12 @@ CONFIG_GENERIC_TIME=y | |||
26 | CONFIG_GENERIC_TIME_VSYSCALL=y | 26 | CONFIG_GENERIC_TIME_VSYSCALL=y |
27 | CONFIG_GENERIC_CLOCKEVENTS=y | 27 | CONFIG_GENERIC_CLOCKEVENTS=y |
28 | CONFIG_GENERIC_HARDIRQS=y | 28 | CONFIG_GENERIC_HARDIRQS=y |
29 | # CONFIG_HAVE_GET_USER_PAGES_FAST is not set | ||
29 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | 30 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set |
30 | CONFIG_IRQ_PER_CPU=y | 31 | CONFIG_IRQ_PER_CPU=y |
32 | CONFIG_STACKTRACE_SUPPORT=y | ||
33 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
34 | CONFIG_LOCKDEP_SUPPORT=y | ||
31 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 35 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
32 | CONFIG_ARCH_HAS_ILOG2_U32=y | 36 | CONFIG_ARCH_HAS_ILOG2_U32=y |
33 | CONFIG_GENERIC_HWEIGHT=y | 37 | CONFIG_GENERIC_HWEIGHT=y |
@@ -75,6 +79,7 @@ CONFIG_FAIR_GROUP_SCHED=y | |||
75 | CONFIG_USER_SCHED=y | 79 | CONFIG_USER_SCHED=y |
76 | # CONFIG_CGROUP_SCHED is not set | 80 | # CONFIG_CGROUP_SCHED is not set |
77 | CONFIG_SYSFS_DEPRECATED=y | 81 | CONFIG_SYSFS_DEPRECATED=y |
82 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
78 | # CONFIG_RELAY is not set | 83 | # CONFIG_RELAY is not set |
79 | # CONFIG_NAMESPACES is not set | 84 | # CONFIG_NAMESPACES is not set |
80 | CONFIG_BLK_DEV_INITRD=y | 85 | CONFIG_BLK_DEV_INITRD=y |
@@ -83,6 +88,7 @@ CONFIG_INITRAMFS_SOURCE="" | |||
83 | CONFIG_SYSCTL=y | 88 | CONFIG_SYSCTL=y |
84 | CONFIG_EMBEDDED=y | 89 | CONFIG_EMBEDDED=y |
85 | CONFIG_SYSCTL_SYSCALL=y | 90 | CONFIG_SYSCTL_SYSCALL=y |
91 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
86 | CONFIG_KALLSYMS=y | 92 | CONFIG_KALLSYMS=y |
87 | CONFIG_KALLSYMS_ALL=y | 93 | CONFIG_KALLSYMS_ALL=y |
88 | CONFIG_KALLSYMS_EXTRA_PASS=y | 94 | CONFIG_KALLSYMS_EXTRA_PASS=y |
@@ -108,13 +114,22 @@ CONFIG_SLUB=y | |||
108 | # CONFIG_MARKERS is not set | 114 | # CONFIG_MARKERS is not set |
109 | CONFIG_HAVE_OPROFILE=y | 115 | CONFIG_HAVE_OPROFILE=y |
110 | # CONFIG_KPROBES is not set | 116 | # CONFIG_KPROBES is not set |
117 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
118 | CONFIG_HAVE_IOREMAP_PROT=y | ||
111 | CONFIG_HAVE_KPROBES=y | 119 | CONFIG_HAVE_KPROBES=y |
120 | CONFIG_HAVE_KRETPROBES=y | ||
121 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
122 | # CONFIG_HAVE_DMA_ATTRS is not set | ||
123 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
124 | # CONFIG_HAVE_CLK is not set | ||
112 | CONFIG_PROC_PAGE_MONITOR=y | 125 | CONFIG_PROC_PAGE_MONITOR=y |
126 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
113 | CONFIG_SLABINFO=y | 127 | CONFIG_SLABINFO=y |
114 | CONFIG_RT_MUTEXES=y | 128 | CONFIG_RT_MUTEXES=y |
115 | # CONFIG_TINY_SHMEM is not set | 129 | # CONFIG_TINY_SHMEM is not set |
116 | CONFIG_BASE_SMALL=0 | 130 | CONFIG_BASE_SMALL=0 |
117 | CONFIG_MODULES=y | 131 | CONFIG_MODULES=y |
132 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
118 | CONFIG_MODULE_UNLOAD=y | 133 | CONFIG_MODULE_UNLOAD=y |
119 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 134 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
120 | # CONFIG_MODVERSIONS is not set | 135 | # CONFIG_MODVERSIONS is not set |
@@ -125,6 +140,7 @@ CONFIG_LBD=y | |||
125 | # CONFIG_BLK_DEV_IO_TRACE is not set | 140 | # CONFIG_BLK_DEV_IO_TRACE is not set |
126 | # CONFIG_LSF is not set | 141 | # CONFIG_LSF is not set |
127 | # CONFIG_BLK_DEV_BSG is not set | 142 | # CONFIG_BLK_DEV_BSG is not set |
143 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
128 | 144 | ||
129 | # | 145 | # |
130 | # IO Schedulers | 146 | # IO Schedulers |
@@ -139,14 +155,11 @@ CONFIG_DEFAULT_AS=y | |||
139 | # CONFIG_DEFAULT_NOOP is not set | 155 | # CONFIG_DEFAULT_NOOP is not set |
140 | CONFIG_DEFAULT_IOSCHED="anticipatory" | 156 | CONFIG_DEFAULT_IOSCHED="anticipatory" |
141 | CONFIG_CLASSIC_RCU=y | 157 | CONFIG_CLASSIC_RCU=y |
142 | # CONFIG_PREEMPT_RCU is not set | ||
143 | # CONFIG_PPC4xx_PCI_EXPRESS is not set | 158 | # CONFIG_PPC4xx_PCI_EXPRESS is not set |
144 | 159 | ||
145 | # | 160 | # |
146 | # Platform support | 161 | # Platform support |
147 | # | 162 | # |
148 | # CONFIG_PPC_MPC512x is not set | ||
149 | # CONFIG_PPC_MPC5121 is not set | ||
150 | # CONFIG_PPC_CELL is not set | 163 | # CONFIG_PPC_CELL is not set |
151 | # CONFIG_PPC_CELL_NATIVE is not set | 164 | # CONFIG_PPC_CELL_NATIVE is not set |
152 | # CONFIG_PQ2ADS is not set | 165 | # CONFIG_PQ2ADS is not set |
@@ -189,7 +202,6 @@ CONFIG_HZ=250 | |||
189 | CONFIG_PREEMPT_NONE=y | 202 | CONFIG_PREEMPT_NONE=y |
190 | # CONFIG_PREEMPT_VOLUNTARY is not set | 203 | # CONFIG_PREEMPT_VOLUNTARY is not set |
191 | # CONFIG_PREEMPT is not set | 204 | # CONFIG_PREEMPT is not set |
192 | CONFIG_RCU_TRACE=y | ||
193 | CONFIG_BINFMT_ELF=y | 205 | CONFIG_BINFMT_ELF=y |
194 | # CONFIG_BINFMT_MISC is not set | 206 | # CONFIG_BINFMT_MISC is not set |
195 | # CONFIG_MATH_EMULATION is not set | 207 | # CONFIG_MATH_EMULATION is not set |
@@ -207,13 +219,17 @@ CONFIG_FLATMEM=y | |||
207 | CONFIG_FLAT_NODE_MEM_MAP=y | 219 | CONFIG_FLAT_NODE_MEM_MAP=y |
208 | # CONFIG_SPARSEMEM_STATIC is not set | 220 | # CONFIG_SPARSEMEM_STATIC is not set |
209 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 221 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
222 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
210 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 223 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
224 | CONFIG_MIGRATION=y | ||
211 | CONFIG_RESOURCES_64BIT=y | 225 | CONFIG_RESOURCES_64BIT=y |
212 | CONFIG_ZONE_DMA_FLAG=1 | 226 | CONFIG_ZONE_DMA_FLAG=1 |
213 | CONFIG_BOUNCE=y | 227 | CONFIG_BOUNCE=y |
214 | CONFIG_VIRT_TO_BUS=y | 228 | CONFIG_VIRT_TO_BUS=y |
229 | CONFIG_FORCE_MAX_ZONEORDER=11 | ||
215 | CONFIG_PROC_DEVICETREE=y | 230 | CONFIG_PROC_DEVICETREE=y |
216 | # CONFIG_CMDLINE_BOOL is not set | 231 | # CONFIG_CMDLINE_BOOL is not set |
232 | CONFIG_EXTRA_TARGETS="" | ||
217 | # CONFIG_PM is not set | 233 | # CONFIG_PM is not set |
218 | CONFIG_SECCOMP=y | 234 | CONFIG_SECCOMP=y |
219 | CONFIG_ISA_DMA_API=y | 235 | CONFIG_ISA_DMA_API=y |
@@ -223,6 +239,8 @@ CONFIG_ISA_DMA_API=y | |||
223 | # | 239 | # |
224 | CONFIG_ZONE_DMA=y | 240 | CONFIG_ZONE_DMA=y |
225 | CONFIG_PPC_INDIRECT_PCI=y | 241 | CONFIG_PPC_INDIRECT_PCI=y |
242 | CONFIG_4xx_SOC=y | ||
243 | CONFIG_PPC_PCI_CHOICE=y | ||
226 | CONFIG_PCI=y | 244 | CONFIG_PCI=y |
227 | CONFIG_PCI_DOMAINS=y | 245 | CONFIG_PCI_DOMAINS=y |
228 | CONFIG_PCI_SYSCALL=y | 246 | CONFIG_PCI_SYSCALL=y |
@@ -233,6 +251,7 @@ CONFIG_ARCH_SUPPORTS_MSI=y | |||
233 | # CONFIG_PCI_DEBUG is not set | 251 | # CONFIG_PCI_DEBUG is not set |
234 | # CONFIG_PCCARD is not set | 252 | # CONFIG_PCCARD is not set |
235 | # CONFIG_HOTPLUG_PCI is not set | 253 | # CONFIG_HOTPLUG_PCI is not set |
254 | # CONFIG_HAS_RAPIDIO is not set | ||
236 | 255 | ||
237 | # | 256 | # |
238 | # Advanced setup | 257 | # Advanced setup |
@@ -242,17 +261,13 @@ CONFIG_ARCH_SUPPORTS_MSI=y | |||
242 | # | 261 | # |
243 | # Default settings for advanced configuration options are used | 262 | # Default settings for advanced configuration options are used |
244 | # | 263 | # |
245 | CONFIG_HIGHMEM_START=0xfe000000 | ||
246 | CONFIG_LOWMEM_SIZE=0x30000000 | 264 | CONFIG_LOWMEM_SIZE=0x30000000 |
265 | CONFIG_PAGE_OFFSET=0xc0000000 | ||
247 | CONFIG_KERNEL_START=0xc0000000 | 266 | CONFIG_KERNEL_START=0xc0000000 |
267 | CONFIG_PHYSICAL_START=0x00000000 | ||
248 | CONFIG_TASK_SIZE=0xc0000000 | 268 | CONFIG_TASK_SIZE=0xc0000000 |
249 | CONFIG_CONSISTENT_START=0xff100000 | 269 | CONFIG_CONSISTENT_START=0xff100000 |
250 | CONFIG_CONSISTENT_SIZE=0x00200000 | 270 | CONFIG_CONSISTENT_SIZE=0x00200000 |
251 | CONFIG_BOOT_LOAD=0x00400000 | ||
252 | |||
253 | # | ||
254 | # Networking | ||
255 | # | ||
256 | CONFIG_NET=y | 271 | CONFIG_NET=y |
257 | 272 | ||
258 | # | 273 | # |
@@ -290,8 +305,6 @@ CONFIG_TCP_CONG_CUBIC=y | |||
290 | CONFIG_DEFAULT_TCP_CONG="cubic" | 305 | CONFIG_DEFAULT_TCP_CONG="cubic" |
291 | # CONFIG_TCP_MD5SIG is not set | 306 | # CONFIG_TCP_MD5SIG is not set |
292 | # CONFIG_IPV6 is not set | 307 | # CONFIG_IPV6 is not set |
293 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
294 | # CONFIG_INET6_TUNNEL is not set | ||
295 | # CONFIG_NETWORK_SECMARK is not set | 308 | # CONFIG_NETWORK_SECMARK is not set |
296 | # CONFIG_NETFILTER is not set | 309 | # CONFIG_NETFILTER is not set |
297 | # CONFIG_IP_DCCP is not set | 310 | # CONFIG_IP_DCCP is not set |
@@ -341,6 +354,8 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
341 | CONFIG_STANDALONE=y | 354 | CONFIG_STANDALONE=y |
342 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 355 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
343 | CONFIG_FW_LOADER=y | 356 | CONFIG_FW_LOADER=y |
357 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
358 | CONFIG_EXTRA_FIRMWARE="" | ||
344 | # CONFIG_DEBUG_DRIVER is not set | 359 | # CONFIG_DEBUG_DRIVER is not set |
345 | # CONFIG_DEBUG_DEVRES is not set | 360 | # CONFIG_DEBUG_DEVRES is not set |
346 | # CONFIG_SYS_HYPERVISOR is not set | 361 | # CONFIG_SYS_HYPERVISOR is not set |
@@ -353,6 +368,7 @@ CONFIG_MTD_PARTITIONS=y | |||
353 | # CONFIG_MTD_REDBOOT_PARTS is not set | 368 | # CONFIG_MTD_REDBOOT_PARTS is not set |
354 | CONFIG_MTD_CMDLINE_PARTS=y | 369 | CONFIG_MTD_CMDLINE_PARTS=y |
355 | CONFIG_MTD_OF_PARTS=y | 370 | CONFIG_MTD_OF_PARTS=y |
371 | # CONFIG_MTD_AR7_PARTS is not set | ||
356 | 372 | ||
357 | # | 373 | # |
358 | # User Modules And Translation Layers | 374 | # User Modules And Translation Layers |
@@ -443,12 +459,14 @@ CONFIG_BLK_DEV_RAM_SIZE=35000 | |||
443 | # CONFIG_CDROM_PKTCDVD is not set | 459 | # CONFIG_CDROM_PKTCDVD is not set |
444 | # CONFIG_ATA_OVER_ETH is not set | 460 | # CONFIG_ATA_OVER_ETH is not set |
445 | # CONFIG_XILINX_SYSACE is not set | 461 | # CONFIG_XILINX_SYSACE is not set |
462 | # CONFIG_BLK_DEV_HD is not set | ||
446 | CONFIG_MISC_DEVICES=y | 463 | CONFIG_MISC_DEVICES=y |
447 | # CONFIG_PHANTOM is not set | 464 | # CONFIG_PHANTOM is not set |
448 | # CONFIG_EEPROM_93CX6 is not set | 465 | # CONFIG_EEPROM_93CX6 is not set |
449 | # CONFIG_SGI_IOC4 is not set | 466 | # CONFIG_SGI_IOC4 is not set |
450 | # CONFIG_TIFM_CORE is not set | 467 | # CONFIG_TIFM_CORE is not set |
451 | # CONFIG_ENCLOSURE_SERVICES is not set | 468 | # CONFIG_ENCLOSURE_SERVICES is not set |
469 | # CONFIG_HP_ILO is not set | ||
452 | CONFIG_HAVE_IDE=y | 470 | CONFIG_HAVE_IDE=y |
453 | # CONFIG_IDE is not set | 471 | # CONFIG_IDE is not set |
454 | 472 | ||
@@ -466,12 +484,15 @@ CONFIG_HAVE_IDE=y | |||
466 | # | 484 | # |
467 | # IEEE 1394 (FireWire) support | 485 | # IEEE 1394 (FireWire) support |
468 | # | 486 | # |
487 | |||
488 | # | ||
489 | # Enable only one of the two stacks, unless you know what you are doing | ||
490 | # | ||
469 | # CONFIG_FIREWIRE is not set | 491 | # CONFIG_FIREWIRE is not set |
470 | # CONFIG_IEEE1394 is not set | 492 | # CONFIG_IEEE1394 is not set |
471 | # CONFIG_I2O is not set | 493 | # CONFIG_I2O is not set |
472 | # CONFIG_MACINTOSH_DRIVERS is not set | 494 | # CONFIG_MACINTOSH_DRIVERS is not set |
473 | CONFIG_NETDEVICES=y | 495 | CONFIG_NETDEVICES=y |
474 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
475 | # CONFIG_DUMMY is not set | 496 | # CONFIG_DUMMY is not set |
476 | # CONFIG_BONDING is not set | 497 | # CONFIG_BONDING is not set |
477 | # CONFIG_MACVLAN is not set | 498 | # CONFIG_MACVLAN is not set |
@@ -506,7 +527,6 @@ CONFIG_NETDEV_1000=y | |||
506 | # CONFIG_DL2K is not set | 527 | # CONFIG_DL2K is not set |
507 | # CONFIG_E1000 is not set | 528 | # CONFIG_E1000 is not set |
508 | # CONFIG_E1000E is not set | 529 | # CONFIG_E1000E is not set |
509 | # CONFIG_E1000E_ENABLED is not set | ||
510 | # CONFIG_IP1000 is not set | 530 | # CONFIG_IP1000 is not set |
511 | # CONFIG_IGB is not set | 531 | # CONFIG_IGB is not set |
512 | # CONFIG_NS83820 is not set | 532 | # CONFIG_NS83820 is not set |
@@ -516,12 +536,12 @@ CONFIG_NETDEV_1000=y | |||
516 | # CONFIG_SIS190 is not set | 536 | # CONFIG_SIS190 is not set |
517 | # CONFIG_SKGE is not set | 537 | # CONFIG_SKGE is not set |
518 | # CONFIG_SKY2 is not set | 538 | # CONFIG_SKY2 is not set |
519 | # CONFIG_SK98LIN is not set | ||
520 | # CONFIG_VIA_VELOCITY is not set | 539 | # CONFIG_VIA_VELOCITY is not set |
521 | # CONFIG_TIGON3 is not set | 540 | # CONFIG_TIGON3 is not set |
522 | # CONFIG_BNX2 is not set | 541 | # CONFIG_BNX2 is not set |
523 | # CONFIG_QLA3XXX is not set | 542 | # CONFIG_QLA3XXX is not set |
524 | # CONFIG_ATL1 is not set | 543 | # CONFIG_ATL1 is not set |
544 | # CONFIG_ATL1E is not set | ||
525 | CONFIG_NETDEV_10000=y | 545 | CONFIG_NETDEV_10000=y |
526 | # CONFIG_CHELSIO_T1 is not set | 546 | # CONFIG_CHELSIO_T1 is not set |
527 | # CONFIG_CHELSIO_T3 is not set | 547 | # CONFIG_CHELSIO_T3 is not set |
@@ -534,6 +554,7 @@ CONFIG_NETDEV_10000=y | |||
534 | # CONFIG_MLX4_CORE is not set | 554 | # CONFIG_MLX4_CORE is not set |
535 | # CONFIG_TEHUTI is not set | 555 | # CONFIG_TEHUTI is not set |
536 | # CONFIG_BNX2X is not set | 556 | # CONFIG_BNX2X is not set |
557 | # CONFIG_SFC is not set | ||
537 | # CONFIG_TR is not set | 558 | # CONFIG_TR is not set |
538 | 559 | ||
539 | # | 560 | # |
@@ -541,6 +562,7 @@ CONFIG_NETDEV_10000=y | |||
541 | # | 562 | # |
542 | # CONFIG_WLAN_PRE80211 is not set | 563 | # CONFIG_WLAN_PRE80211 is not set |
543 | # CONFIG_WLAN_80211 is not set | 564 | # CONFIG_WLAN_80211 is not set |
565 | # CONFIG_IWLWIFI_LEDS is not set | ||
544 | # CONFIG_WAN is not set | 566 | # CONFIG_WAN is not set |
545 | # CONFIG_FDDI is not set | 567 | # CONFIG_FDDI is not set |
546 | # CONFIG_HIPPI is not set | 568 | # CONFIG_HIPPI is not set |
@@ -567,6 +589,7 @@ CONFIG_NETDEV_10000=y | |||
567 | # Character devices | 589 | # Character devices |
568 | # | 590 | # |
569 | # CONFIG_VT is not set | 591 | # CONFIG_VT is not set |
592 | CONFIG_DEVKMEM=y | ||
570 | # CONFIG_SERIAL_NONSTANDARD is not set | 593 | # CONFIG_SERIAL_NONSTANDARD is not set |
571 | # CONFIG_NOZOMI is not set | 594 | # CONFIG_NOZOMI is not set |
572 | 595 | ||
@@ -605,12 +628,9 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
605 | # CONFIG_TCG_TPM is not set | 628 | # CONFIG_TCG_TPM is not set |
606 | CONFIG_DEVPORT=y | 629 | CONFIG_DEVPORT=y |
607 | # CONFIG_I2C is not set | 630 | # CONFIG_I2C is not set |
608 | |||
609 | # | ||
610 | # SPI support | ||
611 | # | ||
612 | # CONFIG_SPI is not set | 631 | # CONFIG_SPI is not set |
613 | # CONFIG_SPI_MASTER is not set | 632 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y |
633 | # CONFIG_GPIOLIB is not set | ||
614 | # CONFIG_W1 is not set | 634 | # CONFIG_W1 is not set |
615 | # CONFIG_POWER_SUPPLY is not set | 635 | # CONFIG_POWER_SUPPLY is not set |
616 | # CONFIG_HWMON is not set | 636 | # CONFIG_HWMON is not set |
@@ -626,13 +646,24 @@ CONFIG_SSB_POSSIBLE=y | |||
626 | # | 646 | # |
627 | # Multifunction device drivers | 647 | # Multifunction device drivers |
628 | # | 648 | # |
649 | # CONFIG_MFD_CORE is not set | ||
629 | # CONFIG_MFD_SM501 is not set | 650 | # CONFIG_MFD_SM501 is not set |
651 | # CONFIG_HTC_PASIC3 is not set | ||
630 | 652 | ||
631 | # | 653 | # |
632 | # Multimedia devices | 654 | # Multimedia devices |
633 | # | 655 | # |
656 | |||
657 | # | ||
658 | # Multimedia core support | ||
659 | # | ||
634 | # CONFIG_VIDEO_DEV is not set | 660 | # CONFIG_VIDEO_DEV is not set |
635 | # CONFIG_DVB_CORE is not set | 661 | # CONFIG_DVB_CORE is not set |
662 | # CONFIG_VIDEO_MEDIA is not set | ||
663 | |||
664 | # | ||
665 | # Multimedia drivers | ||
666 | # | ||
636 | # CONFIG_DAB is not set | 667 | # CONFIG_DAB is not set |
637 | 668 | ||
638 | # | 669 | # |
@@ -649,16 +680,14 @@ CONFIG_VIDEO_OUTPUT_CONTROL=m | |||
649 | # Display device support | 680 | # Display device support |
650 | # | 681 | # |
651 | # CONFIG_DISPLAY_SUPPORT is not set | 682 | # CONFIG_DISPLAY_SUPPORT is not set |
652 | |||
653 | # | ||
654 | # Sound | ||
655 | # | ||
656 | # CONFIG_SOUND is not set | 683 | # CONFIG_SOUND is not set |
657 | CONFIG_USB_SUPPORT=y | 684 | CONFIG_USB_SUPPORT=y |
658 | CONFIG_USB_ARCH_HAS_HCD=y | 685 | CONFIG_USB_ARCH_HAS_HCD=y |
659 | CONFIG_USB_ARCH_HAS_OHCI=y | 686 | CONFIG_USB_ARCH_HAS_OHCI=y |
660 | CONFIG_USB_ARCH_HAS_EHCI=y | 687 | CONFIG_USB_ARCH_HAS_EHCI=y |
661 | # CONFIG_USB is not set | 688 | # CONFIG_USB is not set |
689 | # CONFIG_USB_OTG_WHITELIST is not set | ||
690 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | ||
662 | 691 | ||
663 | # | 692 | # |
664 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 693 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
@@ -667,13 +696,11 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
667 | # CONFIG_MMC is not set | 696 | # CONFIG_MMC is not set |
668 | # CONFIG_MEMSTICK is not set | 697 | # CONFIG_MEMSTICK is not set |
669 | # CONFIG_NEW_LEDS is not set | 698 | # CONFIG_NEW_LEDS is not set |
699 | # CONFIG_ACCESSIBILITY is not set | ||
670 | # CONFIG_INFINIBAND is not set | 700 | # CONFIG_INFINIBAND is not set |
671 | # CONFIG_EDAC is not set | 701 | # CONFIG_EDAC is not set |
672 | # CONFIG_RTC_CLASS is not set | 702 | # CONFIG_RTC_CLASS is not set |
673 | 703 | # CONFIG_DMADEVICES is not set | |
674 | # | ||
675 | # Userspace I/O | ||
676 | # | ||
677 | # CONFIG_UIO is not set | 704 | # CONFIG_UIO is not set |
678 | 705 | ||
679 | # | 706 | # |
@@ -688,7 +715,6 @@ CONFIG_EXT2_FS=y | |||
688 | # CONFIG_JFS_FS is not set | 715 | # CONFIG_JFS_FS is not set |
689 | # CONFIG_FS_POSIX_ACL is not set | 716 | # CONFIG_FS_POSIX_ACL is not set |
690 | # CONFIG_XFS_FS is not set | 717 | # CONFIG_XFS_FS is not set |
691 | # CONFIG_GFS2_FS is not set | ||
692 | # CONFIG_OCFS2_FS is not set | 718 | # CONFIG_OCFS2_FS is not set |
693 | CONFIG_DNOTIFY=y | 719 | CONFIG_DNOTIFY=y |
694 | CONFIG_INOTIFY=y | 720 | CONFIG_INOTIFY=y |
@@ -737,6 +763,7 @@ CONFIG_TMPFS=y | |||
737 | CONFIG_CRAMFS=y | 763 | CONFIG_CRAMFS=y |
738 | # CONFIG_VXFS_FS is not set | 764 | # CONFIG_VXFS_FS is not set |
739 | # CONFIG_MINIX_FS is not set | 765 | # CONFIG_MINIX_FS is not set |
766 | # CONFIG_OMFS_FS is not set | ||
740 | # CONFIG_HPFS_FS is not set | 767 | # CONFIG_HPFS_FS is not set |
741 | # CONFIG_QNX4FS_FS is not set | 768 | # CONFIG_QNX4FS_FS is not set |
742 | # CONFIG_ROMFS_FS is not set | 769 | # CONFIG_ROMFS_FS is not set |
@@ -747,14 +774,12 @@ CONFIG_NFS_FS=y | |||
747 | CONFIG_NFS_V3=y | 774 | CONFIG_NFS_V3=y |
748 | # CONFIG_NFS_V3_ACL is not set | 775 | # CONFIG_NFS_V3_ACL is not set |
749 | # CONFIG_NFS_V4 is not set | 776 | # CONFIG_NFS_V4 is not set |
750 | # CONFIG_NFS_DIRECTIO is not set | ||
751 | # CONFIG_NFSD is not set | ||
752 | CONFIG_ROOT_NFS=y | 777 | CONFIG_ROOT_NFS=y |
778 | # CONFIG_NFSD is not set | ||
753 | CONFIG_LOCKD=y | 779 | CONFIG_LOCKD=y |
754 | CONFIG_LOCKD_V4=y | 780 | CONFIG_LOCKD_V4=y |
755 | CONFIG_NFS_COMMON=y | 781 | CONFIG_NFS_COMMON=y |
756 | CONFIG_SUNRPC=y | 782 | CONFIG_SUNRPC=y |
757 | # CONFIG_SUNRPC_BIND34 is not set | ||
758 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 783 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
759 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 784 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
760 | # CONFIG_SMB_FS is not set | 785 | # CONFIG_SMB_FS is not set |
@@ -775,8 +800,10 @@ CONFIG_MSDOS_PARTITION=y | |||
775 | # Library routines | 800 | # Library routines |
776 | # | 801 | # |
777 | CONFIG_BITREVERSE=y | 802 | CONFIG_BITREVERSE=y |
803 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
778 | # CONFIG_CRC_CCITT is not set | 804 | # CONFIG_CRC_CCITT is not set |
779 | # CONFIG_CRC16 is not set | 805 | # CONFIG_CRC16 is not set |
806 | # CONFIG_CRC_T10DIF is not set | ||
780 | # CONFIG_CRC_ITU_T is not set | 807 | # CONFIG_CRC_ITU_T is not set |
781 | CONFIG_CRC32=y | 808 | CONFIG_CRC32=y |
782 | # CONFIG_CRC7 is not set | 809 | # CONFIG_CRC7 is not set |
@@ -786,6 +813,7 @@ CONFIG_PLIST=y | |||
786 | CONFIG_HAS_IOMEM=y | 813 | CONFIG_HAS_IOMEM=y |
787 | CONFIG_HAS_IOPORT=y | 814 | CONFIG_HAS_IOPORT=y |
788 | CONFIG_HAS_DMA=y | 815 | CONFIG_HAS_DMA=y |
816 | CONFIG_HAVE_LMB=y | ||
789 | 817 | ||
790 | # | 818 | # |
791 | # Kernel hacking | 819 | # Kernel hacking |
@@ -793,6 +821,7 @@ CONFIG_HAS_DMA=y | |||
793 | # CONFIG_PRINTK_TIME is not set | 821 | # CONFIG_PRINTK_TIME is not set |
794 | CONFIG_ENABLE_WARN_DEPRECATED=y | 822 | CONFIG_ENABLE_WARN_DEPRECATED=y |
795 | CONFIG_ENABLE_MUST_CHECK=y | 823 | CONFIG_ENABLE_MUST_CHECK=y |
824 | CONFIG_FRAME_WARN=1024 | ||
796 | CONFIG_MAGIC_SYSRQ=y | 825 | CONFIG_MAGIC_SYSRQ=y |
797 | # CONFIG_UNUSED_SYMBOLS is not set | 826 | # CONFIG_UNUSED_SYMBOLS is not set |
798 | CONFIG_DEBUG_FS=y | 827 | CONFIG_DEBUG_FS=y |
@@ -800,9 +829,12 @@ CONFIG_DEBUG_FS=y | |||
800 | CONFIG_DEBUG_KERNEL=y | 829 | CONFIG_DEBUG_KERNEL=y |
801 | # CONFIG_DEBUG_SHIRQ is not set | 830 | # CONFIG_DEBUG_SHIRQ is not set |
802 | CONFIG_DETECT_SOFTLOCKUP=y | 831 | CONFIG_DETECT_SOFTLOCKUP=y |
832 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
833 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
803 | CONFIG_SCHED_DEBUG=y | 834 | CONFIG_SCHED_DEBUG=y |
804 | # CONFIG_SCHEDSTATS is not set | 835 | # CONFIG_SCHEDSTATS is not set |
805 | # CONFIG_TIMER_STATS is not set | 836 | # CONFIG_TIMER_STATS is not set |
837 | # CONFIG_DEBUG_OBJECTS is not set | ||
806 | # CONFIG_SLUB_DEBUG_ON is not set | 838 | # CONFIG_SLUB_DEBUG_ON is not set |
807 | # CONFIG_SLUB_STATS is not set | 839 | # CONFIG_SLUB_STATS is not set |
808 | # CONFIG_DEBUG_RT_MUTEXES is not set | 840 | # CONFIG_DEBUG_RT_MUTEXES is not set |
@@ -815,17 +847,30 @@ CONFIG_SCHED_DEBUG=y | |||
815 | CONFIG_DEBUG_BUGVERBOSE=y | 847 | CONFIG_DEBUG_BUGVERBOSE=y |
816 | # CONFIG_DEBUG_INFO is not set | 848 | # CONFIG_DEBUG_INFO is not set |
817 | # CONFIG_DEBUG_VM is not set | 849 | # CONFIG_DEBUG_VM is not set |
850 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
851 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
818 | # CONFIG_DEBUG_LIST is not set | 852 | # CONFIG_DEBUG_LIST is not set |
819 | # CONFIG_DEBUG_SG is not set | 853 | # CONFIG_DEBUG_SG is not set |
820 | # CONFIG_BOOT_PRINTK_DELAY is not set | 854 | # CONFIG_BOOT_PRINTK_DELAY is not set |
821 | # CONFIG_RCU_TORTURE_TEST is not set | 855 | # CONFIG_RCU_TORTURE_TEST is not set |
822 | # CONFIG_BACKTRACE_SELF_TEST is not set | 856 | # CONFIG_BACKTRACE_SELF_TEST is not set |
823 | # CONFIG_FAULT_INJECTION is not set | 857 | # CONFIG_FAULT_INJECTION is not set |
858 | # CONFIG_LATENCYTOP is not set | ||
859 | CONFIG_HAVE_FTRACE=y | ||
860 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
861 | # CONFIG_FTRACE is not set | ||
862 | # CONFIG_SCHED_TRACER is not set | ||
863 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
824 | # CONFIG_SAMPLES is not set | 864 | # CONFIG_SAMPLES is not set |
865 | CONFIG_HAVE_ARCH_KGDB=y | ||
866 | # CONFIG_KGDB is not set | ||
825 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 867 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
826 | # CONFIG_DEBUG_STACK_USAGE is not set | 868 | # CONFIG_DEBUG_STACK_USAGE is not set |
827 | # CONFIG_DEBUG_PAGEALLOC is not set | 869 | # CONFIG_DEBUG_PAGEALLOC is not set |
828 | # CONFIG_DEBUGGER is not set | 870 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
871 | # CONFIG_FTR_FIXUP_SELFTEST is not set | ||
872 | # CONFIG_XMON is not set | ||
873 | # CONFIG_IRQSTACKS is not set | ||
829 | # CONFIG_VIRQ_DEBUG is not set | 874 | # CONFIG_VIRQ_DEBUG is not set |
830 | # CONFIG_BDI_SWITCH is not set | 875 | # CONFIG_BDI_SWITCH is not set |
831 | # CONFIG_PPC_EARLY_DEBUG is not set | 876 | # CONFIG_PPC_EARLY_DEBUG is not set |
@@ -837,51 +882,85 @@ CONFIG_DEBUG_BUGVERBOSE=y | |||
837 | # CONFIG_SECURITY is not set | 882 | # CONFIG_SECURITY is not set |
838 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 883 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
839 | CONFIG_CRYPTO=y | 884 | CONFIG_CRYPTO=y |
885 | |||
886 | # | ||
887 | # Crypto core or helper | ||
888 | # | ||
840 | CONFIG_CRYPTO_ALGAPI=y | 889 | CONFIG_CRYPTO_ALGAPI=y |
841 | CONFIG_CRYPTO_BLKCIPHER=y | 890 | CONFIG_CRYPTO_BLKCIPHER=y |
842 | # CONFIG_CRYPTO_SEQIV is not set | ||
843 | CONFIG_CRYPTO_MANAGER=y | 891 | CONFIG_CRYPTO_MANAGER=y |
892 | # CONFIG_CRYPTO_GF128MUL is not set | ||
893 | # CONFIG_CRYPTO_NULL is not set | ||
894 | # CONFIG_CRYPTO_CRYPTD is not set | ||
895 | # CONFIG_CRYPTO_AUTHENC is not set | ||
896 | # CONFIG_CRYPTO_TEST is not set | ||
897 | |||
898 | # | ||
899 | # Authenticated Encryption with Associated Data | ||
900 | # | ||
901 | # CONFIG_CRYPTO_CCM is not set | ||
902 | # CONFIG_CRYPTO_GCM is not set | ||
903 | # CONFIG_CRYPTO_SEQIV is not set | ||
904 | |||
905 | # | ||
906 | # Block modes | ||
907 | # | ||
908 | CONFIG_CRYPTO_CBC=y | ||
909 | # CONFIG_CRYPTO_CTR is not set | ||
910 | # CONFIG_CRYPTO_CTS is not set | ||
911 | CONFIG_CRYPTO_ECB=y | ||
912 | # CONFIG_CRYPTO_LRW is not set | ||
913 | CONFIG_CRYPTO_PCBC=y | ||
914 | # CONFIG_CRYPTO_XTS is not set | ||
915 | |||
916 | # | ||
917 | # Hash modes | ||
918 | # | ||
844 | # CONFIG_CRYPTO_HMAC is not set | 919 | # CONFIG_CRYPTO_HMAC is not set |
845 | # CONFIG_CRYPTO_XCBC is not set | 920 | # CONFIG_CRYPTO_XCBC is not set |
846 | # CONFIG_CRYPTO_NULL is not set | 921 | |
922 | # | ||
923 | # Digest | ||
924 | # | ||
925 | # CONFIG_CRYPTO_CRC32C is not set | ||
847 | # CONFIG_CRYPTO_MD4 is not set | 926 | # CONFIG_CRYPTO_MD4 is not set |
848 | CONFIG_CRYPTO_MD5=y | 927 | CONFIG_CRYPTO_MD5=y |
928 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
929 | # CONFIG_CRYPTO_RMD128 is not set | ||
930 | # CONFIG_CRYPTO_RMD160 is not set | ||
931 | # CONFIG_CRYPTO_RMD256 is not set | ||
932 | # CONFIG_CRYPTO_RMD320 is not set | ||
849 | # CONFIG_CRYPTO_SHA1 is not set | 933 | # CONFIG_CRYPTO_SHA1 is not set |
850 | # CONFIG_CRYPTO_SHA256 is not set | 934 | # CONFIG_CRYPTO_SHA256 is not set |
851 | # CONFIG_CRYPTO_SHA512 is not set | 935 | # CONFIG_CRYPTO_SHA512 is not set |
852 | # CONFIG_CRYPTO_WP512 is not set | ||
853 | # CONFIG_CRYPTO_TGR192 is not set | 936 | # CONFIG_CRYPTO_TGR192 is not set |
854 | # CONFIG_CRYPTO_GF128MUL is not set | 937 | # CONFIG_CRYPTO_WP512 is not set |
855 | CONFIG_CRYPTO_ECB=y | 938 | |
856 | CONFIG_CRYPTO_CBC=y | 939 | # |
857 | CONFIG_CRYPTO_PCBC=y | 940 | # Ciphers |
858 | # CONFIG_CRYPTO_LRW is not set | 941 | # |
859 | # CONFIG_CRYPTO_XTS is not set | ||
860 | # CONFIG_CRYPTO_CTR is not set | ||
861 | # CONFIG_CRYPTO_GCM is not set | ||
862 | # CONFIG_CRYPTO_CCM is not set | ||
863 | # CONFIG_CRYPTO_CRYPTD is not set | ||
864 | CONFIG_CRYPTO_DES=y | ||
865 | # CONFIG_CRYPTO_FCRYPT is not set | ||
866 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
867 | # CONFIG_CRYPTO_TWOFISH is not set | ||
868 | # CONFIG_CRYPTO_SERPENT is not set | ||
869 | # CONFIG_CRYPTO_AES is not set | 942 | # CONFIG_CRYPTO_AES is not set |
943 | # CONFIG_CRYPTO_ANUBIS is not set | ||
944 | # CONFIG_CRYPTO_ARC4 is not set | ||
945 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
946 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
870 | # CONFIG_CRYPTO_CAST5 is not set | 947 | # CONFIG_CRYPTO_CAST5 is not set |
871 | # CONFIG_CRYPTO_CAST6 is not set | 948 | # CONFIG_CRYPTO_CAST6 is not set |
872 | # CONFIG_CRYPTO_TEA is not set | 949 | CONFIG_CRYPTO_DES=y |
873 | # CONFIG_CRYPTO_ARC4 is not set | 950 | # CONFIG_CRYPTO_FCRYPT is not set |
874 | # CONFIG_CRYPTO_KHAZAD is not set | 951 | # CONFIG_CRYPTO_KHAZAD is not set |
875 | # CONFIG_CRYPTO_ANUBIS is not set | ||
876 | # CONFIG_CRYPTO_SEED is not set | ||
877 | # CONFIG_CRYPTO_SALSA20 is not set | 952 | # CONFIG_CRYPTO_SALSA20 is not set |
953 | # CONFIG_CRYPTO_SEED is not set | ||
954 | # CONFIG_CRYPTO_SERPENT is not set | ||
955 | # CONFIG_CRYPTO_TEA is not set | ||
956 | # CONFIG_CRYPTO_TWOFISH is not set | ||
957 | |||
958 | # | ||
959 | # Compression | ||
960 | # | ||
878 | # CONFIG_CRYPTO_DEFLATE is not set | 961 | # CONFIG_CRYPTO_DEFLATE is not set |
879 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
880 | # CONFIG_CRYPTO_CRC32C is not set | ||
881 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
882 | # CONFIG_CRYPTO_TEST is not set | ||
883 | # CONFIG_CRYPTO_AUTHENC is not set | ||
884 | # CONFIG_CRYPTO_LZO is not set | 962 | # CONFIG_CRYPTO_LZO is not set |
885 | CONFIG_CRYPTO_HW=y | 963 | CONFIG_CRYPTO_HW=y |
886 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | 964 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set |
887 | # CONFIG_PPC_CLOCK is not set | 965 | # CONFIG_PPC_CLOCK is not set |
966 | # CONFIG_VIRTUALIZATION is not set | ||
diff --git a/arch/powerpc/configs/44x/bamboo_defconfig b/arch/powerpc/configs/44x/bamboo_defconfig index c44db554cdc6..e920693535af 100644 --- a/arch/powerpc/configs/44x/bamboo_defconfig +++ b/arch/powerpc/configs/44x/bamboo_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.25-rc2 | 3 | # Linux kernel version: 2.6.27-rc1 |
4 | # Fri Feb 15 21:36:39 2008 | 4 | # Tue Aug 5 08:43:44 2008 |
5 | # | 5 | # |
6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
7 | 7 | ||
@@ -30,8 +30,12 @@ CONFIG_GENERIC_TIME=y | |||
30 | CONFIG_GENERIC_TIME_VSYSCALL=y | 30 | CONFIG_GENERIC_TIME_VSYSCALL=y |
31 | CONFIG_GENERIC_CLOCKEVENTS=y | 31 | CONFIG_GENERIC_CLOCKEVENTS=y |
32 | CONFIG_GENERIC_HARDIRQS=y | 32 | CONFIG_GENERIC_HARDIRQS=y |
33 | # CONFIG_HAVE_GET_USER_PAGES_FAST is not set | ||
33 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | 34 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set |
34 | CONFIG_IRQ_PER_CPU=y | 35 | CONFIG_IRQ_PER_CPU=y |
36 | CONFIG_STACKTRACE_SUPPORT=y | ||
37 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
38 | CONFIG_LOCKDEP_SUPPORT=y | ||
35 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 39 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
36 | CONFIG_ARCH_HAS_ILOG2_U32=y | 40 | CONFIG_ARCH_HAS_ILOG2_U32=y |
37 | CONFIG_GENERIC_HWEIGHT=y | 41 | CONFIG_GENERIC_HWEIGHT=y |
@@ -79,6 +83,7 @@ CONFIG_FAIR_GROUP_SCHED=y | |||
79 | CONFIG_USER_SCHED=y | 83 | CONFIG_USER_SCHED=y |
80 | # CONFIG_CGROUP_SCHED is not set | 84 | # CONFIG_CGROUP_SCHED is not set |
81 | CONFIG_SYSFS_DEPRECATED=y | 85 | CONFIG_SYSFS_DEPRECATED=y |
86 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
82 | # CONFIG_RELAY is not set | 87 | # CONFIG_RELAY is not set |
83 | # CONFIG_NAMESPACES is not set | 88 | # CONFIG_NAMESPACES is not set |
84 | CONFIG_BLK_DEV_INITRD=y | 89 | CONFIG_BLK_DEV_INITRD=y |
@@ -87,6 +92,7 @@ CONFIG_INITRAMFS_SOURCE="" | |||
87 | CONFIG_SYSCTL=y | 92 | CONFIG_SYSCTL=y |
88 | CONFIG_EMBEDDED=y | 93 | CONFIG_EMBEDDED=y |
89 | CONFIG_SYSCTL_SYSCALL=y | 94 | CONFIG_SYSCTL_SYSCALL=y |
95 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
90 | CONFIG_KALLSYMS=y | 96 | CONFIG_KALLSYMS=y |
91 | # CONFIG_KALLSYMS_ALL is not set | 97 | # CONFIG_KALLSYMS_ALL is not set |
92 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 98 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
@@ -112,13 +118,22 @@ CONFIG_SLUB=y | |||
112 | # CONFIG_MARKERS is not set | 118 | # CONFIG_MARKERS is not set |
113 | CONFIG_HAVE_OPROFILE=y | 119 | CONFIG_HAVE_OPROFILE=y |
114 | # CONFIG_KPROBES is not set | 120 | # CONFIG_KPROBES is not set |
121 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
122 | CONFIG_HAVE_IOREMAP_PROT=y | ||
115 | CONFIG_HAVE_KPROBES=y | 123 | CONFIG_HAVE_KPROBES=y |
124 | CONFIG_HAVE_KRETPROBES=y | ||
125 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
126 | # CONFIG_HAVE_DMA_ATTRS is not set | ||
127 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
128 | # CONFIG_HAVE_CLK is not set | ||
116 | CONFIG_PROC_PAGE_MONITOR=y | 129 | CONFIG_PROC_PAGE_MONITOR=y |
130 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
117 | CONFIG_SLABINFO=y | 131 | CONFIG_SLABINFO=y |
118 | CONFIG_RT_MUTEXES=y | 132 | CONFIG_RT_MUTEXES=y |
119 | # CONFIG_TINY_SHMEM is not set | 133 | # CONFIG_TINY_SHMEM is not set |
120 | CONFIG_BASE_SMALL=0 | 134 | CONFIG_BASE_SMALL=0 |
121 | CONFIG_MODULES=y | 135 | CONFIG_MODULES=y |
136 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
122 | CONFIG_MODULE_UNLOAD=y | 137 | CONFIG_MODULE_UNLOAD=y |
123 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 138 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
124 | # CONFIG_MODVERSIONS is not set | 139 | # CONFIG_MODVERSIONS is not set |
@@ -129,6 +144,7 @@ CONFIG_LBD=y | |||
129 | # CONFIG_BLK_DEV_IO_TRACE is not set | 144 | # CONFIG_BLK_DEV_IO_TRACE is not set |
130 | # CONFIG_LSF is not set | 145 | # CONFIG_LSF is not set |
131 | # CONFIG_BLK_DEV_BSG is not set | 146 | # CONFIG_BLK_DEV_BSG is not set |
147 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
132 | 148 | ||
133 | # | 149 | # |
134 | # IO Schedulers | 150 | # IO Schedulers |
@@ -143,24 +159,25 @@ CONFIG_DEFAULT_AS=y | |||
143 | # CONFIG_DEFAULT_NOOP is not set | 159 | # CONFIG_DEFAULT_NOOP is not set |
144 | CONFIG_DEFAULT_IOSCHED="anticipatory" | 160 | CONFIG_DEFAULT_IOSCHED="anticipatory" |
145 | CONFIG_CLASSIC_RCU=y | 161 | CONFIG_CLASSIC_RCU=y |
146 | # CONFIG_PREEMPT_RCU is not set | ||
147 | # CONFIG_PPC4xx_PCI_EXPRESS is not set | 162 | # CONFIG_PPC4xx_PCI_EXPRESS is not set |
148 | 163 | ||
149 | # | 164 | # |
150 | # Platform support | 165 | # Platform support |
151 | # | 166 | # |
152 | # CONFIG_PPC_MPC512x is not set | ||
153 | # CONFIG_PPC_MPC5121 is not set | ||
154 | # CONFIG_PPC_CELL is not set | 167 | # CONFIG_PPC_CELL is not set |
155 | # CONFIG_PPC_CELL_NATIVE is not set | 168 | # CONFIG_PPC_CELL_NATIVE is not set |
156 | # CONFIG_PQ2ADS is not set | 169 | # CONFIG_PQ2ADS is not set |
157 | CONFIG_BAMBOO=y | 170 | CONFIG_BAMBOO=y |
158 | # CONFIG_EBONY is not set | 171 | # CONFIG_EBONY is not set |
172 | # CONFIG_SAM440EP is not set | ||
159 | # CONFIG_SEQUOIA is not set | 173 | # CONFIG_SEQUOIA is not set |
160 | # CONFIG_TAISHAN is not set | 174 | # CONFIG_TAISHAN is not set |
161 | # CONFIG_KATMAI is not set | 175 | # CONFIG_KATMAI is not set |
162 | # CONFIG_RAINIER is not set | 176 | # CONFIG_RAINIER is not set |
163 | # CONFIG_WARP is not set | 177 | # CONFIG_WARP is not set |
178 | # CONFIG_CANYONLANDS is not set | ||
179 | # CONFIG_YOSEMITE is not set | ||
180 | # CONFIG_XILINX_VIRTEX440_GENERIC_BOARD is not set | ||
164 | CONFIG_440EP=y | 181 | CONFIG_440EP=y |
165 | CONFIG_IBM440EP_ERR42=y | 182 | CONFIG_IBM440EP_ERR42=y |
166 | # CONFIG_IPIC is not set | 183 | # CONFIG_IPIC is not set |
@@ -193,7 +210,6 @@ CONFIG_HZ=250 | |||
193 | CONFIG_PREEMPT_NONE=y | 210 | CONFIG_PREEMPT_NONE=y |
194 | # CONFIG_PREEMPT_VOLUNTARY is not set | 211 | # CONFIG_PREEMPT_VOLUNTARY is not set |
195 | # CONFIG_PREEMPT is not set | 212 | # CONFIG_PREEMPT is not set |
196 | CONFIG_RCU_TRACE=y | ||
197 | CONFIG_BINFMT_ELF=y | 213 | CONFIG_BINFMT_ELF=y |
198 | # CONFIG_BINFMT_MISC is not set | 214 | # CONFIG_BINFMT_MISC is not set |
199 | # CONFIG_MATH_EMULATION is not set | 215 | # CONFIG_MATH_EMULATION is not set |
@@ -211,14 +227,18 @@ CONFIG_FLATMEM=y | |||
211 | CONFIG_FLAT_NODE_MEM_MAP=y | 227 | CONFIG_FLAT_NODE_MEM_MAP=y |
212 | # CONFIG_SPARSEMEM_STATIC is not set | 228 | # CONFIG_SPARSEMEM_STATIC is not set |
213 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 229 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
230 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
214 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 231 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
232 | CONFIG_MIGRATION=y | ||
215 | CONFIG_RESOURCES_64BIT=y | 233 | CONFIG_RESOURCES_64BIT=y |
216 | CONFIG_ZONE_DMA_FLAG=1 | 234 | CONFIG_ZONE_DMA_FLAG=1 |
217 | CONFIG_BOUNCE=y | 235 | CONFIG_BOUNCE=y |
218 | CONFIG_VIRT_TO_BUS=y | 236 | CONFIG_VIRT_TO_BUS=y |
237 | CONFIG_FORCE_MAX_ZONEORDER=11 | ||
219 | CONFIG_PROC_DEVICETREE=y | 238 | CONFIG_PROC_DEVICETREE=y |
220 | CONFIG_CMDLINE_BOOL=y | 239 | CONFIG_CMDLINE_BOOL=y |
221 | CONFIG_CMDLINE="" | 240 | CONFIG_CMDLINE="" |
241 | CONFIG_EXTRA_TARGETS="" | ||
222 | CONFIG_SECCOMP=y | 242 | CONFIG_SECCOMP=y |
223 | CONFIG_ISA_DMA_API=y | 243 | CONFIG_ISA_DMA_API=y |
224 | 244 | ||
@@ -227,6 +247,8 @@ CONFIG_ISA_DMA_API=y | |||
227 | # | 247 | # |
228 | CONFIG_ZONE_DMA=y | 248 | CONFIG_ZONE_DMA=y |
229 | CONFIG_PPC_INDIRECT_PCI=y | 249 | CONFIG_PPC_INDIRECT_PCI=y |
250 | CONFIG_4xx_SOC=y | ||
251 | CONFIG_PPC_PCI_CHOICE=y | ||
230 | CONFIG_PCI=y | 252 | CONFIG_PCI=y |
231 | CONFIG_PCI_DOMAINS=y | 253 | CONFIG_PCI_DOMAINS=y |
232 | CONFIG_PCI_SYSCALL=y | 254 | CONFIG_PCI_SYSCALL=y |
@@ -237,6 +259,7 @@ CONFIG_PCI_LEGACY=y | |||
237 | # CONFIG_PCI_DEBUG is not set | 259 | # CONFIG_PCI_DEBUG is not set |
238 | # CONFIG_PCCARD is not set | 260 | # CONFIG_PCCARD is not set |
239 | # CONFIG_HOTPLUG_PCI is not set | 261 | # CONFIG_HOTPLUG_PCI is not set |
262 | # CONFIG_HAS_RAPIDIO is not set | ||
240 | 263 | ||
241 | # | 264 | # |
242 | # Advanced setup | 265 | # Advanced setup |
@@ -246,17 +269,13 @@ CONFIG_PCI_LEGACY=y | |||
246 | # | 269 | # |
247 | # Default settings for advanced configuration options are used | 270 | # Default settings for advanced configuration options are used |
248 | # | 271 | # |
249 | CONFIG_HIGHMEM_START=0xfe000000 | ||
250 | CONFIG_LOWMEM_SIZE=0x30000000 | 272 | CONFIG_LOWMEM_SIZE=0x30000000 |
273 | CONFIG_PAGE_OFFSET=0xc0000000 | ||
251 | CONFIG_KERNEL_START=0xc0000000 | 274 | CONFIG_KERNEL_START=0xc0000000 |
275 | CONFIG_PHYSICAL_START=0x00000000 | ||
252 | CONFIG_TASK_SIZE=0xc0000000 | 276 | CONFIG_TASK_SIZE=0xc0000000 |
253 | CONFIG_CONSISTENT_START=0xff100000 | 277 | CONFIG_CONSISTENT_START=0xff100000 |
254 | CONFIG_CONSISTENT_SIZE=0x00200000 | 278 | CONFIG_CONSISTENT_SIZE=0x00200000 |
255 | CONFIG_BOOT_LOAD=0x01000000 | ||
256 | |||
257 | # | ||
258 | # Networking | ||
259 | # | ||
260 | CONFIG_NET=y | 279 | CONFIG_NET=y |
261 | 280 | ||
262 | # | 281 | # |
@@ -294,8 +313,6 @@ CONFIG_TCP_CONG_CUBIC=y | |||
294 | CONFIG_DEFAULT_TCP_CONG="cubic" | 313 | CONFIG_DEFAULT_TCP_CONG="cubic" |
295 | # CONFIG_TCP_MD5SIG is not set | 314 | # CONFIG_TCP_MD5SIG is not set |
296 | # CONFIG_IPV6 is not set | 315 | # CONFIG_IPV6 is not set |
297 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
298 | # CONFIG_INET6_TUNNEL is not set | ||
299 | # CONFIG_NETWORK_SECMARK is not set | 316 | # CONFIG_NETWORK_SECMARK is not set |
300 | # CONFIG_NETFILTER is not set | 317 | # CONFIG_NETFILTER is not set |
301 | # CONFIG_IP_DCCP is not set | 318 | # CONFIG_IP_DCCP is not set |
@@ -345,6 +362,8 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
345 | CONFIG_STANDALONE=y | 362 | CONFIG_STANDALONE=y |
346 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 363 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
347 | CONFIG_FW_LOADER=y | 364 | CONFIG_FW_LOADER=y |
365 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
366 | CONFIG_EXTRA_FIRMWARE="" | ||
348 | # CONFIG_DEBUG_DRIVER is not set | 367 | # CONFIG_DEBUG_DRIVER is not set |
349 | # CONFIG_DEBUG_DEVRES is not set | 368 | # CONFIG_DEBUG_DEVRES is not set |
350 | # CONFIG_SYS_HYPERVISOR is not set | 369 | # CONFIG_SYS_HYPERVISOR is not set |
@@ -370,12 +389,14 @@ CONFIG_BLK_DEV_RAM_SIZE=35000 | |||
370 | # CONFIG_CDROM_PKTCDVD is not set | 389 | # CONFIG_CDROM_PKTCDVD is not set |
371 | # CONFIG_ATA_OVER_ETH is not set | 390 | # CONFIG_ATA_OVER_ETH is not set |
372 | # CONFIG_XILINX_SYSACE is not set | 391 | # CONFIG_XILINX_SYSACE is not set |
392 | # CONFIG_BLK_DEV_HD is not set | ||
373 | CONFIG_MISC_DEVICES=y | 393 | CONFIG_MISC_DEVICES=y |
374 | # CONFIG_PHANTOM is not set | 394 | # CONFIG_PHANTOM is not set |
375 | # CONFIG_EEPROM_93CX6 is not set | 395 | # CONFIG_EEPROM_93CX6 is not set |
376 | # CONFIG_SGI_IOC4 is not set | 396 | # CONFIG_SGI_IOC4 is not set |
377 | # CONFIG_TIFM_CORE is not set | 397 | # CONFIG_TIFM_CORE is not set |
378 | # CONFIG_ENCLOSURE_SERVICES is not set | 398 | # CONFIG_ENCLOSURE_SERVICES is not set |
399 | # CONFIG_HP_ILO is not set | ||
379 | CONFIG_HAVE_IDE=y | 400 | CONFIG_HAVE_IDE=y |
380 | # CONFIG_IDE is not set | 401 | # CONFIG_IDE is not set |
381 | 402 | ||
@@ -393,12 +414,15 @@ CONFIG_HAVE_IDE=y | |||
393 | # | 414 | # |
394 | # IEEE 1394 (FireWire) support | 415 | # IEEE 1394 (FireWire) support |
395 | # | 416 | # |
417 | |||
418 | # | ||
419 | # Enable only one of the two stacks, unless you know what you are doing | ||
420 | # | ||
396 | # CONFIG_FIREWIRE is not set | 421 | # CONFIG_FIREWIRE is not set |
397 | # CONFIG_IEEE1394 is not set | 422 | # CONFIG_IEEE1394 is not set |
398 | # CONFIG_I2O is not set | 423 | # CONFIG_I2O is not set |
399 | # CONFIG_MACINTOSH_DRIVERS is not set | 424 | # CONFIG_MACINTOSH_DRIVERS is not set |
400 | CONFIG_NETDEVICES=y | 425 | CONFIG_NETDEVICES=y |
401 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
402 | # CONFIG_DUMMY is not set | 426 | # CONFIG_DUMMY is not set |
403 | # CONFIG_BONDING is not set | 427 | # CONFIG_BONDING is not set |
404 | # CONFIG_MACVLAN is not set | 428 | # CONFIG_MACVLAN is not set |
@@ -433,7 +457,6 @@ CONFIG_NETDEV_1000=y | |||
433 | # CONFIG_DL2K is not set | 457 | # CONFIG_DL2K is not set |
434 | # CONFIG_E1000 is not set | 458 | # CONFIG_E1000 is not set |
435 | # CONFIG_E1000E is not set | 459 | # CONFIG_E1000E is not set |
436 | # CONFIG_E1000E_ENABLED is not set | ||
437 | # CONFIG_IP1000 is not set | 460 | # CONFIG_IP1000 is not set |
438 | # CONFIG_IGB is not set | 461 | # CONFIG_IGB is not set |
439 | # CONFIG_NS83820 is not set | 462 | # CONFIG_NS83820 is not set |
@@ -443,12 +466,12 @@ CONFIG_NETDEV_1000=y | |||
443 | # CONFIG_SIS190 is not set | 466 | # CONFIG_SIS190 is not set |
444 | # CONFIG_SKGE is not set | 467 | # CONFIG_SKGE is not set |
445 | # CONFIG_SKY2 is not set | 468 | # CONFIG_SKY2 is not set |
446 | # CONFIG_SK98LIN is not set | ||
447 | # CONFIG_VIA_VELOCITY is not set | 469 | # CONFIG_VIA_VELOCITY is not set |
448 | # CONFIG_TIGON3 is not set | 470 | # CONFIG_TIGON3 is not set |
449 | # CONFIG_BNX2 is not set | 471 | # CONFIG_BNX2 is not set |
450 | # CONFIG_QLA3XXX is not set | 472 | # CONFIG_QLA3XXX is not set |
451 | # CONFIG_ATL1 is not set | 473 | # CONFIG_ATL1 is not set |
474 | # CONFIG_ATL1E is not set | ||
452 | CONFIG_NETDEV_10000=y | 475 | CONFIG_NETDEV_10000=y |
453 | # CONFIG_CHELSIO_T1 is not set | 476 | # CONFIG_CHELSIO_T1 is not set |
454 | # CONFIG_CHELSIO_T3 is not set | 477 | # CONFIG_CHELSIO_T3 is not set |
@@ -461,6 +484,7 @@ CONFIG_NETDEV_10000=y | |||
461 | # CONFIG_MLX4_CORE is not set | 484 | # CONFIG_MLX4_CORE is not set |
462 | # CONFIG_TEHUTI is not set | 485 | # CONFIG_TEHUTI is not set |
463 | # CONFIG_BNX2X is not set | 486 | # CONFIG_BNX2X is not set |
487 | # CONFIG_SFC is not set | ||
464 | # CONFIG_TR is not set | 488 | # CONFIG_TR is not set |
465 | 489 | ||
466 | # | 490 | # |
@@ -468,6 +492,7 @@ CONFIG_NETDEV_10000=y | |||
468 | # | 492 | # |
469 | # CONFIG_WLAN_PRE80211 is not set | 493 | # CONFIG_WLAN_PRE80211 is not set |
470 | # CONFIG_WLAN_80211 is not set | 494 | # CONFIG_WLAN_80211 is not set |
495 | # CONFIG_IWLWIFI_LEDS is not set | ||
471 | # CONFIG_WAN is not set | 496 | # CONFIG_WAN is not set |
472 | # CONFIG_FDDI is not set | 497 | # CONFIG_FDDI is not set |
473 | # CONFIG_HIPPI is not set | 498 | # CONFIG_HIPPI is not set |
@@ -494,6 +519,7 @@ CONFIG_NETDEV_10000=y | |||
494 | # Character devices | 519 | # Character devices |
495 | # | 520 | # |
496 | # CONFIG_VT is not set | 521 | # CONFIG_VT is not set |
522 | CONFIG_DEVKMEM=y | ||
497 | # CONFIG_SERIAL_NONSTANDARD is not set | 523 | # CONFIG_SERIAL_NONSTANDARD is not set |
498 | # CONFIG_NOZOMI is not set | 524 | # CONFIG_NOZOMI is not set |
499 | 525 | ||
@@ -532,12 +558,9 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
532 | # CONFIG_TCG_TPM is not set | 558 | # CONFIG_TCG_TPM is not set |
533 | CONFIG_DEVPORT=y | 559 | CONFIG_DEVPORT=y |
534 | # CONFIG_I2C is not set | 560 | # CONFIG_I2C is not set |
535 | |||
536 | # | ||
537 | # SPI support | ||
538 | # | ||
539 | # CONFIG_SPI is not set | 561 | # CONFIG_SPI is not set |
540 | # CONFIG_SPI_MASTER is not set | 562 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y |
563 | # CONFIG_GPIOLIB is not set | ||
541 | # CONFIG_W1 is not set | 564 | # CONFIG_W1 is not set |
542 | # CONFIG_POWER_SUPPLY is not set | 565 | # CONFIG_POWER_SUPPLY is not set |
543 | # CONFIG_HWMON is not set | 566 | # CONFIG_HWMON is not set |
@@ -553,13 +576,24 @@ CONFIG_SSB_POSSIBLE=y | |||
553 | # | 576 | # |
554 | # Multifunction device drivers | 577 | # Multifunction device drivers |
555 | # | 578 | # |
579 | # CONFIG_MFD_CORE is not set | ||
556 | # CONFIG_MFD_SM501 is not set | 580 | # CONFIG_MFD_SM501 is not set |
581 | # CONFIG_HTC_PASIC3 is not set | ||
557 | 582 | ||
558 | # | 583 | # |
559 | # Multimedia devices | 584 | # Multimedia devices |
560 | # | 585 | # |
586 | |||
587 | # | ||
588 | # Multimedia core support | ||
589 | # | ||
561 | # CONFIG_VIDEO_DEV is not set | 590 | # CONFIG_VIDEO_DEV is not set |
562 | # CONFIG_DVB_CORE is not set | 591 | # CONFIG_DVB_CORE is not set |
592 | # CONFIG_VIDEO_MEDIA is not set | ||
593 | |||
594 | # | ||
595 | # Multimedia drivers | ||
596 | # | ||
563 | CONFIG_DAB=y | 597 | CONFIG_DAB=y |
564 | 598 | ||
565 | # | 599 | # |
@@ -576,16 +610,14 @@ CONFIG_VIDEO_OUTPUT_CONTROL=m | |||
576 | # Display device support | 610 | # Display device support |
577 | # | 611 | # |
578 | # CONFIG_DISPLAY_SUPPORT is not set | 612 | # CONFIG_DISPLAY_SUPPORT is not set |
579 | |||
580 | # | ||
581 | # Sound | ||
582 | # | ||
583 | # CONFIG_SOUND is not set | 613 | # CONFIG_SOUND is not set |
584 | CONFIG_USB_SUPPORT=y | 614 | CONFIG_USB_SUPPORT=y |
585 | CONFIG_USB_ARCH_HAS_HCD=y | 615 | CONFIG_USB_ARCH_HAS_HCD=y |
586 | CONFIG_USB_ARCH_HAS_OHCI=y | 616 | CONFIG_USB_ARCH_HAS_OHCI=y |
587 | CONFIG_USB_ARCH_HAS_EHCI=y | 617 | CONFIG_USB_ARCH_HAS_EHCI=y |
588 | # CONFIG_USB is not set | 618 | # CONFIG_USB is not set |
619 | # CONFIG_USB_OTG_WHITELIST is not set | ||
620 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | ||
589 | 621 | ||
590 | # | 622 | # |
591 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 623 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
@@ -594,13 +626,11 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
594 | # CONFIG_MMC is not set | 626 | # CONFIG_MMC is not set |
595 | # CONFIG_MEMSTICK is not set | 627 | # CONFIG_MEMSTICK is not set |
596 | # CONFIG_NEW_LEDS is not set | 628 | # CONFIG_NEW_LEDS is not set |
629 | # CONFIG_ACCESSIBILITY is not set | ||
597 | # CONFIG_INFINIBAND is not set | 630 | # CONFIG_INFINIBAND is not set |
598 | # CONFIG_EDAC is not set | 631 | # CONFIG_EDAC is not set |
599 | # CONFIG_RTC_CLASS is not set | 632 | # CONFIG_RTC_CLASS is not set |
600 | 633 | # CONFIG_DMADEVICES is not set | |
601 | # | ||
602 | # Userspace I/O | ||
603 | # | ||
604 | # CONFIG_UIO is not set | 634 | # CONFIG_UIO is not set |
605 | 635 | ||
606 | # | 636 | # |
@@ -615,7 +645,6 @@ CONFIG_EXT2_FS=y | |||
615 | # CONFIG_JFS_FS is not set | 645 | # CONFIG_JFS_FS is not set |
616 | # CONFIG_FS_POSIX_ACL is not set | 646 | # CONFIG_FS_POSIX_ACL is not set |
617 | # CONFIG_XFS_FS is not set | 647 | # CONFIG_XFS_FS is not set |
618 | # CONFIG_GFS2_FS is not set | ||
619 | # CONFIG_OCFS2_FS is not set | 648 | # CONFIG_OCFS2_FS is not set |
620 | CONFIG_DNOTIFY=y | 649 | CONFIG_DNOTIFY=y |
621 | CONFIG_INOTIFY=y | 650 | CONFIG_INOTIFY=y |
@@ -663,6 +692,7 @@ CONFIG_TMPFS=y | |||
663 | CONFIG_CRAMFS=y | 692 | CONFIG_CRAMFS=y |
664 | # CONFIG_VXFS_FS is not set | 693 | # CONFIG_VXFS_FS is not set |
665 | # CONFIG_MINIX_FS is not set | 694 | # CONFIG_MINIX_FS is not set |
695 | # CONFIG_OMFS_FS is not set | ||
666 | # CONFIG_HPFS_FS is not set | 696 | # CONFIG_HPFS_FS is not set |
667 | # CONFIG_QNX4FS_FS is not set | 697 | # CONFIG_QNX4FS_FS is not set |
668 | # CONFIG_ROMFS_FS is not set | 698 | # CONFIG_ROMFS_FS is not set |
@@ -673,14 +703,12 @@ CONFIG_NFS_FS=y | |||
673 | CONFIG_NFS_V3=y | 703 | CONFIG_NFS_V3=y |
674 | # CONFIG_NFS_V3_ACL is not set | 704 | # CONFIG_NFS_V3_ACL is not set |
675 | # CONFIG_NFS_V4 is not set | 705 | # CONFIG_NFS_V4 is not set |
676 | # CONFIG_NFS_DIRECTIO is not set | ||
677 | # CONFIG_NFSD is not set | ||
678 | CONFIG_ROOT_NFS=y | 706 | CONFIG_ROOT_NFS=y |
707 | # CONFIG_NFSD is not set | ||
679 | CONFIG_LOCKD=y | 708 | CONFIG_LOCKD=y |
680 | CONFIG_LOCKD_V4=y | 709 | CONFIG_LOCKD_V4=y |
681 | CONFIG_NFS_COMMON=y | 710 | CONFIG_NFS_COMMON=y |
682 | CONFIG_SUNRPC=y | 711 | CONFIG_SUNRPC=y |
683 | # CONFIG_SUNRPC_BIND34 is not set | ||
684 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 712 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
685 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 713 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
686 | # CONFIG_SMB_FS is not set | 714 | # CONFIG_SMB_FS is not set |
@@ -701,8 +729,10 @@ CONFIG_MSDOS_PARTITION=y | |||
701 | # Library routines | 729 | # Library routines |
702 | # | 730 | # |
703 | CONFIG_BITREVERSE=y | 731 | CONFIG_BITREVERSE=y |
732 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
704 | # CONFIG_CRC_CCITT is not set | 733 | # CONFIG_CRC_CCITT is not set |
705 | # CONFIG_CRC16 is not set | 734 | # CONFIG_CRC16 is not set |
735 | # CONFIG_CRC_T10DIF is not set | ||
706 | # CONFIG_CRC_ITU_T is not set | 736 | # CONFIG_CRC_ITU_T is not set |
707 | CONFIG_CRC32=y | 737 | CONFIG_CRC32=y |
708 | # CONFIG_CRC7 is not set | 738 | # CONFIG_CRC7 is not set |
@@ -712,6 +742,7 @@ CONFIG_PLIST=y | |||
712 | CONFIG_HAS_IOMEM=y | 742 | CONFIG_HAS_IOMEM=y |
713 | CONFIG_HAS_IOPORT=y | 743 | CONFIG_HAS_IOPORT=y |
714 | CONFIG_HAS_DMA=y | 744 | CONFIG_HAS_DMA=y |
745 | CONFIG_HAVE_LMB=y | ||
715 | 746 | ||
716 | # | 747 | # |
717 | # Kernel hacking | 748 | # Kernel hacking |
@@ -719,6 +750,7 @@ CONFIG_HAS_DMA=y | |||
719 | # CONFIG_PRINTK_TIME is not set | 750 | # CONFIG_PRINTK_TIME is not set |
720 | CONFIG_ENABLE_WARN_DEPRECATED=y | 751 | CONFIG_ENABLE_WARN_DEPRECATED=y |
721 | CONFIG_ENABLE_MUST_CHECK=y | 752 | CONFIG_ENABLE_MUST_CHECK=y |
753 | CONFIG_FRAME_WARN=1024 | ||
722 | CONFIG_MAGIC_SYSRQ=y | 754 | CONFIG_MAGIC_SYSRQ=y |
723 | # CONFIG_UNUSED_SYMBOLS is not set | 755 | # CONFIG_UNUSED_SYMBOLS is not set |
724 | CONFIG_DEBUG_FS=y | 756 | CONFIG_DEBUG_FS=y |
@@ -726,9 +758,12 @@ CONFIG_DEBUG_FS=y | |||
726 | CONFIG_DEBUG_KERNEL=y | 758 | CONFIG_DEBUG_KERNEL=y |
727 | # CONFIG_DEBUG_SHIRQ is not set | 759 | # CONFIG_DEBUG_SHIRQ is not set |
728 | CONFIG_DETECT_SOFTLOCKUP=y | 760 | CONFIG_DETECT_SOFTLOCKUP=y |
761 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
762 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
729 | CONFIG_SCHED_DEBUG=y | 763 | CONFIG_SCHED_DEBUG=y |
730 | # CONFIG_SCHEDSTATS is not set | 764 | # CONFIG_SCHEDSTATS is not set |
731 | # CONFIG_TIMER_STATS is not set | 765 | # CONFIG_TIMER_STATS is not set |
766 | # CONFIG_DEBUG_OBJECTS is not set | ||
732 | # CONFIG_SLUB_DEBUG_ON is not set | 767 | # CONFIG_SLUB_DEBUG_ON is not set |
733 | # CONFIG_SLUB_STATS is not set | 768 | # CONFIG_SLUB_STATS is not set |
734 | # CONFIG_DEBUG_RT_MUTEXES is not set | 769 | # CONFIG_DEBUG_RT_MUTEXES is not set |
@@ -741,19 +776,30 @@ CONFIG_SCHED_DEBUG=y | |||
741 | # CONFIG_DEBUG_BUGVERBOSE is not set | 776 | # CONFIG_DEBUG_BUGVERBOSE is not set |
742 | # CONFIG_DEBUG_INFO is not set | 777 | # CONFIG_DEBUG_INFO is not set |
743 | # CONFIG_DEBUG_VM is not set | 778 | # CONFIG_DEBUG_VM is not set |
779 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
780 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
744 | # CONFIG_DEBUG_LIST is not set | 781 | # CONFIG_DEBUG_LIST is not set |
745 | # CONFIG_DEBUG_SG is not set | 782 | # CONFIG_DEBUG_SG is not set |
746 | # CONFIG_BOOT_PRINTK_DELAY is not set | 783 | # CONFIG_BOOT_PRINTK_DELAY is not set |
747 | # CONFIG_RCU_TORTURE_TEST is not set | 784 | # CONFIG_RCU_TORTURE_TEST is not set |
748 | # CONFIG_BACKTRACE_SELF_TEST is not set | 785 | # CONFIG_BACKTRACE_SELF_TEST is not set |
749 | # CONFIG_FAULT_INJECTION is not set | 786 | # CONFIG_FAULT_INJECTION is not set |
787 | # CONFIG_LATENCYTOP is not set | ||
788 | CONFIG_HAVE_FTRACE=y | ||
789 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
790 | # CONFIG_FTRACE is not set | ||
791 | # CONFIG_SCHED_TRACER is not set | ||
792 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
750 | # CONFIG_SAMPLES is not set | 793 | # CONFIG_SAMPLES is not set |
794 | CONFIG_HAVE_ARCH_KGDB=y | ||
795 | # CONFIG_KGDB is not set | ||
751 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 796 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
752 | # CONFIG_DEBUG_STACK_USAGE is not set | 797 | # CONFIG_DEBUG_STACK_USAGE is not set |
753 | # CONFIG_DEBUG_PAGEALLOC is not set | 798 | # CONFIG_DEBUG_PAGEALLOC is not set |
754 | CONFIG_DEBUGGER=y | 799 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
755 | # CONFIG_KGDB is not set | 800 | # CONFIG_FTR_FIXUP_SELFTEST is not set |
756 | # CONFIG_XMON is not set | 801 | # CONFIG_XMON is not set |
802 | # CONFIG_IRQSTACKS is not set | ||
757 | # CONFIG_VIRQ_DEBUG is not set | 803 | # CONFIG_VIRQ_DEBUG is not set |
758 | # CONFIG_BDI_SWITCH is not set | 804 | # CONFIG_BDI_SWITCH is not set |
759 | # CONFIG_PPC_EARLY_DEBUG is not set | 805 | # CONFIG_PPC_EARLY_DEBUG is not set |
@@ -765,51 +811,85 @@ CONFIG_DEBUGGER=y | |||
765 | # CONFIG_SECURITY is not set | 811 | # CONFIG_SECURITY is not set |
766 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 812 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
767 | CONFIG_CRYPTO=y | 813 | CONFIG_CRYPTO=y |
814 | |||
815 | # | ||
816 | # Crypto core or helper | ||
817 | # | ||
768 | CONFIG_CRYPTO_ALGAPI=y | 818 | CONFIG_CRYPTO_ALGAPI=y |
769 | CONFIG_CRYPTO_BLKCIPHER=y | 819 | CONFIG_CRYPTO_BLKCIPHER=y |
770 | # CONFIG_CRYPTO_SEQIV is not set | ||
771 | CONFIG_CRYPTO_MANAGER=y | 820 | CONFIG_CRYPTO_MANAGER=y |
821 | # CONFIG_CRYPTO_GF128MUL is not set | ||
822 | # CONFIG_CRYPTO_NULL is not set | ||
823 | # CONFIG_CRYPTO_CRYPTD is not set | ||
824 | # CONFIG_CRYPTO_AUTHENC is not set | ||
825 | # CONFIG_CRYPTO_TEST is not set | ||
826 | |||
827 | # | ||
828 | # Authenticated Encryption with Associated Data | ||
829 | # | ||
830 | # CONFIG_CRYPTO_CCM is not set | ||
831 | # CONFIG_CRYPTO_GCM is not set | ||
832 | # CONFIG_CRYPTO_SEQIV is not set | ||
833 | |||
834 | # | ||
835 | # Block modes | ||
836 | # | ||
837 | CONFIG_CRYPTO_CBC=y | ||
838 | # CONFIG_CRYPTO_CTR is not set | ||
839 | # CONFIG_CRYPTO_CTS is not set | ||
840 | CONFIG_CRYPTO_ECB=y | ||
841 | # CONFIG_CRYPTO_LRW is not set | ||
842 | CONFIG_CRYPTO_PCBC=y | ||
843 | # CONFIG_CRYPTO_XTS is not set | ||
844 | |||
845 | # | ||
846 | # Hash modes | ||
847 | # | ||
772 | # CONFIG_CRYPTO_HMAC is not set | 848 | # CONFIG_CRYPTO_HMAC is not set |
773 | # CONFIG_CRYPTO_XCBC is not set | 849 | # CONFIG_CRYPTO_XCBC is not set |
774 | # CONFIG_CRYPTO_NULL is not set | 850 | |
851 | # | ||
852 | # Digest | ||
853 | # | ||
854 | # CONFIG_CRYPTO_CRC32C is not set | ||
775 | # CONFIG_CRYPTO_MD4 is not set | 855 | # CONFIG_CRYPTO_MD4 is not set |
776 | CONFIG_CRYPTO_MD5=y | 856 | CONFIG_CRYPTO_MD5=y |
857 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
858 | # CONFIG_CRYPTO_RMD128 is not set | ||
859 | # CONFIG_CRYPTO_RMD160 is not set | ||
860 | # CONFIG_CRYPTO_RMD256 is not set | ||
861 | # CONFIG_CRYPTO_RMD320 is not set | ||
777 | # CONFIG_CRYPTO_SHA1 is not set | 862 | # CONFIG_CRYPTO_SHA1 is not set |
778 | # CONFIG_CRYPTO_SHA256 is not set | 863 | # CONFIG_CRYPTO_SHA256 is not set |
779 | # CONFIG_CRYPTO_SHA512 is not set | 864 | # CONFIG_CRYPTO_SHA512 is not set |
780 | # CONFIG_CRYPTO_WP512 is not set | ||
781 | # CONFIG_CRYPTO_TGR192 is not set | 865 | # CONFIG_CRYPTO_TGR192 is not set |
782 | # CONFIG_CRYPTO_GF128MUL is not set | 866 | # CONFIG_CRYPTO_WP512 is not set |
783 | CONFIG_CRYPTO_ECB=y | 867 | |
784 | CONFIG_CRYPTO_CBC=y | 868 | # |
785 | CONFIG_CRYPTO_PCBC=y | 869 | # Ciphers |
786 | # CONFIG_CRYPTO_LRW is not set | 870 | # |
787 | # CONFIG_CRYPTO_XTS is not set | ||
788 | # CONFIG_CRYPTO_CTR is not set | ||
789 | # CONFIG_CRYPTO_GCM is not set | ||
790 | # CONFIG_CRYPTO_CCM is not set | ||
791 | # CONFIG_CRYPTO_CRYPTD is not set | ||
792 | CONFIG_CRYPTO_DES=y | ||
793 | # CONFIG_CRYPTO_FCRYPT is not set | ||
794 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
795 | # CONFIG_CRYPTO_TWOFISH is not set | ||
796 | # CONFIG_CRYPTO_SERPENT is not set | ||
797 | # CONFIG_CRYPTO_AES is not set | 871 | # CONFIG_CRYPTO_AES is not set |
872 | # CONFIG_CRYPTO_ANUBIS is not set | ||
873 | # CONFIG_CRYPTO_ARC4 is not set | ||
874 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
875 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
798 | # CONFIG_CRYPTO_CAST5 is not set | 876 | # CONFIG_CRYPTO_CAST5 is not set |
799 | # CONFIG_CRYPTO_CAST6 is not set | 877 | # CONFIG_CRYPTO_CAST6 is not set |
800 | # CONFIG_CRYPTO_TEA is not set | 878 | CONFIG_CRYPTO_DES=y |
801 | # CONFIG_CRYPTO_ARC4 is not set | 879 | # CONFIG_CRYPTO_FCRYPT is not set |
802 | # CONFIG_CRYPTO_KHAZAD is not set | 880 | # CONFIG_CRYPTO_KHAZAD is not set |
803 | # CONFIG_CRYPTO_ANUBIS is not set | ||
804 | # CONFIG_CRYPTO_SEED is not set | ||
805 | # CONFIG_CRYPTO_SALSA20 is not set | 881 | # CONFIG_CRYPTO_SALSA20 is not set |
882 | # CONFIG_CRYPTO_SEED is not set | ||
883 | # CONFIG_CRYPTO_SERPENT is not set | ||
884 | # CONFIG_CRYPTO_TEA is not set | ||
885 | # CONFIG_CRYPTO_TWOFISH is not set | ||
886 | |||
887 | # | ||
888 | # Compression | ||
889 | # | ||
806 | # CONFIG_CRYPTO_DEFLATE is not set | 890 | # CONFIG_CRYPTO_DEFLATE is not set |
807 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
808 | # CONFIG_CRYPTO_CRC32C is not set | ||
809 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
810 | # CONFIG_CRYPTO_TEST is not set | ||
811 | # CONFIG_CRYPTO_AUTHENC is not set | ||
812 | # CONFIG_CRYPTO_LZO is not set | 891 | # CONFIG_CRYPTO_LZO is not set |
813 | CONFIG_CRYPTO_HW=y | 892 | CONFIG_CRYPTO_HW=y |
814 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | 893 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set |
815 | # CONFIG_PPC_CLOCK is not set | 894 | # CONFIG_PPC_CLOCK is not set |
895 | # CONFIG_VIRTUALIZATION is not set | ||
diff --git a/arch/powerpc/configs/44x/canyonlands_defconfig b/arch/powerpc/configs/44x/canyonlands_defconfig index a3b763c45ec6..74da5c7754a4 100644 --- a/arch/powerpc/configs/44x/canyonlands_defconfig +++ b/arch/powerpc/configs/44x/canyonlands_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.25-rc1 | 3 | # Linux kernel version: 2.6.27-rc1 |
4 | # Thu Feb 21 14:29:28 2008 | 4 | # Tue Aug 5 08:46:14 2008 |
5 | # | 5 | # |
6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
7 | 7 | ||
@@ -30,8 +30,12 @@ CONFIG_GENERIC_TIME=y | |||
30 | CONFIG_GENERIC_TIME_VSYSCALL=y | 30 | CONFIG_GENERIC_TIME_VSYSCALL=y |
31 | CONFIG_GENERIC_CLOCKEVENTS=y | 31 | CONFIG_GENERIC_CLOCKEVENTS=y |
32 | CONFIG_GENERIC_HARDIRQS=y | 32 | CONFIG_GENERIC_HARDIRQS=y |
33 | # CONFIG_HAVE_GET_USER_PAGES_FAST is not set | ||
33 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | 34 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set |
34 | CONFIG_IRQ_PER_CPU=y | 35 | CONFIG_IRQ_PER_CPU=y |
36 | CONFIG_STACKTRACE_SUPPORT=y | ||
37 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
38 | CONFIG_LOCKDEP_SUPPORT=y | ||
35 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 39 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
36 | CONFIG_ARCH_HAS_ILOG2_U32=y | 40 | CONFIG_ARCH_HAS_ILOG2_U32=y |
37 | CONFIG_GENERIC_HWEIGHT=y | 41 | CONFIG_GENERIC_HWEIGHT=y |
@@ -73,8 +77,9 @@ CONFIG_POSIX_MQUEUE=y | |||
73 | # CONFIG_IKCONFIG is not set | 77 | # CONFIG_IKCONFIG is not set |
74 | CONFIG_LOG_BUF_SHIFT=14 | 78 | CONFIG_LOG_BUF_SHIFT=14 |
75 | # CONFIG_CGROUPS is not set | 79 | # CONFIG_CGROUPS is not set |
76 | # CONFIG_FAIR_GROUP_SCHED is not set | 80 | # CONFIG_GROUP_SCHED is not set |
77 | CONFIG_SYSFS_DEPRECATED=y | 81 | CONFIG_SYSFS_DEPRECATED=y |
82 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
78 | # CONFIG_RELAY is not set | 83 | # CONFIG_RELAY is not set |
79 | # CONFIG_NAMESPACES is not set | 84 | # CONFIG_NAMESPACES is not set |
80 | CONFIG_BLK_DEV_INITRD=y | 85 | CONFIG_BLK_DEV_INITRD=y |
@@ -83,12 +88,12 @@ CONFIG_INITRAMFS_SOURCE="" | |||
83 | CONFIG_SYSCTL=y | 88 | CONFIG_SYSCTL=y |
84 | CONFIG_EMBEDDED=y | 89 | CONFIG_EMBEDDED=y |
85 | CONFIG_SYSCTL_SYSCALL=y | 90 | CONFIG_SYSCTL_SYSCALL=y |
91 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
86 | CONFIG_KALLSYMS=y | 92 | CONFIG_KALLSYMS=y |
87 | # CONFIG_KALLSYMS_ALL is not set | 93 | # CONFIG_KALLSYMS_ALL is not set |
88 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 94 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
89 | CONFIG_HOTPLUG=y | 95 | CONFIG_HOTPLUG=y |
90 | CONFIG_PRINTK=y | 96 | CONFIG_PRINTK=y |
91 | # CONFIG_LOGBUFFER is not set | ||
92 | CONFIG_BUG=y | 97 | CONFIG_BUG=y |
93 | CONFIG_ELF_CORE=y | 98 | CONFIG_ELF_CORE=y |
94 | CONFIG_COMPAT_BRK=y | 99 | CONFIG_COMPAT_BRK=y |
@@ -109,13 +114,22 @@ CONFIG_SLUB=y | |||
109 | # CONFIG_MARKERS is not set | 114 | # CONFIG_MARKERS is not set |
110 | CONFIG_HAVE_OPROFILE=y | 115 | CONFIG_HAVE_OPROFILE=y |
111 | # CONFIG_KPROBES is not set | 116 | # CONFIG_KPROBES is not set |
117 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
118 | CONFIG_HAVE_IOREMAP_PROT=y | ||
112 | CONFIG_HAVE_KPROBES=y | 119 | CONFIG_HAVE_KPROBES=y |
120 | CONFIG_HAVE_KRETPROBES=y | ||
121 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
122 | # CONFIG_HAVE_DMA_ATTRS is not set | ||
123 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
124 | # CONFIG_HAVE_CLK is not set | ||
113 | CONFIG_PROC_PAGE_MONITOR=y | 125 | CONFIG_PROC_PAGE_MONITOR=y |
126 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
114 | CONFIG_SLABINFO=y | 127 | CONFIG_SLABINFO=y |
115 | CONFIG_RT_MUTEXES=y | 128 | CONFIG_RT_MUTEXES=y |
116 | # CONFIG_TINY_SHMEM is not set | 129 | # CONFIG_TINY_SHMEM is not set |
117 | CONFIG_BASE_SMALL=0 | 130 | CONFIG_BASE_SMALL=0 |
118 | CONFIG_MODULES=y | 131 | CONFIG_MODULES=y |
132 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
119 | CONFIG_MODULE_UNLOAD=y | 133 | CONFIG_MODULE_UNLOAD=y |
120 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 134 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
121 | # CONFIG_MODVERSIONS is not set | 135 | # CONFIG_MODVERSIONS is not set |
@@ -126,6 +140,7 @@ CONFIG_LBD=y | |||
126 | # CONFIG_BLK_DEV_IO_TRACE is not set | 140 | # CONFIG_BLK_DEV_IO_TRACE is not set |
127 | # CONFIG_LSF is not set | 141 | # CONFIG_LSF is not set |
128 | # CONFIG_BLK_DEV_BSG is not set | 142 | # CONFIG_BLK_DEV_BSG is not set |
143 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
129 | 144 | ||
130 | # | 145 | # |
131 | # IO Schedulers | 146 | # IO Schedulers |
@@ -140,25 +155,25 @@ CONFIG_DEFAULT_AS=y | |||
140 | # CONFIG_DEFAULT_NOOP is not set | 155 | # CONFIG_DEFAULT_NOOP is not set |
141 | CONFIG_DEFAULT_IOSCHED="anticipatory" | 156 | CONFIG_DEFAULT_IOSCHED="anticipatory" |
142 | CONFIG_CLASSIC_RCU=y | 157 | CONFIG_CLASSIC_RCU=y |
143 | # CONFIG_PREEMPT_RCU is not set | ||
144 | CONFIG_PPC4xx_PCI_EXPRESS=y | 158 | CONFIG_PPC4xx_PCI_EXPRESS=y |
145 | 159 | ||
146 | # | 160 | # |
147 | # Platform support | 161 | # Platform support |
148 | # | 162 | # |
149 | # CONFIG_PPC_MPC512x is not set | ||
150 | # CONFIG_PPC_MPC5121 is not set | ||
151 | # CONFIG_PPC_CELL is not set | 163 | # CONFIG_PPC_CELL is not set |
152 | # CONFIG_PPC_CELL_NATIVE is not set | 164 | # CONFIG_PPC_CELL_NATIVE is not set |
153 | # CONFIG_PQ2ADS is not set | 165 | # CONFIG_PQ2ADS is not set |
154 | # CONFIG_BAMBOO is not set | 166 | # CONFIG_BAMBOO is not set |
155 | # CONFIG_EBONY is not set | 167 | # CONFIG_EBONY is not set |
168 | # CONFIG_SAM440EP is not set | ||
156 | # CONFIG_SEQUOIA is not set | 169 | # CONFIG_SEQUOIA is not set |
157 | # CONFIG_TAISHAN is not set | 170 | # CONFIG_TAISHAN is not set |
158 | # CONFIG_KATMAI is not set | 171 | # CONFIG_KATMAI is not set |
159 | # CONFIG_RAINIER is not set | 172 | # CONFIG_RAINIER is not set |
160 | # CONFIG_WARP is not set | 173 | # CONFIG_WARP is not set |
161 | CONFIG_CANYONLANDS=y | 174 | CONFIG_CANYONLANDS=y |
175 | # CONFIG_YOSEMITE is not set | ||
176 | # CONFIG_XILINX_VIRTEX440_GENERIC_BOARD is not set | ||
162 | CONFIG_460EX=y | 177 | CONFIG_460EX=y |
163 | # CONFIG_IPIC is not set | 178 | # CONFIG_IPIC is not set |
164 | # CONFIG_MPIC is not set | 179 | # CONFIG_MPIC is not set |
@@ -190,7 +205,6 @@ CONFIG_HZ=250 | |||
190 | CONFIG_PREEMPT_NONE=y | 205 | CONFIG_PREEMPT_NONE=y |
191 | # CONFIG_PREEMPT_VOLUNTARY is not set | 206 | # CONFIG_PREEMPT_VOLUNTARY is not set |
192 | # CONFIG_PREEMPT is not set | 207 | # CONFIG_PREEMPT is not set |
193 | CONFIG_RCU_TRACE=y | ||
194 | CONFIG_BINFMT_ELF=y | 208 | CONFIG_BINFMT_ELF=y |
195 | # CONFIG_BINFMT_MISC is not set | 209 | # CONFIG_BINFMT_MISC is not set |
196 | # CONFIG_MATH_EMULATION is not set | 210 | # CONFIG_MATH_EMULATION is not set |
@@ -208,16 +222,19 @@ CONFIG_FLATMEM=y | |||
208 | CONFIG_FLAT_NODE_MEM_MAP=y | 222 | CONFIG_FLAT_NODE_MEM_MAP=y |
209 | # CONFIG_SPARSEMEM_STATIC is not set | 223 | # CONFIG_SPARSEMEM_STATIC is not set |
210 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 224 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
225 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
211 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 226 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
227 | CONFIG_MIGRATION=y | ||
212 | CONFIG_RESOURCES_64BIT=y | 228 | CONFIG_RESOURCES_64BIT=y |
213 | CONFIG_ZONE_DMA_FLAG=1 | 229 | CONFIG_ZONE_DMA_FLAG=1 |
214 | CONFIG_BOUNCE=y | 230 | CONFIG_BOUNCE=y |
215 | CONFIG_VIRT_TO_BUS=y | 231 | CONFIG_VIRT_TO_BUS=y |
232 | CONFIG_FORCE_MAX_ZONEORDER=11 | ||
216 | CONFIG_PROC_DEVICETREE=y | 233 | CONFIG_PROC_DEVICETREE=y |
217 | CONFIG_CMDLINE_BOOL=y | 234 | CONFIG_CMDLINE_BOOL=y |
218 | CONFIG_CMDLINE="" | 235 | CONFIG_CMDLINE="" |
236 | CONFIG_EXTRA_TARGETS="" | ||
219 | CONFIG_SECCOMP=y | 237 | CONFIG_SECCOMP=y |
220 | CONFIG_WANT_DEVICE_TREE=y | ||
221 | CONFIG_ISA_DMA_API=y | 238 | CONFIG_ISA_DMA_API=y |
222 | 239 | ||
223 | # | 240 | # |
@@ -225,6 +242,8 @@ CONFIG_ISA_DMA_API=y | |||
225 | # | 242 | # |
226 | CONFIG_ZONE_DMA=y | 243 | CONFIG_ZONE_DMA=y |
227 | CONFIG_PPC_INDIRECT_PCI=y | 244 | CONFIG_PPC_INDIRECT_PCI=y |
245 | CONFIG_4xx_SOC=y | ||
246 | CONFIG_PPC_PCI_CHOICE=y | ||
228 | CONFIG_PCI=y | 247 | CONFIG_PCI=y |
229 | CONFIG_PCI_DOMAINS=y | 248 | CONFIG_PCI_DOMAINS=y |
230 | CONFIG_PCI_SYSCALL=y | 249 | CONFIG_PCI_SYSCALL=y |
@@ -235,6 +254,7 @@ CONFIG_PCI_LEGACY=y | |||
235 | # CONFIG_PCI_DEBUG is not set | 254 | # CONFIG_PCI_DEBUG is not set |
236 | # CONFIG_PCCARD is not set | 255 | # CONFIG_PCCARD is not set |
237 | # CONFIG_HOTPLUG_PCI is not set | 256 | # CONFIG_HOTPLUG_PCI is not set |
257 | # CONFIG_HAS_RAPIDIO is not set | ||
238 | 258 | ||
239 | # | 259 | # |
240 | # Advanced setup | 260 | # Advanced setup |
@@ -244,17 +264,13 @@ CONFIG_PCI_LEGACY=y | |||
244 | # | 264 | # |
245 | # Default settings for advanced configuration options are used | 265 | # Default settings for advanced configuration options are used |
246 | # | 266 | # |
247 | CONFIG_HIGHMEM_START=0xfe000000 | ||
248 | CONFIG_LOWMEM_SIZE=0x30000000 | 267 | CONFIG_LOWMEM_SIZE=0x30000000 |
268 | CONFIG_PAGE_OFFSET=0xc0000000 | ||
249 | CONFIG_KERNEL_START=0xc0000000 | 269 | CONFIG_KERNEL_START=0xc0000000 |
270 | CONFIG_PHYSICAL_START=0x00000000 | ||
250 | CONFIG_TASK_SIZE=0xc0000000 | 271 | CONFIG_TASK_SIZE=0xc0000000 |
251 | CONFIG_CONSISTENT_START=0xff100000 | 272 | CONFIG_CONSISTENT_START=0xff100000 |
252 | CONFIG_CONSISTENT_SIZE=0x00200000 | 273 | CONFIG_CONSISTENT_SIZE=0x00200000 |
253 | CONFIG_BOOT_LOAD=0x01000000 | ||
254 | |||
255 | # | ||
256 | # Networking | ||
257 | # | ||
258 | CONFIG_NET=y | 274 | CONFIG_NET=y |
259 | 275 | ||
260 | # | 276 | # |
@@ -292,8 +308,6 @@ CONFIG_TCP_CONG_CUBIC=y | |||
292 | CONFIG_DEFAULT_TCP_CONG="cubic" | 308 | CONFIG_DEFAULT_TCP_CONG="cubic" |
293 | # CONFIG_TCP_MD5SIG is not set | 309 | # CONFIG_TCP_MD5SIG is not set |
294 | # CONFIG_IPV6 is not set | 310 | # CONFIG_IPV6 is not set |
295 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
296 | # CONFIG_INET6_TUNNEL is not set | ||
297 | # CONFIG_NETWORK_SECMARK is not set | 311 | # CONFIG_NETWORK_SECMARK is not set |
298 | # CONFIG_NETFILTER is not set | 312 | # CONFIG_NETFILTER is not set |
299 | # CONFIG_IP_DCCP is not set | 313 | # CONFIG_IP_DCCP is not set |
@@ -343,6 +357,8 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
343 | CONFIG_STANDALONE=y | 357 | CONFIG_STANDALONE=y |
344 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 358 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
345 | CONFIG_FW_LOADER=y | 359 | CONFIG_FW_LOADER=y |
360 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
361 | CONFIG_EXTRA_FIRMWARE="" | ||
346 | # CONFIG_DEBUG_DRIVER is not set | 362 | # CONFIG_DEBUG_DRIVER is not set |
347 | # CONFIG_DEBUG_DEVRES is not set | 363 | # CONFIG_DEBUG_DEVRES is not set |
348 | # CONFIG_SYS_HYPERVISOR is not set | 364 | # CONFIG_SYS_HYPERVISOR is not set |
@@ -368,6 +384,7 @@ CONFIG_BLK_DEV_RAM_SIZE=35000 | |||
368 | # CONFIG_CDROM_PKTCDVD is not set | 384 | # CONFIG_CDROM_PKTCDVD is not set |
369 | # CONFIG_ATA_OVER_ETH is not set | 385 | # CONFIG_ATA_OVER_ETH is not set |
370 | # CONFIG_XILINX_SYSACE is not set | 386 | # CONFIG_XILINX_SYSACE is not set |
387 | # CONFIG_BLK_DEV_HD is not set | ||
371 | # CONFIG_MISC_DEVICES is not set | 388 | # CONFIG_MISC_DEVICES is not set |
372 | CONFIG_HAVE_IDE=y | 389 | CONFIG_HAVE_IDE=y |
373 | # CONFIG_IDE is not set | 390 | # CONFIG_IDE is not set |
@@ -386,12 +403,15 @@ CONFIG_HAVE_IDE=y | |||
386 | # | 403 | # |
387 | # IEEE 1394 (FireWire) support | 404 | # IEEE 1394 (FireWire) support |
388 | # | 405 | # |
406 | |||
407 | # | ||
408 | # Enable only one of the two stacks, unless you know what you are doing | ||
409 | # | ||
389 | # CONFIG_FIREWIRE is not set | 410 | # CONFIG_FIREWIRE is not set |
390 | # CONFIG_IEEE1394 is not set | 411 | # CONFIG_IEEE1394 is not set |
391 | # CONFIG_I2O is not set | 412 | # CONFIG_I2O is not set |
392 | # CONFIG_MACINTOSH_DRIVERS is not set | 413 | # CONFIG_MACINTOSH_DRIVERS is not set |
393 | CONFIG_NETDEVICES=y | 414 | CONFIG_NETDEVICES=y |
394 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
395 | # CONFIG_DUMMY is not set | 415 | # CONFIG_DUMMY is not set |
396 | # CONFIG_BONDING is not set | 416 | # CONFIG_BONDING is not set |
397 | # CONFIG_MACVLAN is not set | 417 | # CONFIG_MACVLAN is not set |
@@ -430,6 +450,7 @@ CONFIG_IBM_NEW_EMAC_EMAC4=y | |||
430 | # | 450 | # |
431 | # CONFIG_WLAN_PRE80211 is not set | 451 | # CONFIG_WLAN_PRE80211 is not set |
432 | # CONFIG_WLAN_80211 is not set | 452 | # CONFIG_WLAN_80211 is not set |
453 | # CONFIG_IWLWIFI_LEDS is not set | ||
433 | # CONFIG_WAN is not set | 454 | # CONFIG_WAN is not set |
434 | # CONFIG_FDDI is not set | 455 | # CONFIG_FDDI is not set |
435 | # CONFIG_HIPPI is not set | 456 | # CONFIG_HIPPI is not set |
@@ -456,6 +477,7 @@ CONFIG_IBM_NEW_EMAC_EMAC4=y | |||
456 | # Character devices | 477 | # Character devices |
457 | # | 478 | # |
458 | # CONFIG_VT is not set | 479 | # CONFIG_VT is not set |
480 | CONFIG_DEVKMEM=y | ||
459 | # CONFIG_SERIAL_NONSTANDARD is not set | 481 | # CONFIG_SERIAL_NONSTANDARD is not set |
460 | # CONFIG_NOZOMI is not set | 482 | # CONFIG_NOZOMI is not set |
461 | 483 | ||
@@ -494,16 +516,14 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
494 | # CONFIG_TCG_TPM is not set | 516 | # CONFIG_TCG_TPM is not set |
495 | CONFIG_DEVPORT=y | 517 | CONFIG_DEVPORT=y |
496 | # CONFIG_I2C is not set | 518 | # CONFIG_I2C is not set |
497 | |||
498 | # | ||
499 | # SPI support | ||
500 | # | ||
501 | # CONFIG_SPI is not set | 519 | # CONFIG_SPI is not set |
502 | # CONFIG_SPI_MASTER is not set | 520 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y |
521 | # CONFIG_GPIOLIB is not set | ||
503 | # CONFIG_W1 is not set | 522 | # CONFIG_W1 is not set |
504 | # CONFIG_POWER_SUPPLY is not set | 523 | # CONFIG_POWER_SUPPLY is not set |
505 | # CONFIG_HWMON is not set | 524 | # CONFIG_HWMON is not set |
506 | # CONFIG_THERMAL is not set | 525 | # CONFIG_THERMAL is not set |
526 | # CONFIG_THERMAL_HWMON is not set | ||
507 | # CONFIG_WATCHDOG is not set | 527 | # CONFIG_WATCHDOG is not set |
508 | 528 | ||
509 | # | 529 | # |
@@ -515,13 +535,24 @@ CONFIG_SSB_POSSIBLE=y | |||
515 | # | 535 | # |
516 | # Multifunction device drivers | 536 | # Multifunction device drivers |
517 | # | 537 | # |
538 | # CONFIG_MFD_CORE is not set | ||
518 | # CONFIG_MFD_SM501 is not set | 539 | # CONFIG_MFD_SM501 is not set |
540 | # CONFIG_HTC_PASIC3 is not set | ||
519 | 541 | ||
520 | # | 542 | # |
521 | # Multimedia devices | 543 | # Multimedia devices |
522 | # | 544 | # |
545 | |||
546 | # | ||
547 | # Multimedia core support | ||
548 | # | ||
523 | # CONFIG_VIDEO_DEV is not set | 549 | # CONFIG_VIDEO_DEV is not set |
524 | # CONFIG_DVB_CORE is not set | 550 | # CONFIG_DVB_CORE is not set |
551 | # CONFIG_VIDEO_MEDIA is not set | ||
552 | |||
553 | # | ||
554 | # Multimedia drivers | ||
555 | # | ||
525 | CONFIG_DAB=y | 556 | CONFIG_DAB=y |
526 | 557 | ||
527 | # | 558 | # |
@@ -538,22 +569,16 @@ CONFIG_VIDEO_OUTPUT_CONTROL=m | |||
538 | # Display device support | 569 | # Display device support |
539 | # | 570 | # |
540 | # CONFIG_DISPLAY_SUPPORT is not set | 571 | # CONFIG_DISPLAY_SUPPORT is not set |
541 | |||
542 | # | ||
543 | # Sound | ||
544 | # | ||
545 | # CONFIG_SOUND is not set | 572 | # CONFIG_SOUND is not set |
546 | # CONFIG_USB_SUPPORT is not set | 573 | # CONFIG_USB_SUPPORT is not set |
547 | # CONFIG_MMC is not set | 574 | # CONFIG_MMC is not set |
548 | # CONFIG_MEMSTICK is not set | 575 | # CONFIG_MEMSTICK is not set |
549 | # CONFIG_NEW_LEDS is not set | 576 | # CONFIG_NEW_LEDS is not set |
577 | # CONFIG_ACCESSIBILITY is not set | ||
550 | # CONFIG_INFINIBAND is not set | 578 | # CONFIG_INFINIBAND is not set |
551 | # CONFIG_EDAC is not set | 579 | # CONFIG_EDAC is not set |
552 | # CONFIG_RTC_CLASS is not set | 580 | # CONFIG_RTC_CLASS is not set |
553 | 581 | # CONFIG_DMADEVICES is not set | |
554 | # | ||
555 | # Userspace I/O | ||
556 | # | ||
557 | # CONFIG_UIO is not set | 582 | # CONFIG_UIO is not set |
558 | 583 | ||
559 | # | 584 | # |
@@ -568,7 +593,6 @@ CONFIG_EXT2_FS=y | |||
568 | # CONFIG_JFS_FS is not set | 593 | # CONFIG_JFS_FS is not set |
569 | # CONFIG_FS_POSIX_ACL is not set | 594 | # CONFIG_FS_POSIX_ACL is not set |
570 | # CONFIG_XFS_FS is not set | 595 | # CONFIG_XFS_FS is not set |
571 | # CONFIG_GFS2_FS is not set | ||
572 | # CONFIG_OCFS2_FS is not set | 596 | # CONFIG_OCFS2_FS is not set |
573 | CONFIG_DNOTIFY=y | 597 | CONFIG_DNOTIFY=y |
574 | CONFIG_INOTIFY=y | 598 | CONFIG_INOTIFY=y |
@@ -616,6 +640,7 @@ CONFIG_TMPFS=y | |||
616 | CONFIG_CRAMFS=y | 640 | CONFIG_CRAMFS=y |
617 | # CONFIG_VXFS_FS is not set | 641 | # CONFIG_VXFS_FS is not set |
618 | # CONFIG_MINIX_FS is not set | 642 | # CONFIG_MINIX_FS is not set |
643 | # CONFIG_OMFS_FS is not set | ||
619 | # CONFIG_HPFS_FS is not set | 644 | # CONFIG_HPFS_FS is not set |
620 | # CONFIG_QNX4FS_FS is not set | 645 | # CONFIG_QNX4FS_FS is not set |
621 | # CONFIG_ROMFS_FS is not set | 646 | # CONFIG_ROMFS_FS is not set |
@@ -626,14 +651,12 @@ CONFIG_NFS_FS=y | |||
626 | CONFIG_NFS_V3=y | 651 | CONFIG_NFS_V3=y |
627 | # CONFIG_NFS_V3_ACL is not set | 652 | # CONFIG_NFS_V3_ACL is not set |
628 | # CONFIG_NFS_V4 is not set | 653 | # CONFIG_NFS_V4 is not set |
629 | # CONFIG_NFS_DIRECTIO is not set | ||
630 | # CONFIG_NFSD is not set | ||
631 | CONFIG_ROOT_NFS=y | 654 | CONFIG_ROOT_NFS=y |
655 | # CONFIG_NFSD is not set | ||
632 | CONFIG_LOCKD=y | 656 | CONFIG_LOCKD=y |
633 | CONFIG_LOCKD_V4=y | 657 | CONFIG_LOCKD_V4=y |
634 | CONFIG_NFS_COMMON=y | 658 | CONFIG_NFS_COMMON=y |
635 | CONFIG_SUNRPC=y | 659 | CONFIG_SUNRPC=y |
636 | # CONFIG_SUNRPC_BIND34 is not set | ||
637 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 660 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
638 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 661 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
639 | # CONFIG_SMB_FS is not set | 662 | # CONFIG_SMB_FS is not set |
@@ -654,8 +677,10 @@ CONFIG_MSDOS_PARTITION=y | |||
654 | # Library routines | 677 | # Library routines |
655 | # | 678 | # |
656 | CONFIG_BITREVERSE=y | 679 | CONFIG_BITREVERSE=y |
680 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
657 | # CONFIG_CRC_CCITT is not set | 681 | # CONFIG_CRC_CCITT is not set |
658 | # CONFIG_CRC16 is not set | 682 | # CONFIG_CRC16 is not set |
683 | # CONFIG_CRC_T10DIF is not set | ||
659 | # CONFIG_CRC_ITU_T is not set | 684 | # CONFIG_CRC_ITU_T is not set |
660 | CONFIG_CRC32=y | 685 | CONFIG_CRC32=y |
661 | # CONFIG_CRC7 is not set | 686 | # CONFIG_CRC7 is not set |
@@ -665,6 +690,7 @@ CONFIG_PLIST=y | |||
665 | CONFIG_HAS_IOMEM=y | 690 | CONFIG_HAS_IOMEM=y |
666 | CONFIG_HAS_IOPORT=y | 691 | CONFIG_HAS_IOPORT=y |
667 | CONFIG_HAS_DMA=y | 692 | CONFIG_HAS_DMA=y |
693 | CONFIG_HAVE_LMB=y | ||
668 | 694 | ||
669 | # | 695 | # |
670 | # Kernel hacking | 696 | # Kernel hacking |
@@ -672,6 +698,7 @@ CONFIG_HAS_DMA=y | |||
672 | # CONFIG_PRINTK_TIME is not set | 698 | # CONFIG_PRINTK_TIME is not set |
673 | CONFIG_ENABLE_WARN_DEPRECATED=y | 699 | CONFIG_ENABLE_WARN_DEPRECATED=y |
674 | CONFIG_ENABLE_MUST_CHECK=y | 700 | CONFIG_ENABLE_MUST_CHECK=y |
701 | CONFIG_FRAME_WARN=1024 | ||
675 | CONFIG_MAGIC_SYSRQ=y | 702 | CONFIG_MAGIC_SYSRQ=y |
676 | # CONFIG_UNUSED_SYMBOLS is not set | 703 | # CONFIG_UNUSED_SYMBOLS is not set |
677 | CONFIG_DEBUG_FS=y | 704 | CONFIG_DEBUG_FS=y |
@@ -679,9 +706,12 @@ CONFIG_DEBUG_FS=y | |||
679 | CONFIG_DEBUG_KERNEL=y | 706 | CONFIG_DEBUG_KERNEL=y |
680 | # CONFIG_DEBUG_SHIRQ is not set | 707 | # CONFIG_DEBUG_SHIRQ is not set |
681 | CONFIG_DETECT_SOFTLOCKUP=y | 708 | CONFIG_DETECT_SOFTLOCKUP=y |
709 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
710 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
682 | CONFIG_SCHED_DEBUG=y | 711 | CONFIG_SCHED_DEBUG=y |
683 | # CONFIG_SCHEDSTATS is not set | 712 | # CONFIG_SCHEDSTATS is not set |
684 | # CONFIG_TIMER_STATS is not set | 713 | # CONFIG_TIMER_STATS is not set |
714 | # CONFIG_DEBUG_OBJECTS is not set | ||
685 | # CONFIG_SLUB_DEBUG_ON is not set | 715 | # CONFIG_SLUB_DEBUG_ON is not set |
686 | # CONFIG_SLUB_STATS is not set | 716 | # CONFIG_SLUB_STATS is not set |
687 | # CONFIG_DEBUG_RT_MUTEXES is not set | 717 | # CONFIG_DEBUG_RT_MUTEXES is not set |
@@ -694,19 +724,30 @@ CONFIG_SCHED_DEBUG=y | |||
694 | # CONFIG_DEBUG_BUGVERBOSE is not set | 724 | # CONFIG_DEBUG_BUGVERBOSE is not set |
695 | # CONFIG_DEBUG_INFO is not set | 725 | # CONFIG_DEBUG_INFO is not set |
696 | # CONFIG_DEBUG_VM is not set | 726 | # CONFIG_DEBUG_VM is not set |
727 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
728 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
697 | # CONFIG_DEBUG_LIST is not set | 729 | # CONFIG_DEBUG_LIST is not set |
698 | # CONFIG_DEBUG_SG is not set | 730 | # CONFIG_DEBUG_SG is not set |
699 | # CONFIG_BOOT_PRINTK_DELAY is not set | 731 | # CONFIG_BOOT_PRINTK_DELAY is not set |
700 | # CONFIG_RCU_TORTURE_TEST is not set | 732 | # CONFIG_RCU_TORTURE_TEST is not set |
701 | # CONFIG_BACKTRACE_SELF_TEST is not set | 733 | # CONFIG_BACKTRACE_SELF_TEST is not set |
702 | # CONFIG_FAULT_INJECTION is not set | 734 | # CONFIG_FAULT_INJECTION is not set |
735 | # CONFIG_LATENCYTOP is not set | ||
736 | CONFIG_HAVE_FTRACE=y | ||
737 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
738 | # CONFIG_FTRACE is not set | ||
739 | # CONFIG_SCHED_TRACER is not set | ||
740 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
703 | # CONFIG_SAMPLES is not set | 741 | # CONFIG_SAMPLES is not set |
742 | CONFIG_HAVE_ARCH_KGDB=y | ||
743 | # CONFIG_KGDB is not set | ||
704 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 744 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
705 | # CONFIG_DEBUG_STACK_USAGE is not set | 745 | # CONFIG_DEBUG_STACK_USAGE is not set |
706 | # CONFIG_DEBUG_PAGEALLOC is not set | 746 | # CONFIG_DEBUG_PAGEALLOC is not set |
707 | CONFIG_DEBUGGER=y | 747 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
708 | # CONFIG_KGDB is not set | 748 | # CONFIG_FTR_FIXUP_SELFTEST is not set |
709 | # CONFIG_XMON is not set | 749 | # CONFIG_XMON is not set |
750 | # CONFIG_IRQSTACKS is not set | ||
710 | # CONFIG_VIRQ_DEBUG is not set | 751 | # CONFIG_VIRQ_DEBUG is not set |
711 | # CONFIG_BDI_SWITCH is not set | 752 | # CONFIG_BDI_SWITCH is not set |
712 | # CONFIG_PPC_EARLY_DEBUG is not set | 753 | # CONFIG_PPC_EARLY_DEBUG is not set |
@@ -719,3 +760,4 @@ CONFIG_DEBUGGER=y | |||
719 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 760 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
720 | # CONFIG_CRYPTO is not set | 761 | # CONFIG_CRYPTO is not set |
721 | # CONFIG_PPC_CLOCK is not set | 762 | # CONFIG_PPC_CLOCK is not set |
763 | # CONFIG_VIRTUALIZATION is not set | ||
diff --git a/arch/powerpc/configs/44x/ebony_defconfig b/arch/powerpc/configs/44x/ebony_defconfig index 07c8d4ce175a..17615750b494 100644 --- a/arch/powerpc/configs/44x/ebony_defconfig +++ b/arch/powerpc/configs/44x/ebony_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.25-rc2 | 3 | # Linux kernel version: 2.6.27-rc1 |
4 | # Fri Feb 15 21:50:44 2008 | 4 | # Tue Aug 5 09:04:12 2008 |
5 | # | 5 | # |
6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
7 | 7 | ||
@@ -29,8 +29,12 @@ CONFIG_GENERIC_TIME=y | |||
29 | CONFIG_GENERIC_TIME_VSYSCALL=y | 29 | CONFIG_GENERIC_TIME_VSYSCALL=y |
30 | CONFIG_GENERIC_CLOCKEVENTS=y | 30 | CONFIG_GENERIC_CLOCKEVENTS=y |
31 | CONFIG_GENERIC_HARDIRQS=y | 31 | CONFIG_GENERIC_HARDIRQS=y |
32 | # CONFIG_HAVE_GET_USER_PAGES_FAST is not set | ||
32 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | 33 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set |
33 | CONFIG_IRQ_PER_CPU=y | 34 | CONFIG_IRQ_PER_CPU=y |
35 | CONFIG_STACKTRACE_SUPPORT=y | ||
36 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
37 | CONFIG_LOCKDEP_SUPPORT=y | ||
34 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 38 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
35 | CONFIG_ARCH_HAS_ILOG2_U32=y | 39 | CONFIG_ARCH_HAS_ILOG2_U32=y |
36 | CONFIG_GENERIC_HWEIGHT=y | 40 | CONFIG_GENERIC_HWEIGHT=y |
@@ -78,6 +82,7 @@ CONFIG_FAIR_GROUP_SCHED=y | |||
78 | CONFIG_USER_SCHED=y | 82 | CONFIG_USER_SCHED=y |
79 | # CONFIG_CGROUP_SCHED is not set | 83 | # CONFIG_CGROUP_SCHED is not set |
80 | CONFIG_SYSFS_DEPRECATED=y | 84 | CONFIG_SYSFS_DEPRECATED=y |
85 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
81 | # CONFIG_RELAY is not set | 86 | # CONFIG_RELAY is not set |
82 | # CONFIG_NAMESPACES is not set | 87 | # CONFIG_NAMESPACES is not set |
83 | CONFIG_BLK_DEV_INITRD=y | 88 | CONFIG_BLK_DEV_INITRD=y |
@@ -86,6 +91,7 @@ CONFIG_INITRAMFS_SOURCE="" | |||
86 | CONFIG_SYSCTL=y | 91 | CONFIG_SYSCTL=y |
87 | CONFIG_EMBEDDED=y | 92 | CONFIG_EMBEDDED=y |
88 | CONFIG_SYSCTL_SYSCALL=y | 93 | CONFIG_SYSCTL_SYSCALL=y |
94 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
89 | CONFIG_KALLSYMS=y | 95 | CONFIG_KALLSYMS=y |
90 | CONFIG_KALLSYMS_ALL=y | 96 | CONFIG_KALLSYMS_ALL=y |
91 | CONFIG_KALLSYMS_EXTRA_PASS=y | 97 | CONFIG_KALLSYMS_EXTRA_PASS=y |
@@ -111,13 +117,22 @@ CONFIG_SLUB=y | |||
111 | # CONFIG_MARKERS is not set | 117 | # CONFIG_MARKERS is not set |
112 | CONFIG_HAVE_OPROFILE=y | 118 | CONFIG_HAVE_OPROFILE=y |
113 | # CONFIG_KPROBES is not set | 119 | # CONFIG_KPROBES is not set |
120 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
121 | CONFIG_HAVE_IOREMAP_PROT=y | ||
114 | CONFIG_HAVE_KPROBES=y | 122 | CONFIG_HAVE_KPROBES=y |
123 | CONFIG_HAVE_KRETPROBES=y | ||
124 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
125 | # CONFIG_HAVE_DMA_ATTRS is not set | ||
126 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
127 | # CONFIG_HAVE_CLK is not set | ||
115 | CONFIG_PROC_PAGE_MONITOR=y | 128 | CONFIG_PROC_PAGE_MONITOR=y |
129 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
116 | CONFIG_SLABINFO=y | 130 | CONFIG_SLABINFO=y |
117 | CONFIG_RT_MUTEXES=y | 131 | CONFIG_RT_MUTEXES=y |
118 | # CONFIG_TINY_SHMEM is not set | 132 | # CONFIG_TINY_SHMEM is not set |
119 | CONFIG_BASE_SMALL=0 | 133 | CONFIG_BASE_SMALL=0 |
120 | CONFIG_MODULES=y | 134 | CONFIG_MODULES=y |
135 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
121 | CONFIG_MODULE_UNLOAD=y | 136 | CONFIG_MODULE_UNLOAD=y |
122 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 137 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
123 | # CONFIG_MODVERSIONS is not set | 138 | # CONFIG_MODVERSIONS is not set |
@@ -128,6 +143,7 @@ CONFIG_LBD=y | |||
128 | # CONFIG_BLK_DEV_IO_TRACE is not set | 143 | # CONFIG_BLK_DEV_IO_TRACE is not set |
129 | # CONFIG_LSF is not set | 144 | # CONFIG_LSF is not set |
130 | # CONFIG_BLK_DEV_BSG is not set | 145 | # CONFIG_BLK_DEV_BSG is not set |
146 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
131 | 147 | ||
132 | # | 148 | # |
133 | # IO Schedulers | 149 | # IO Schedulers |
@@ -142,24 +158,25 @@ CONFIG_DEFAULT_AS=y | |||
142 | # CONFIG_DEFAULT_NOOP is not set | 158 | # CONFIG_DEFAULT_NOOP is not set |
143 | CONFIG_DEFAULT_IOSCHED="anticipatory" | 159 | CONFIG_DEFAULT_IOSCHED="anticipatory" |
144 | CONFIG_CLASSIC_RCU=y | 160 | CONFIG_CLASSIC_RCU=y |
145 | # CONFIG_PREEMPT_RCU is not set | ||
146 | # CONFIG_PPC4xx_PCI_EXPRESS is not set | 161 | # CONFIG_PPC4xx_PCI_EXPRESS is not set |
147 | 162 | ||
148 | # | 163 | # |
149 | # Platform support | 164 | # Platform support |
150 | # | 165 | # |
151 | # CONFIG_PPC_MPC512x is not set | ||
152 | # CONFIG_PPC_MPC5121 is not set | ||
153 | # CONFIG_PPC_CELL is not set | 166 | # CONFIG_PPC_CELL is not set |
154 | # CONFIG_PPC_CELL_NATIVE is not set | 167 | # CONFIG_PPC_CELL_NATIVE is not set |
155 | # CONFIG_PQ2ADS is not set | 168 | # CONFIG_PQ2ADS is not set |
156 | # CONFIG_BAMBOO is not set | 169 | # CONFIG_BAMBOO is not set |
157 | CONFIG_EBONY=y | 170 | CONFIG_EBONY=y |
171 | # CONFIG_SAM440EP is not set | ||
158 | # CONFIG_SEQUOIA is not set | 172 | # CONFIG_SEQUOIA is not set |
159 | # CONFIG_TAISHAN is not set | 173 | # CONFIG_TAISHAN is not set |
160 | # CONFIG_KATMAI is not set | 174 | # CONFIG_KATMAI is not set |
161 | # CONFIG_RAINIER is not set | 175 | # CONFIG_RAINIER is not set |
162 | # CONFIG_WARP is not set | 176 | # CONFIG_WARP is not set |
177 | # CONFIG_CANYONLANDS is not set | ||
178 | # CONFIG_YOSEMITE is not set | ||
179 | # CONFIG_XILINX_VIRTEX440_GENERIC_BOARD is not set | ||
163 | CONFIG_440GP=y | 180 | CONFIG_440GP=y |
164 | # CONFIG_IPIC is not set | 181 | # CONFIG_IPIC is not set |
165 | # CONFIG_MPIC is not set | 182 | # CONFIG_MPIC is not set |
@@ -192,7 +209,6 @@ CONFIG_HZ=250 | |||
192 | CONFIG_PREEMPT_NONE=y | 209 | CONFIG_PREEMPT_NONE=y |
193 | # CONFIG_PREEMPT_VOLUNTARY is not set | 210 | # CONFIG_PREEMPT_VOLUNTARY is not set |
194 | # CONFIG_PREEMPT is not set | 211 | # CONFIG_PREEMPT is not set |
195 | CONFIG_RCU_TRACE=y | ||
196 | CONFIG_BINFMT_ELF=y | 212 | CONFIG_BINFMT_ELF=y |
197 | # CONFIG_BINFMT_MISC is not set | 213 | # CONFIG_BINFMT_MISC is not set |
198 | CONFIG_MATH_EMULATION=y | 214 | CONFIG_MATH_EMULATION=y |
@@ -210,13 +226,17 @@ CONFIG_FLATMEM=y | |||
210 | CONFIG_FLAT_NODE_MEM_MAP=y | 226 | CONFIG_FLAT_NODE_MEM_MAP=y |
211 | # CONFIG_SPARSEMEM_STATIC is not set | 227 | # CONFIG_SPARSEMEM_STATIC is not set |
212 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 228 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
229 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
213 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 230 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
231 | CONFIG_MIGRATION=y | ||
214 | CONFIG_RESOURCES_64BIT=y | 232 | CONFIG_RESOURCES_64BIT=y |
215 | CONFIG_ZONE_DMA_FLAG=1 | 233 | CONFIG_ZONE_DMA_FLAG=1 |
216 | CONFIG_BOUNCE=y | 234 | CONFIG_BOUNCE=y |
217 | CONFIG_VIRT_TO_BUS=y | 235 | CONFIG_VIRT_TO_BUS=y |
236 | CONFIG_FORCE_MAX_ZONEORDER=11 | ||
218 | CONFIG_PROC_DEVICETREE=y | 237 | CONFIG_PROC_DEVICETREE=y |
219 | # CONFIG_CMDLINE_BOOL is not set | 238 | # CONFIG_CMDLINE_BOOL is not set |
239 | CONFIG_EXTRA_TARGETS="" | ||
220 | CONFIG_SECCOMP=y | 240 | CONFIG_SECCOMP=y |
221 | CONFIG_ISA_DMA_API=y | 241 | CONFIG_ISA_DMA_API=y |
222 | 242 | ||
@@ -225,6 +245,8 @@ CONFIG_ISA_DMA_API=y | |||
225 | # | 245 | # |
226 | CONFIG_ZONE_DMA=y | 246 | CONFIG_ZONE_DMA=y |
227 | CONFIG_PPC_INDIRECT_PCI=y | 247 | CONFIG_PPC_INDIRECT_PCI=y |
248 | CONFIG_4xx_SOC=y | ||
249 | CONFIG_PPC_PCI_CHOICE=y | ||
228 | CONFIG_PCI=y | 250 | CONFIG_PCI=y |
229 | CONFIG_PCI_DOMAINS=y | 251 | CONFIG_PCI_DOMAINS=y |
230 | CONFIG_PCI_SYSCALL=y | 252 | CONFIG_PCI_SYSCALL=y |
@@ -235,6 +257,7 @@ CONFIG_PCI_LEGACY=y | |||
235 | # CONFIG_PCI_DEBUG is not set | 257 | # CONFIG_PCI_DEBUG is not set |
236 | # CONFIG_PCCARD is not set | 258 | # CONFIG_PCCARD is not set |
237 | # CONFIG_HOTPLUG_PCI is not set | 259 | # CONFIG_HOTPLUG_PCI is not set |
260 | # CONFIG_HAS_RAPIDIO is not set | ||
238 | 261 | ||
239 | # | 262 | # |
240 | # Advanced setup | 263 | # Advanced setup |
@@ -244,17 +267,13 @@ CONFIG_PCI_LEGACY=y | |||
244 | # | 267 | # |
245 | # Default settings for advanced configuration options are used | 268 | # Default settings for advanced configuration options are used |
246 | # | 269 | # |
247 | CONFIG_HIGHMEM_START=0xfe000000 | ||
248 | CONFIG_LOWMEM_SIZE=0x30000000 | 270 | CONFIG_LOWMEM_SIZE=0x30000000 |
271 | CONFIG_PAGE_OFFSET=0xc0000000 | ||
249 | CONFIG_KERNEL_START=0xc0000000 | 272 | CONFIG_KERNEL_START=0xc0000000 |
273 | CONFIG_PHYSICAL_START=0x00000000 | ||
250 | CONFIG_TASK_SIZE=0xc0000000 | 274 | CONFIG_TASK_SIZE=0xc0000000 |
251 | CONFIG_CONSISTENT_START=0xff100000 | 275 | CONFIG_CONSISTENT_START=0xff100000 |
252 | CONFIG_CONSISTENT_SIZE=0x00200000 | 276 | CONFIG_CONSISTENT_SIZE=0x00200000 |
253 | CONFIG_BOOT_LOAD=0x01000000 | ||
254 | |||
255 | # | ||
256 | # Networking | ||
257 | # | ||
258 | CONFIG_NET=y | 277 | CONFIG_NET=y |
259 | 278 | ||
260 | # | 279 | # |
@@ -292,8 +311,6 @@ CONFIG_TCP_CONG_CUBIC=y | |||
292 | CONFIG_DEFAULT_TCP_CONG="cubic" | 311 | CONFIG_DEFAULT_TCP_CONG="cubic" |
293 | # CONFIG_TCP_MD5SIG is not set | 312 | # CONFIG_TCP_MD5SIG is not set |
294 | # CONFIG_IPV6 is not set | 313 | # CONFIG_IPV6 is not set |
295 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
296 | # CONFIG_INET6_TUNNEL is not set | ||
297 | # CONFIG_NETWORK_SECMARK is not set | 314 | # CONFIG_NETWORK_SECMARK is not set |
298 | # CONFIG_NETFILTER is not set | 315 | # CONFIG_NETFILTER is not set |
299 | # CONFIG_IP_DCCP is not set | 316 | # CONFIG_IP_DCCP is not set |
@@ -343,6 +360,8 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
343 | CONFIG_STANDALONE=y | 360 | CONFIG_STANDALONE=y |
344 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 361 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
345 | CONFIG_FW_LOADER=y | 362 | CONFIG_FW_LOADER=y |
363 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
364 | CONFIG_EXTRA_FIRMWARE="" | ||
346 | # CONFIG_DEBUG_DRIVER is not set | 365 | # CONFIG_DEBUG_DRIVER is not set |
347 | # CONFIG_DEBUG_DEVRES is not set | 366 | # CONFIG_DEBUG_DEVRES is not set |
348 | # CONFIG_SYS_HYPERVISOR is not set | 367 | # CONFIG_SYS_HYPERVISOR is not set |
@@ -355,6 +374,7 @@ CONFIG_MTD_PARTITIONS=y | |||
355 | # CONFIG_MTD_REDBOOT_PARTS is not set | 374 | # CONFIG_MTD_REDBOOT_PARTS is not set |
356 | # CONFIG_MTD_CMDLINE_PARTS is not set | 375 | # CONFIG_MTD_CMDLINE_PARTS is not set |
357 | CONFIG_MTD_OF_PARTS=y | 376 | CONFIG_MTD_OF_PARTS=y |
377 | # CONFIG_MTD_AR7_PARTS is not set | ||
358 | 378 | ||
359 | # | 379 | # |
360 | # User Modules And Translation Layers | 380 | # User Modules And Translation Layers |
@@ -444,12 +464,14 @@ CONFIG_BLK_DEV_RAM_SIZE=35000 | |||
444 | # CONFIG_CDROM_PKTCDVD is not set | 464 | # CONFIG_CDROM_PKTCDVD is not set |
445 | # CONFIG_ATA_OVER_ETH is not set | 465 | # CONFIG_ATA_OVER_ETH is not set |
446 | # CONFIG_XILINX_SYSACE is not set | 466 | # CONFIG_XILINX_SYSACE is not set |
467 | # CONFIG_BLK_DEV_HD is not set | ||
447 | CONFIG_MISC_DEVICES=y | 468 | CONFIG_MISC_DEVICES=y |
448 | # CONFIG_PHANTOM is not set | 469 | # CONFIG_PHANTOM is not set |
449 | # CONFIG_EEPROM_93CX6 is not set | 470 | # CONFIG_EEPROM_93CX6 is not set |
450 | # CONFIG_SGI_IOC4 is not set | 471 | # CONFIG_SGI_IOC4 is not set |
451 | # CONFIG_TIFM_CORE is not set | 472 | # CONFIG_TIFM_CORE is not set |
452 | # CONFIG_ENCLOSURE_SERVICES is not set | 473 | # CONFIG_ENCLOSURE_SERVICES is not set |
474 | # CONFIG_HP_ILO is not set | ||
453 | CONFIG_HAVE_IDE=y | 475 | CONFIG_HAVE_IDE=y |
454 | # CONFIG_IDE is not set | 476 | # CONFIG_IDE is not set |
455 | 477 | ||
@@ -467,12 +489,15 @@ CONFIG_HAVE_IDE=y | |||
467 | # | 489 | # |
468 | # IEEE 1394 (FireWire) support | 490 | # IEEE 1394 (FireWire) support |
469 | # | 491 | # |
492 | |||
493 | # | ||
494 | # Enable only one of the two stacks, unless you know what you are doing | ||
495 | # | ||
470 | # CONFIG_FIREWIRE is not set | 496 | # CONFIG_FIREWIRE is not set |
471 | # CONFIG_IEEE1394 is not set | 497 | # CONFIG_IEEE1394 is not set |
472 | # CONFIG_I2O is not set | 498 | # CONFIG_I2O is not set |
473 | # CONFIG_MACINTOSH_DRIVERS is not set | 499 | # CONFIG_MACINTOSH_DRIVERS is not set |
474 | CONFIG_NETDEVICES=y | 500 | CONFIG_NETDEVICES=y |
475 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
476 | # CONFIG_DUMMY is not set | 501 | # CONFIG_DUMMY is not set |
477 | # CONFIG_BONDING is not set | 502 | # CONFIG_BONDING is not set |
478 | # CONFIG_MACVLAN is not set | 503 | # CONFIG_MACVLAN is not set |
@@ -507,7 +532,6 @@ CONFIG_NETDEV_1000=y | |||
507 | # CONFIG_DL2K is not set | 532 | # CONFIG_DL2K is not set |
508 | # CONFIG_E1000 is not set | 533 | # CONFIG_E1000 is not set |
509 | # CONFIG_E1000E is not set | 534 | # CONFIG_E1000E is not set |
510 | # CONFIG_E1000E_ENABLED is not set | ||
511 | # CONFIG_IP1000 is not set | 535 | # CONFIG_IP1000 is not set |
512 | # CONFIG_IGB is not set | 536 | # CONFIG_IGB is not set |
513 | # CONFIG_NS83820 is not set | 537 | # CONFIG_NS83820 is not set |
@@ -517,12 +541,12 @@ CONFIG_NETDEV_1000=y | |||
517 | # CONFIG_SIS190 is not set | 541 | # CONFIG_SIS190 is not set |
518 | # CONFIG_SKGE is not set | 542 | # CONFIG_SKGE is not set |
519 | # CONFIG_SKY2 is not set | 543 | # CONFIG_SKY2 is not set |
520 | # CONFIG_SK98LIN is not set | ||
521 | # CONFIG_VIA_VELOCITY is not set | 544 | # CONFIG_VIA_VELOCITY is not set |
522 | # CONFIG_TIGON3 is not set | 545 | # CONFIG_TIGON3 is not set |
523 | # CONFIG_BNX2 is not set | 546 | # CONFIG_BNX2 is not set |
524 | # CONFIG_QLA3XXX is not set | 547 | # CONFIG_QLA3XXX is not set |
525 | # CONFIG_ATL1 is not set | 548 | # CONFIG_ATL1 is not set |
549 | # CONFIG_ATL1E is not set | ||
526 | CONFIG_NETDEV_10000=y | 550 | CONFIG_NETDEV_10000=y |
527 | # CONFIG_CHELSIO_T1 is not set | 551 | # CONFIG_CHELSIO_T1 is not set |
528 | # CONFIG_CHELSIO_T3 is not set | 552 | # CONFIG_CHELSIO_T3 is not set |
@@ -535,6 +559,7 @@ CONFIG_NETDEV_10000=y | |||
535 | # CONFIG_MLX4_CORE is not set | 559 | # CONFIG_MLX4_CORE is not set |
536 | # CONFIG_TEHUTI is not set | 560 | # CONFIG_TEHUTI is not set |
537 | # CONFIG_BNX2X is not set | 561 | # CONFIG_BNX2X is not set |
562 | # CONFIG_SFC is not set | ||
538 | # CONFIG_TR is not set | 563 | # CONFIG_TR is not set |
539 | 564 | ||
540 | # | 565 | # |
@@ -542,6 +567,7 @@ CONFIG_NETDEV_10000=y | |||
542 | # | 567 | # |
543 | # CONFIG_WLAN_PRE80211 is not set | 568 | # CONFIG_WLAN_PRE80211 is not set |
544 | # CONFIG_WLAN_80211 is not set | 569 | # CONFIG_WLAN_80211 is not set |
570 | # CONFIG_IWLWIFI_LEDS is not set | ||
545 | # CONFIG_WAN is not set | 571 | # CONFIG_WAN is not set |
546 | # CONFIG_FDDI is not set | 572 | # CONFIG_FDDI is not set |
547 | # CONFIG_HIPPI is not set | 573 | # CONFIG_HIPPI is not set |
@@ -568,6 +594,7 @@ CONFIG_NETDEV_10000=y | |||
568 | # Character devices | 594 | # Character devices |
569 | # | 595 | # |
570 | # CONFIG_VT is not set | 596 | # CONFIG_VT is not set |
597 | CONFIG_DEVKMEM=y | ||
571 | # CONFIG_SERIAL_NONSTANDARD is not set | 598 | # CONFIG_SERIAL_NONSTANDARD is not set |
572 | # CONFIG_NOZOMI is not set | 599 | # CONFIG_NOZOMI is not set |
573 | 600 | ||
@@ -606,12 +633,9 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
606 | # CONFIG_TCG_TPM is not set | 633 | # CONFIG_TCG_TPM is not set |
607 | CONFIG_DEVPORT=y | 634 | CONFIG_DEVPORT=y |
608 | # CONFIG_I2C is not set | 635 | # CONFIG_I2C is not set |
609 | |||
610 | # | ||
611 | # SPI support | ||
612 | # | ||
613 | # CONFIG_SPI is not set | 636 | # CONFIG_SPI is not set |
614 | # CONFIG_SPI_MASTER is not set | 637 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y |
638 | # CONFIG_GPIOLIB is not set | ||
615 | # CONFIG_W1 is not set | 639 | # CONFIG_W1 is not set |
616 | # CONFIG_POWER_SUPPLY is not set | 640 | # CONFIG_POWER_SUPPLY is not set |
617 | # CONFIG_HWMON is not set | 641 | # CONFIG_HWMON is not set |
@@ -627,13 +651,24 @@ CONFIG_SSB_POSSIBLE=y | |||
627 | # | 651 | # |
628 | # Multifunction device drivers | 652 | # Multifunction device drivers |
629 | # | 653 | # |
654 | # CONFIG_MFD_CORE is not set | ||
630 | # CONFIG_MFD_SM501 is not set | 655 | # CONFIG_MFD_SM501 is not set |
656 | # CONFIG_HTC_PASIC3 is not set | ||
631 | 657 | ||
632 | # | 658 | # |
633 | # Multimedia devices | 659 | # Multimedia devices |
634 | # | 660 | # |
661 | |||
662 | # | ||
663 | # Multimedia core support | ||
664 | # | ||
635 | # CONFIG_VIDEO_DEV is not set | 665 | # CONFIG_VIDEO_DEV is not set |
636 | # CONFIG_DVB_CORE is not set | 666 | # CONFIG_DVB_CORE is not set |
667 | # CONFIG_VIDEO_MEDIA is not set | ||
668 | |||
669 | # | ||
670 | # Multimedia drivers | ||
671 | # | ||
637 | # CONFIG_DAB is not set | 672 | # CONFIG_DAB is not set |
638 | 673 | ||
639 | # | 674 | # |
@@ -650,16 +685,14 @@ CONFIG_SSB_POSSIBLE=y | |||
650 | # Display device support | 685 | # Display device support |
651 | # | 686 | # |
652 | # CONFIG_DISPLAY_SUPPORT is not set | 687 | # CONFIG_DISPLAY_SUPPORT is not set |
653 | |||
654 | # | ||
655 | # Sound | ||
656 | # | ||
657 | # CONFIG_SOUND is not set | 688 | # CONFIG_SOUND is not set |
658 | CONFIG_USB_SUPPORT=y | 689 | CONFIG_USB_SUPPORT=y |
659 | CONFIG_USB_ARCH_HAS_HCD=y | 690 | CONFIG_USB_ARCH_HAS_HCD=y |
660 | CONFIG_USB_ARCH_HAS_OHCI=y | 691 | CONFIG_USB_ARCH_HAS_OHCI=y |
661 | CONFIG_USB_ARCH_HAS_EHCI=y | 692 | CONFIG_USB_ARCH_HAS_EHCI=y |
662 | # CONFIG_USB is not set | 693 | # CONFIG_USB is not set |
694 | # CONFIG_USB_OTG_WHITELIST is not set | ||
695 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | ||
663 | 696 | ||
664 | # | 697 | # |
665 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 698 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
@@ -668,13 +701,11 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
668 | # CONFIG_MMC is not set | 701 | # CONFIG_MMC is not set |
669 | # CONFIG_MEMSTICK is not set | 702 | # CONFIG_MEMSTICK is not set |
670 | # CONFIG_NEW_LEDS is not set | 703 | # CONFIG_NEW_LEDS is not set |
704 | # CONFIG_ACCESSIBILITY is not set | ||
671 | # CONFIG_INFINIBAND is not set | 705 | # CONFIG_INFINIBAND is not set |
672 | # CONFIG_EDAC is not set | 706 | # CONFIG_EDAC is not set |
673 | # CONFIG_RTC_CLASS is not set | 707 | # CONFIG_RTC_CLASS is not set |
674 | 708 | # CONFIG_DMADEVICES is not set | |
675 | # | ||
676 | # Userspace I/O | ||
677 | # | ||
678 | # CONFIG_UIO is not set | 709 | # CONFIG_UIO is not set |
679 | 710 | ||
680 | # | 711 | # |
@@ -689,7 +720,6 @@ CONFIG_EXT2_FS=y | |||
689 | # CONFIG_JFS_FS is not set | 720 | # CONFIG_JFS_FS is not set |
690 | # CONFIG_FS_POSIX_ACL is not set | 721 | # CONFIG_FS_POSIX_ACL is not set |
691 | # CONFIG_XFS_FS is not set | 722 | # CONFIG_XFS_FS is not set |
692 | # CONFIG_GFS2_FS is not set | ||
693 | # CONFIG_OCFS2_FS is not set | 723 | # CONFIG_OCFS2_FS is not set |
694 | CONFIG_DNOTIFY=y | 724 | CONFIG_DNOTIFY=y |
695 | CONFIG_INOTIFY=y | 725 | CONFIG_INOTIFY=y |
@@ -748,6 +778,7 @@ CONFIG_JFFS2_RTIME=y | |||
748 | CONFIG_CRAMFS=y | 778 | CONFIG_CRAMFS=y |
749 | # CONFIG_VXFS_FS is not set | 779 | # CONFIG_VXFS_FS is not set |
750 | # CONFIG_MINIX_FS is not set | 780 | # CONFIG_MINIX_FS is not set |
781 | # CONFIG_OMFS_FS is not set | ||
751 | # CONFIG_HPFS_FS is not set | 782 | # CONFIG_HPFS_FS is not set |
752 | # CONFIG_QNX4FS_FS is not set | 783 | # CONFIG_QNX4FS_FS is not set |
753 | # CONFIG_ROMFS_FS is not set | 784 | # CONFIG_ROMFS_FS is not set |
@@ -758,14 +789,12 @@ CONFIG_NFS_FS=y | |||
758 | CONFIG_NFS_V3=y | 789 | CONFIG_NFS_V3=y |
759 | # CONFIG_NFS_V3_ACL is not set | 790 | # CONFIG_NFS_V3_ACL is not set |
760 | # CONFIG_NFS_V4 is not set | 791 | # CONFIG_NFS_V4 is not set |
761 | # CONFIG_NFS_DIRECTIO is not set | ||
762 | # CONFIG_NFSD is not set | ||
763 | CONFIG_ROOT_NFS=y | 792 | CONFIG_ROOT_NFS=y |
793 | # CONFIG_NFSD is not set | ||
764 | CONFIG_LOCKD=y | 794 | CONFIG_LOCKD=y |
765 | CONFIG_LOCKD_V4=y | 795 | CONFIG_LOCKD_V4=y |
766 | CONFIG_NFS_COMMON=y | 796 | CONFIG_NFS_COMMON=y |
767 | CONFIG_SUNRPC=y | 797 | CONFIG_SUNRPC=y |
768 | # CONFIG_SUNRPC_BIND34 is not set | ||
769 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 798 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
770 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 799 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
771 | # CONFIG_SMB_FS is not set | 800 | # CONFIG_SMB_FS is not set |
@@ -786,8 +815,10 @@ CONFIG_MSDOS_PARTITION=y | |||
786 | # Library routines | 815 | # Library routines |
787 | # | 816 | # |
788 | CONFIG_BITREVERSE=y | 817 | CONFIG_BITREVERSE=y |
818 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
789 | # CONFIG_CRC_CCITT is not set | 819 | # CONFIG_CRC_CCITT is not set |
790 | # CONFIG_CRC16 is not set | 820 | # CONFIG_CRC16 is not set |
821 | # CONFIG_CRC_T10DIF is not set | ||
791 | # CONFIG_CRC_ITU_T is not set | 822 | # CONFIG_CRC_ITU_T is not set |
792 | CONFIG_CRC32=y | 823 | CONFIG_CRC32=y |
793 | # CONFIG_CRC7 is not set | 824 | # CONFIG_CRC7 is not set |
@@ -798,6 +829,7 @@ CONFIG_PLIST=y | |||
798 | CONFIG_HAS_IOMEM=y | 829 | CONFIG_HAS_IOMEM=y |
799 | CONFIG_HAS_IOPORT=y | 830 | CONFIG_HAS_IOPORT=y |
800 | CONFIG_HAS_DMA=y | 831 | CONFIG_HAS_DMA=y |
832 | CONFIG_HAVE_LMB=y | ||
801 | 833 | ||
802 | # | 834 | # |
803 | # Kernel hacking | 835 | # Kernel hacking |
@@ -805,6 +837,7 @@ CONFIG_HAS_DMA=y | |||
805 | # CONFIG_PRINTK_TIME is not set | 837 | # CONFIG_PRINTK_TIME is not set |
806 | CONFIG_ENABLE_WARN_DEPRECATED=y | 838 | CONFIG_ENABLE_WARN_DEPRECATED=y |
807 | CONFIG_ENABLE_MUST_CHECK=y | 839 | CONFIG_ENABLE_MUST_CHECK=y |
840 | CONFIG_FRAME_WARN=1024 | ||
808 | CONFIG_MAGIC_SYSRQ=y | 841 | CONFIG_MAGIC_SYSRQ=y |
809 | # CONFIG_UNUSED_SYMBOLS is not set | 842 | # CONFIG_UNUSED_SYMBOLS is not set |
810 | CONFIG_DEBUG_FS=y | 843 | CONFIG_DEBUG_FS=y |
@@ -812,9 +845,12 @@ CONFIG_DEBUG_FS=y | |||
812 | CONFIG_DEBUG_KERNEL=y | 845 | CONFIG_DEBUG_KERNEL=y |
813 | # CONFIG_DEBUG_SHIRQ is not set | 846 | # CONFIG_DEBUG_SHIRQ is not set |
814 | CONFIG_DETECT_SOFTLOCKUP=y | 847 | CONFIG_DETECT_SOFTLOCKUP=y |
848 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
849 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
815 | CONFIG_SCHED_DEBUG=y | 850 | CONFIG_SCHED_DEBUG=y |
816 | # CONFIG_SCHEDSTATS is not set | 851 | # CONFIG_SCHEDSTATS is not set |
817 | # CONFIG_TIMER_STATS is not set | 852 | # CONFIG_TIMER_STATS is not set |
853 | # CONFIG_DEBUG_OBJECTS is not set | ||
818 | # CONFIG_SLUB_DEBUG_ON is not set | 854 | # CONFIG_SLUB_DEBUG_ON is not set |
819 | # CONFIG_SLUB_STATS is not set | 855 | # CONFIG_SLUB_STATS is not set |
820 | # CONFIG_DEBUG_RT_MUTEXES is not set | 856 | # CONFIG_DEBUG_RT_MUTEXES is not set |
@@ -827,17 +863,30 @@ CONFIG_SCHED_DEBUG=y | |||
827 | CONFIG_DEBUG_BUGVERBOSE=y | 863 | CONFIG_DEBUG_BUGVERBOSE=y |
828 | # CONFIG_DEBUG_INFO is not set | 864 | # CONFIG_DEBUG_INFO is not set |
829 | # CONFIG_DEBUG_VM is not set | 865 | # CONFIG_DEBUG_VM is not set |
866 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
867 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
830 | # CONFIG_DEBUG_LIST is not set | 868 | # CONFIG_DEBUG_LIST is not set |
831 | # CONFIG_DEBUG_SG is not set | 869 | # CONFIG_DEBUG_SG is not set |
832 | # CONFIG_BOOT_PRINTK_DELAY is not set | 870 | # CONFIG_BOOT_PRINTK_DELAY is not set |
833 | # CONFIG_RCU_TORTURE_TEST is not set | 871 | # CONFIG_RCU_TORTURE_TEST is not set |
834 | # CONFIG_BACKTRACE_SELF_TEST is not set | 872 | # CONFIG_BACKTRACE_SELF_TEST is not set |
835 | # CONFIG_FAULT_INJECTION is not set | 873 | # CONFIG_FAULT_INJECTION is not set |
874 | # CONFIG_LATENCYTOP is not set | ||
875 | CONFIG_HAVE_FTRACE=y | ||
876 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
877 | # CONFIG_FTRACE is not set | ||
878 | # CONFIG_SCHED_TRACER is not set | ||
879 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
836 | # CONFIG_SAMPLES is not set | 880 | # CONFIG_SAMPLES is not set |
881 | CONFIG_HAVE_ARCH_KGDB=y | ||
882 | # CONFIG_KGDB is not set | ||
837 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 883 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
838 | # CONFIG_DEBUG_STACK_USAGE is not set | 884 | # CONFIG_DEBUG_STACK_USAGE is not set |
839 | # CONFIG_DEBUG_PAGEALLOC is not set | 885 | # CONFIG_DEBUG_PAGEALLOC is not set |
840 | # CONFIG_DEBUGGER is not set | 886 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
887 | # CONFIG_FTR_FIXUP_SELFTEST is not set | ||
888 | # CONFIG_XMON is not set | ||
889 | # CONFIG_IRQSTACKS is not set | ||
841 | # CONFIG_VIRQ_DEBUG is not set | 890 | # CONFIG_VIRQ_DEBUG is not set |
842 | # CONFIG_BDI_SWITCH is not set | 891 | # CONFIG_BDI_SWITCH is not set |
843 | # CONFIG_PPC_EARLY_DEBUG is not set | 892 | # CONFIG_PPC_EARLY_DEBUG is not set |
@@ -849,50 +898,84 @@ CONFIG_DEBUG_BUGVERBOSE=y | |||
849 | # CONFIG_SECURITY is not set | 898 | # CONFIG_SECURITY is not set |
850 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 899 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
851 | CONFIG_CRYPTO=y | 900 | CONFIG_CRYPTO=y |
901 | |||
902 | # | ||
903 | # Crypto core or helper | ||
904 | # | ||
852 | CONFIG_CRYPTO_ALGAPI=y | 905 | CONFIG_CRYPTO_ALGAPI=y |
853 | CONFIG_CRYPTO_BLKCIPHER=y | 906 | CONFIG_CRYPTO_BLKCIPHER=y |
854 | # CONFIG_CRYPTO_SEQIV is not set | ||
855 | CONFIG_CRYPTO_MANAGER=y | 907 | CONFIG_CRYPTO_MANAGER=y |
908 | # CONFIG_CRYPTO_GF128MUL is not set | ||
909 | # CONFIG_CRYPTO_NULL is not set | ||
910 | # CONFIG_CRYPTO_CRYPTD is not set | ||
911 | # CONFIG_CRYPTO_AUTHENC is not set | ||
912 | # CONFIG_CRYPTO_TEST is not set | ||
913 | |||
914 | # | ||
915 | # Authenticated Encryption with Associated Data | ||
916 | # | ||
917 | # CONFIG_CRYPTO_CCM is not set | ||
918 | # CONFIG_CRYPTO_GCM is not set | ||
919 | # CONFIG_CRYPTO_SEQIV is not set | ||
920 | |||
921 | # | ||
922 | # Block modes | ||
923 | # | ||
924 | CONFIG_CRYPTO_CBC=y | ||
925 | # CONFIG_CRYPTO_CTR is not set | ||
926 | # CONFIG_CRYPTO_CTS is not set | ||
927 | CONFIG_CRYPTO_ECB=y | ||
928 | # CONFIG_CRYPTO_LRW is not set | ||
929 | CONFIG_CRYPTO_PCBC=y | ||
930 | # CONFIG_CRYPTO_XTS is not set | ||
931 | |||
932 | # | ||
933 | # Hash modes | ||
934 | # | ||
856 | # CONFIG_CRYPTO_HMAC is not set | 935 | # CONFIG_CRYPTO_HMAC is not set |
857 | # CONFIG_CRYPTO_XCBC is not set | 936 | # CONFIG_CRYPTO_XCBC is not set |
858 | # CONFIG_CRYPTO_NULL is not set | 937 | |
938 | # | ||
939 | # Digest | ||
940 | # | ||
941 | # CONFIG_CRYPTO_CRC32C is not set | ||
859 | # CONFIG_CRYPTO_MD4 is not set | 942 | # CONFIG_CRYPTO_MD4 is not set |
860 | CONFIG_CRYPTO_MD5=y | 943 | CONFIG_CRYPTO_MD5=y |
944 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
945 | # CONFIG_CRYPTO_RMD128 is not set | ||
946 | # CONFIG_CRYPTO_RMD160 is not set | ||
947 | # CONFIG_CRYPTO_RMD256 is not set | ||
948 | # CONFIG_CRYPTO_RMD320 is not set | ||
861 | # CONFIG_CRYPTO_SHA1 is not set | 949 | # CONFIG_CRYPTO_SHA1 is not set |
862 | # CONFIG_CRYPTO_SHA256 is not set | 950 | # CONFIG_CRYPTO_SHA256 is not set |
863 | # CONFIG_CRYPTO_SHA512 is not set | 951 | # CONFIG_CRYPTO_SHA512 is not set |
864 | # CONFIG_CRYPTO_WP512 is not set | ||
865 | # CONFIG_CRYPTO_TGR192 is not set | 952 | # CONFIG_CRYPTO_TGR192 is not set |
866 | # CONFIG_CRYPTO_GF128MUL is not set | 953 | # CONFIG_CRYPTO_WP512 is not set |
867 | CONFIG_CRYPTO_ECB=y | 954 | |
868 | CONFIG_CRYPTO_CBC=y | 955 | # |
869 | CONFIG_CRYPTO_PCBC=y | 956 | # Ciphers |
870 | # CONFIG_CRYPTO_LRW is not set | 957 | # |
871 | # CONFIG_CRYPTO_XTS is not set | ||
872 | # CONFIG_CRYPTO_CTR is not set | ||
873 | # CONFIG_CRYPTO_GCM is not set | ||
874 | # CONFIG_CRYPTO_CCM is not set | ||
875 | # CONFIG_CRYPTO_CRYPTD is not set | ||
876 | CONFIG_CRYPTO_DES=y | ||
877 | # CONFIG_CRYPTO_FCRYPT is not set | ||
878 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
879 | # CONFIG_CRYPTO_TWOFISH is not set | ||
880 | # CONFIG_CRYPTO_SERPENT is not set | ||
881 | # CONFIG_CRYPTO_AES is not set | 958 | # CONFIG_CRYPTO_AES is not set |
959 | # CONFIG_CRYPTO_ANUBIS is not set | ||
960 | # CONFIG_CRYPTO_ARC4 is not set | ||
961 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
962 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
882 | # CONFIG_CRYPTO_CAST5 is not set | 963 | # CONFIG_CRYPTO_CAST5 is not set |
883 | # CONFIG_CRYPTO_CAST6 is not set | 964 | # CONFIG_CRYPTO_CAST6 is not set |
884 | # CONFIG_CRYPTO_TEA is not set | 965 | CONFIG_CRYPTO_DES=y |
885 | # CONFIG_CRYPTO_ARC4 is not set | 966 | # CONFIG_CRYPTO_FCRYPT is not set |
886 | # CONFIG_CRYPTO_KHAZAD is not set | 967 | # CONFIG_CRYPTO_KHAZAD is not set |
887 | # CONFIG_CRYPTO_ANUBIS is not set | ||
888 | # CONFIG_CRYPTO_SEED is not set | ||
889 | # CONFIG_CRYPTO_SALSA20 is not set | 968 | # CONFIG_CRYPTO_SALSA20 is not set |
969 | # CONFIG_CRYPTO_SEED is not set | ||
970 | # CONFIG_CRYPTO_SERPENT is not set | ||
971 | # CONFIG_CRYPTO_TEA is not set | ||
972 | # CONFIG_CRYPTO_TWOFISH is not set | ||
973 | |||
974 | # | ||
975 | # Compression | ||
976 | # | ||
890 | # CONFIG_CRYPTO_DEFLATE is not set | 977 | # CONFIG_CRYPTO_DEFLATE is not set |
891 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
892 | # CONFIG_CRYPTO_CRC32C is not set | ||
893 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
894 | # CONFIG_CRYPTO_TEST is not set | ||
895 | # CONFIG_CRYPTO_AUTHENC is not set | ||
896 | # CONFIG_CRYPTO_LZO is not set | 978 | # CONFIG_CRYPTO_LZO is not set |
897 | # CONFIG_CRYPTO_HW is not set | 979 | # CONFIG_CRYPTO_HW is not set |
898 | # CONFIG_PPC_CLOCK is not set | 980 | # CONFIG_PPC_CLOCK is not set |
981 | # CONFIG_VIRTUALIZATION is not set | ||
diff --git a/arch/powerpc/configs/44x/katmai_defconfig b/arch/powerpc/configs/44x/katmai_defconfig index c8804ec01ea4..7bc4082a1c93 100644 --- a/arch/powerpc/configs/44x/katmai_defconfig +++ b/arch/powerpc/configs/44x/katmai_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.24-rc6 | 3 | # Linux kernel version: 2.6.27-rc1 |
4 | # Mon Dec 24 11:17:43 2007 | 4 | # Tue Aug 5 09:06:51 2008 |
5 | # | 5 | # |
6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
7 | 7 | ||
@@ -29,7 +29,12 @@ CONFIG_GENERIC_TIME=y | |||
29 | CONFIG_GENERIC_TIME_VSYSCALL=y | 29 | CONFIG_GENERIC_TIME_VSYSCALL=y |
30 | CONFIG_GENERIC_CLOCKEVENTS=y | 30 | CONFIG_GENERIC_CLOCKEVENTS=y |
31 | CONFIG_GENERIC_HARDIRQS=y | 31 | CONFIG_GENERIC_HARDIRQS=y |
32 | # CONFIG_HAVE_GET_USER_PAGES_FAST is not set | ||
33 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | ||
32 | CONFIG_IRQ_PER_CPU=y | 34 | CONFIG_IRQ_PER_CPU=y |
35 | CONFIG_STACKTRACE_SUPPORT=y | ||
36 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
37 | CONFIG_LOCKDEP_SUPPORT=y | ||
33 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 38 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
34 | CONFIG_ARCH_HAS_ILOG2_U32=y | 39 | CONFIG_ARCH_HAS_ILOG2_U32=y |
35 | CONFIG_GENERIC_HWEIGHT=y | 40 | CONFIG_GENERIC_HWEIGHT=y |
@@ -67,23 +72,22 @@ CONFIG_SYSVIPC_SYSCTL=y | |||
67 | CONFIG_POSIX_MQUEUE=y | 72 | CONFIG_POSIX_MQUEUE=y |
68 | # CONFIG_BSD_PROCESS_ACCT is not set | 73 | # CONFIG_BSD_PROCESS_ACCT is not set |
69 | # CONFIG_TASKSTATS is not set | 74 | # CONFIG_TASKSTATS is not set |
70 | # CONFIG_USER_NS is not set | ||
71 | # CONFIG_PID_NS is not set | ||
72 | # CONFIG_AUDIT is not set | 75 | # CONFIG_AUDIT is not set |
73 | # CONFIG_IKCONFIG is not set | 76 | # CONFIG_IKCONFIG is not set |
74 | CONFIG_LOG_BUF_SHIFT=14 | 77 | CONFIG_LOG_BUF_SHIFT=14 |
75 | # CONFIG_CGROUPS is not set | 78 | # CONFIG_CGROUPS is not set |
76 | CONFIG_FAIR_GROUP_SCHED=y | 79 | # CONFIG_GROUP_SCHED is not set |
77 | CONFIG_FAIR_USER_SCHED=y | ||
78 | # CONFIG_FAIR_CGROUP_SCHED is not set | ||
79 | CONFIG_SYSFS_DEPRECATED=y | 80 | CONFIG_SYSFS_DEPRECATED=y |
81 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
80 | # CONFIG_RELAY is not set | 82 | # CONFIG_RELAY is not set |
83 | # CONFIG_NAMESPACES is not set | ||
81 | CONFIG_BLK_DEV_INITRD=y | 84 | CONFIG_BLK_DEV_INITRD=y |
82 | CONFIG_INITRAMFS_SOURCE="" | 85 | CONFIG_INITRAMFS_SOURCE="" |
83 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 86 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
84 | CONFIG_SYSCTL=y | 87 | CONFIG_SYSCTL=y |
85 | CONFIG_EMBEDDED=y | 88 | CONFIG_EMBEDDED=y |
86 | CONFIG_SYSCTL_SYSCALL=y | 89 | CONFIG_SYSCTL_SYSCALL=y |
90 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
87 | CONFIG_KALLSYMS=y | 91 | CONFIG_KALLSYMS=y |
88 | # CONFIG_KALLSYMS_ALL is not set | 92 | # CONFIG_KALLSYMS_ALL is not set |
89 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 93 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
@@ -91,11 +95,13 @@ CONFIG_HOTPLUG=y | |||
91 | CONFIG_PRINTK=y | 95 | CONFIG_PRINTK=y |
92 | CONFIG_BUG=y | 96 | CONFIG_BUG=y |
93 | CONFIG_ELF_CORE=y | 97 | CONFIG_ELF_CORE=y |
98 | CONFIG_COMPAT_BRK=y | ||
94 | CONFIG_BASE_FULL=y | 99 | CONFIG_BASE_FULL=y |
95 | CONFIG_FUTEX=y | 100 | CONFIG_FUTEX=y |
96 | CONFIG_ANON_INODES=y | 101 | CONFIG_ANON_INODES=y |
97 | CONFIG_EPOLL=y | 102 | CONFIG_EPOLL=y |
98 | CONFIG_SIGNALFD=y | 103 | CONFIG_SIGNALFD=y |
104 | CONFIG_TIMERFD=y | ||
99 | CONFIG_EVENTFD=y | 105 | CONFIG_EVENTFD=y |
100 | CONFIG_SHMEM=y | 106 | CONFIG_SHMEM=y |
101 | CONFIG_VM_EVENT_COUNTERS=y | 107 | CONFIG_VM_EVENT_COUNTERS=y |
@@ -103,10 +109,26 @@ CONFIG_SLUB_DEBUG=y | |||
103 | # CONFIG_SLAB is not set | 109 | # CONFIG_SLAB is not set |
104 | CONFIG_SLUB=y | 110 | CONFIG_SLUB=y |
105 | # CONFIG_SLOB is not set | 111 | # CONFIG_SLOB is not set |
112 | # CONFIG_PROFILING is not set | ||
113 | # CONFIG_MARKERS is not set | ||
114 | CONFIG_HAVE_OPROFILE=y | ||
115 | # CONFIG_KPROBES is not set | ||
116 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
117 | CONFIG_HAVE_IOREMAP_PROT=y | ||
118 | CONFIG_HAVE_KPROBES=y | ||
119 | CONFIG_HAVE_KRETPROBES=y | ||
120 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
121 | # CONFIG_HAVE_DMA_ATTRS is not set | ||
122 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
123 | # CONFIG_HAVE_CLK is not set | ||
124 | CONFIG_PROC_PAGE_MONITOR=y | ||
125 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
126 | CONFIG_SLABINFO=y | ||
106 | CONFIG_RT_MUTEXES=y | 127 | CONFIG_RT_MUTEXES=y |
107 | # CONFIG_TINY_SHMEM is not set | 128 | # CONFIG_TINY_SHMEM is not set |
108 | CONFIG_BASE_SMALL=0 | 129 | CONFIG_BASE_SMALL=0 |
109 | CONFIG_MODULES=y | 130 | CONFIG_MODULES=y |
131 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
110 | CONFIG_MODULE_UNLOAD=y | 132 | CONFIG_MODULE_UNLOAD=y |
111 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 133 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
112 | # CONFIG_MODVERSIONS is not set | 134 | # CONFIG_MODVERSIONS is not set |
@@ -117,6 +139,7 @@ CONFIG_LBD=y | |||
117 | # CONFIG_BLK_DEV_IO_TRACE is not set | 139 | # CONFIG_BLK_DEV_IO_TRACE is not set |
118 | # CONFIG_LSF is not set | 140 | # CONFIG_LSF is not set |
119 | # CONFIG_BLK_DEV_BSG is not set | 141 | # CONFIG_BLK_DEV_BSG is not set |
142 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
120 | 143 | ||
121 | # | 144 | # |
122 | # IO Schedulers | 145 | # IO Schedulers |
@@ -130,23 +153,28 @@ CONFIG_DEFAULT_AS=y | |||
130 | # CONFIG_DEFAULT_CFQ is not set | 153 | # CONFIG_DEFAULT_CFQ is not set |
131 | # CONFIG_DEFAULT_NOOP is not set | 154 | # CONFIG_DEFAULT_NOOP is not set |
132 | CONFIG_DEFAULT_IOSCHED="anticipatory" | 155 | CONFIG_DEFAULT_IOSCHED="anticipatory" |
156 | CONFIG_CLASSIC_RCU=y | ||
133 | CONFIG_PPC4xx_PCI_EXPRESS=y | 157 | CONFIG_PPC4xx_PCI_EXPRESS=y |
134 | 158 | ||
135 | # | 159 | # |
136 | # Platform support | 160 | # Platform support |
137 | # | 161 | # |
138 | # CONFIG_PPC_MPC52xx is not set | ||
139 | # CONFIG_PPC_MPC5200 is not set | ||
140 | # CONFIG_PPC_CELL is not set | 162 | # CONFIG_PPC_CELL is not set |
141 | # CONFIG_PPC_CELL_NATIVE is not set | 163 | # CONFIG_PPC_CELL_NATIVE is not set |
142 | # CONFIG_PQ2ADS is not set | 164 | # CONFIG_PQ2ADS is not set |
143 | # CONFIG_BAMBOO is not set | 165 | # CONFIG_BAMBOO is not set |
144 | # CONFIG_EBONY is not set | 166 | # CONFIG_EBONY is not set |
167 | # CONFIG_SAM440EP is not set | ||
145 | # CONFIG_SEQUOIA is not set | 168 | # CONFIG_SEQUOIA is not set |
146 | # CONFIG_TAISHAN is not set | 169 | # CONFIG_TAISHAN is not set |
147 | CONFIG_KATMAI=y | 170 | CONFIG_KATMAI=y |
148 | # CONFIG_RAINIER is not set | 171 | # CONFIG_RAINIER is not set |
172 | # CONFIG_WARP is not set | ||
173 | # CONFIG_CANYONLANDS is not set | ||
174 | # CONFIG_YOSEMITE is not set | ||
175 | # CONFIG_XILINX_VIRTEX440_GENERIC_BOARD is not set | ||
149 | CONFIG_440SPe=y | 176 | CONFIG_440SPe=y |
177 | # CONFIG_IPIC is not set | ||
150 | # CONFIG_MPIC is not set | 178 | # CONFIG_MPIC is not set |
151 | # CONFIG_MPIC_WEIRD is not set | 179 | # CONFIG_MPIC_WEIRD is not set |
152 | # CONFIG_PPC_I8259 is not set | 180 | # CONFIG_PPC_I8259 is not set |
@@ -157,7 +185,6 @@ CONFIG_440SPe=y | |||
157 | # CONFIG_PPC_INDIRECT_IO is not set | 185 | # CONFIG_PPC_INDIRECT_IO is not set |
158 | # CONFIG_GENERIC_IOMAP is not set | 186 | # CONFIG_GENERIC_IOMAP is not set |
159 | # CONFIG_CPU_FREQ is not set | 187 | # CONFIG_CPU_FREQ is not set |
160 | # CONFIG_CPM2 is not set | ||
161 | # CONFIG_FSL_ULI1575 is not set | 188 | # CONFIG_FSL_ULI1575 is not set |
162 | 189 | ||
163 | # | 190 | # |
@@ -173,13 +200,17 @@ CONFIG_HZ_250=y | |||
173 | # CONFIG_HZ_300 is not set | 200 | # CONFIG_HZ_300 is not set |
174 | # CONFIG_HZ_1000 is not set | 201 | # CONFIG_HZ_1000 is not set |
175 | CONFIG_HZ=250 | 202 | CONFIG_HZ=250 |
203 | # CONFIG_SCHED_HRTICK is not set | ||
176 | CONFIG_PREEMPT_NONE=y | 204 | CONFIG_PREEMPT_NONE=y |
177 | # CONFIG_PREEMPT_VOLUNTARY is not set | 205 | # CONFIG_PREEMPT_VOLUNTARY is not set |
178 | # CONFIG_PREEMPT is not set | 206 | # CONFIG_PREEMPT is not set |
179 | CONFIG_BINFMT_ELF=y | 207 | CONFIG_BINFMT_ELF=y |
180 | # CONFIG_BINFMT_MISC is not set | 208 | # CONFIG_BINFMT_MISC is not set |
181 | # CONFIG_MATH_EMULATION is not set | 209 | # CONFIG_MATH_EMULATION is not set |
210 | # CONFIG_IOMMU_HELPER is not set | ||
182 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y | 211 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y |
212 | CONFIG_ARCH_HAS_WALK_MEMORY=y | ||
213 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y | ||
183 | CONFIG_ARCH_FLATMEM_ENABLE=y | 214 | CONFIG_ARCH_FLATMEM_ENABLE=y |
184 | CONFIG_ARCH_POPULATES_NODE_MAP=y | 215 | CONFIG_ARCH_POPULATES_NODE_MAP=y |
185 | CONFIG_SELECT_MEMORY_MODEL=y | 216 | CONFIG_SELECT_MEMORY_MODEL=y |
@@ -190,17 +221,19 @@ CONFIG_FLATMEM=y | |||
190 | CONFIG_FLAT_NODE_MEM_MAP=y | 221 | CONFIG_FLAT_NODE_MEM_MAP=y |
191 | # CONFIG_SPARSEMEM_STATIC is not set | 222 | # CONFIG_SPARSEMEM_STATIC is not set |
192 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 223 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
224 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
193 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 225 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
226 | CONFIG_MIGRATION=y | ||
194 | CONFIG_RESOURCES_64BIT=y | 227 | CONFIG_RESOURCES_64BIT=y |
195 | CONFIG_ZONE_DMA_FLAG=1 | 228 | CONFIG_ZONE_DMA_FLAG=1 |
196 | CONFIG_BOUNCE=y | 229 | CONFIG_BOUNCE=y |
197 | CONFIG_VIRT_TO_BUS=y | 230 | CONFIG_VIRT_TO_BUS=y |
231 | CONFIG_FORCE_MAX_ZONEORDER=11 | ||
198 | CONFIG_PROC_DEVICETREE=y | 232 | CONFIG_PROC_DEVICETREE=y |
199 | CONFIG_CMDLINE_BOOL=y | 233 | CONFIG_CMDLINE_BOOL=y |
200 | CONFIG_CMDLINE="" | 234 | CONFIG_CMDLINE="" |
235 | CONFIG_EXTRA_TARGETS="" | ||
201 | CONFIG_SECCOMP=y | 236 | CONFIG_SECCOMP=y |
202 | CONFIG_WANT_DEVICE_TREE=y | ||
203 | CONFIG_DEVICE_TREE="katmai.dts" | ||
204 | CONFIG_ISA_DMA_API=y | 237 | CONFIG_ISA_DMA_API=y |
205 | 238 | ||
206 | # | 239 | # |
@@ -208,6 +241,8 @@ CONFIG_ISA_DMA_API=y | |||
208 | # | 241 | # |
209 | CONFIG_ZONE_DMA=y | 242 | CONFIG_ZONE_DMA=y |
210 | CONFIG_PPC_INDIRECT_PCI=y | 243 | CONFIG_PPC_INDIRECT_PCI=y |
244 | CONFIG_4xx_SOC=y | ||
245 | CONFIG_PPC_PCI_CHOICE=y | ||
211 | CONFIG_PCI=y | 246 | CONFIG_PCI=y |
212 | CONFIG_PCI_DOMAINS=y | 247 | CONFIG_PCI_DOMAINS=y |
213 | CONFIG_PCI_SYSCALL=y | 248 | CONFIG_PCI_SYSCALL=y |
@@ -218,6 +253,7 @@ CONFIG_PCI_LEGACY=y | |||
218 | # CONFIG_PCI_DEBUG is not set | 253 | # CONFIG_PCI_DEBUG is not set |
219 | # CONFIG_PCCARD is not set | 254 | # CONFIG_PCCARD is not set |
220 | # CONFIG_HOTPLUG_PCI is not set | 255 | # CONFIG_HOTPLUG_PCI is not set |
256 | # CONFIG_HAS_RAPIDIO is not set | ||
221 | 257 | ||
222 | # | 258 | # |
223 | # Advanced setup | 259 | # Advanced setup |
@@ -227,17 +263,13 @@ CONFIG_PCI_LEGACY=y | |||
227 | # | 263 | # |
228 | # Default settings for advanced configuration options are used | 264 | # Default settings for advanced configuration options are used |
229 | # | 265 | # |
230 | CONFIG_HIGHMEM_START=0xfe000000 | ||
231 | CONFIG_LOWMEM_SIZE=0x30000000 | 266 | CONFIG_LOWMEM_SIZE=0x30000000 |
267 | CONFIG_PAGE_OFFSET=0xc0000000 | ||
232 | CONFIG_KERNEL_START=0xc0000000 | 268 | CONFIG_KERNEL_START=0xc0000000 |
269 | CONFIG_PHYSICAL_START=0x00000000 | ||
233 | CONFIG_TASK_SIZE=0xc0000000 | 270 | CONFIG_TASK_SIZE=0xc0000000 |
234 | CONFIG_CONSISTENT_START=0xff100000 | 271 | CONFIG_CONSISTENT_START=0xff100000 |
235 | CONFIG_CONSISTENT_SIZE=0x00200000 | 272 | CONFIG_CONSISTENT_SIZE=0x00200000 |
236 | CONFIG_BOOT_LOAD=0x01000000 | ||
237 | |||
238 | # | ||
239 | # Networking | ||
240 | # | ||
241 | CONFIG_NET=y | 273 | CONFIG_NET=y |
242 | 274 | ||
243 | # | 275 | # |
@@ -275,8 +307,6 @@ CONFIG_TCP_CONG_CUBIC=y | |||
275 | CONFIG_DEFAULT_TCP_CONG="cubic" | 307 | CONFIG_DEFAULT_TCP_CONG="cubic" |
276 | # CONFIG_TCP_MD5SIG is not set | 308 | # CONFIG_TCP_MD5SIG is not set |
277 | # CONFIG_IPV6 is not set | 309 | # CONFIG_IPV6 is not set |
278 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
279 | # CONFIG_INET6_TUNNEL is not set | ||
280 | # CONFIG_NETWORK_SECMARK is not set | 310 | # CONFIG_NETWORK_SECMARK is not set |
281 | # CONFIG_NETFILTER is not set | 311 | # CONFIG_NETFILTER is not set |
282 | # CONFIG_IP_DCCP is not set | 312 | # CONFIG_IP_DCCP is not set |
@@ -300,6 +330,7 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
300 | # | 330 | # |
301 | # CONFIG_NET_PKTGEN is not set | 331 | # CONFIG_NET_PKTGEN is not set |
302 | # CONFIG_HAMRADIO is not set | 332 | # CONFIG_HAMRADIO is not set |
333 | # CONFIG_CAN is not set | ||
303 | # CONFIG_IRDA is not set | 334 | # CONFIG_IRDA is not set |
304 | # CONFIG_BT is not set | 335 | # CONFIG_BT is not set |
305 | # CONFIG_AF_RXRPC is not set | 336 | # CONFIG_AF_RXRPC is not set |
@@ -325,6 +356,8 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
325 | CONFIG_STANDALONE=y | 356 | CONFIG_STANDALONE=y |
326 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 357 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
327 | CONFIG_FW_LOADER=y | 358 | CONFIG_FW_LOADER=y |
359 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
360 | CONFIG_EXTRA_FIRMWARE="" | ||
328 | # CONFIG_DEBUG_DRIVER is not set | 361 | # CONFIG_DEBUG_DRIVER is not set |
329 | # CONFIG_DEBUG_DEVRES is not set | 362 | # CONFIG_DEBUG_DEVRES is not set |
330 | # CONFIG_SYS_HYPERVISOR is not set | 363 | # CONFIG_SYS_HYPERVISOR is not set |
@@ -346,15 +379,19 @@ CONFIG_BLK_DEV=y | |||
346 | CONFIG_BLK_DEV_RAM=y | 379 | CONFIG_BLK_DEV_RAM=y |
347 | CONFIG_BLK_DEV_RAM_COUNT=16 | 380 | CONFIG_BLK_DEV_RAM_COUNT=16 |
348 | CONFIG_BLK_DEV_RAM_SIZE=35000 | 381 | CONFIG_BLK_DEV_RAM_SIZE=35000 |
349 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | 382 | # CONFIG_BLK_DEV_XIP is not set |
350 | # CONFIG_CDROM_PKTCDVD is not set | 383 | # CONFIG_CDROM_PKTCDVD is not set |
351 | # CONFIG_ATA_OVER_ETH is not set | 384 | # CONFIG_ATA_OVER_ETH is not set |
352 | # CONFIG_XILINX_SYSACE is not set | 385 | # CONFIG_XILINX_SYSACE is not set |
386 | # CONFIG_BLK_DEV_HD is not set | ||
353 | CONFIG_MISC_DEVICES=y | 387 | CONFIG_MISC_DEVICES=y |
354 | # CONFIG_PHANTOM is not set | 388 | # CONFIG_PHANTOM is not set |
355 | # CONFIG_EEPROM_93CX6 is not set | 389 | # CONFIG_EEPROM_93CX6 is not set |
356 | # CONFIG_SGI_IOC4 is not set | 390 | # CONFIG_SGI_IOC4 is not set |
357 | # CONFIG_TIFM_CORE is not set | 391 | # CONFIG_TIFM_CORE is not set |
392 | # CONFIG_ENCLOSURE_SERVICES is not set | ||
393 | # CONFIG_HP_ILO is not set | ||
394 | CONFIG_HAVE_IDE=y | ||
358 | # CONFIG_IDE is not set | 395 | # CONFIG_IDE is not set |
359 | 396 | ||
360 | # | 397 | # |
@@ -371,6 +408,10 @@ CONFIG_MISC_DEVICES=y | |||
371 | # | 408 | # |
372 | # IEEE 1394 (FireWire) support | 409 | # IEEE 1394 (FireWire) support |
373 | # | 410 | # |
411 | |||
412 | # | ||
413 | # Enable only one of the two stacks, unless you know what you are doing | ||
414 | # | ||
374 | # CONFIG_FIREWIRE is not set | 415 | # CONFIG_FIREWIRE is not set |
375 | # CONFIG_IEEE1394 is not set | 416 | # CONFIG_IEEE1394 is not set |
376 | # CONFIG_I2O is not set | 417 | # CONFIG_I2O is not set |
@@ -378,14 +419,12 @@ CONFIG_MACINTOSH_DRIVERS=y | |||
378 | # CONFIG_MAC_EMUMOUSEBTN is not set | 419 | # CONFIG_MAC_EMUMOUSEBTN is not set |
379 | # CONFIG_WINDFARM is not set | 420 | # CONFIG_WINDFARM is not set |
380 | CONFIG_NETDEVICES=y | 421 | CONFIG_NETDEVICES=y |
381 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
382 | # CONFIG_DUMMY is not set | 422 | # CONFIG_DUMMY is not set |
383 | # CONFIG_BONDING is not set | 423 | # CONFIG_BONDING is not set |
384 | # CONFIG_MACVLAN is not set | 424 | # CONFIG_MACVLAN is not set |
385 | # CONFIG_EQUALIZER is not set | 425 | # CONFIG_EQUALIZER is not set |
386 | # CONFIG_TUN is not set | 426 | # CONFIG_TUN is not set |
387 | # CONFIG_VETH is not set | 427 | # CONFIG_VETH is not set |
388 | # CONFIG_IP1000 is not set | ||
389 | # CONFIG_ARCNET is not set | 428 | # CONFIG_ARCNET is not set |
390 | # CONFIG_PHYLIB is not set | 429 | # CONFIG_PHYLIB is not set |
391 | CONFIG_NET_ETHERNET=y | 430 | CONFIG_NET_ETHERNET=y |
@@ -414,6 +453,8 @@ CONFIG_NETDEV_1000=y | |||
414 | # CONFIG_DL2K is not set | 453 | # CONFIG_DL2K is not set |
415 | # CONFIG_E1000 is not set | 454 | # CONFIG_E1000 is not set |
416 | # CONFIG_E1000E is not set | 455 | # CONFIG_E1000E is not set |
456 | # CONFIG_IP1000 is not set | ||
457 | # CONFIG_IGB is not set | ||
417 | # CONFIG_NS83820 is not set | 458 | # CONFIG_NS83820 is not set |
418 | # CONFIG_HAMACHI is not set | 459 | # CONFIG_HAMACHI is not set |
419 | # CONFIG_YELLOWFIN is not set | 460 | # CONFIG_YELLOWFIN is not set |
@@ -421,12 +462,12 @@ CONFIG_NETDEV_1000=y | |||
421 | # CONFIG_SIS190 is not set | 462 | # CONFIG_SIS190 is not set |
422 | # CONFIG_SKGE is not set | 463 | # CONFIG_SKGE is not set |
423 | # CONFIG_SKY2 is not set | 464 | # CONFIG_SKY2 is not set |
424 | # CONFIG_SK98LIN is not set | ||
425 | # CONFIG_VIA_VELOCITY is not set | 465 | # CONFIG_VIA_VELOCITY is not set |
426 | # CONFIG_TIGON3 is not set | 466 | # CONFIG_TIGON3 is not set |
427 | # CONFIG_BNX2 is not set | 467 | # CONFIG_BNX2 is not set |
428 | # CONFIG_QLA3XXX is not set | 468 | # CONFIG_QLA3XXX is not set |
429 | # CONFIG_ATL1 is not set | 469 | # CONFIG_ATL1 is not set |
470 | # CONFIG_ATL1E is not set | ||
430 | CONFIG_NETDEV_10000=y | 471 | CONFIG_NETDEV_10000=y |
431 | # CONFIG_CHELSIO_T1 is not set | 472 | # CONFIG_CHELSIO_T1 is not set |
432 | # CONFIG_CHELSIO_T3 is not set | 473 | # CONFIG_CHELSIO_T3 is not set |
@@ -438,6 +479,8 @@ CONFIG_NETDEV_10000=y | |||
438 | # CONFIG_NIU is not set | 479 | # CONFIG_NIU is not set |
439 | # CONFIG_MLX4_CORE is not set | 480 | # CONFIG_MLX4_CORE is not set |
440 | # CONFIG_TEHUTI is not set | 481 | # CONFIG_TEHUTI is not set |
482 | # CONFIG_BNX2X is not set | ||
483 | # CONFIG_SFC is not set | ||
441 | # CONFIG_TR is not set | 484 | # CONFIG_TR is not set |
442 | 485 | ||
443 | # | 486 | # |
@@ -445,12 +488,12 @@ CONFIG_NETDEV_10000=y | |||
445 | # | 488 | # |
446 | # CONFIG_WLAN_PRE80211 is not set | 489 | # CONFIG_WLAN_PRE80211 is not set |
447 | # CONFIG_WLAN_80211 is not set | 490 | # CONFIG_WLAN_80211 is not set |
491 | # CONFIG_IWLWIFI_LEDS is not set | ||
448 | # CONFIG_WAN is not set | 492 | # CONFIG_WAN is not set |
449 | # CONFIG_FDDI is not set | 493 | # CONFIG_FDDI is not set |
450 | # CONFIG_HIPPI is not set | 494 | # CONFIG_HIPPI is not set |
451 | # CONFIG_PPP is not set | 495 | # CONFIG_PPP is not set |
452 | # CONFIG_SLIP is not set | 496 | # CONFIG_SLIP is not set |
453 | # CONFIG_SHAPER is not set | ||
454 | # CONFIG_NETCONSOLE is not set | 497 | # CONFIG_NETCONSOLE is not set |
455 | # CONFIG_NETPOLL is not set | 498 | # CONFIG_NETPOLL is not set |
456 | # CONFIG_NET_POLL_CONTROLLER is not set | 499 | # CONFIG_NET_POLL_CONTROLLER is not set |
@@ -472,7 +515,9 @@ CONFIG_NETDEV_10000=y | |||
472 | # Character devices | 515 | # Character devices |
473 | # | 516 | # |
474 | # CONFIG_VT is not set | 517 | # CONFIG_VT is not set |
518 | CONFIG_DEVKMEM=y | ||
475 | # CONFIG_SERIAL_NONSTANDARD is not set | 519 | # CONFIG_SERIAL_NONSTANDARD is not set |
520 | # CONFIG_NOZOMI is not set | ||
476 | 521 | ||
477 | # | 522 | # |
478 | # Serial drivers | 523 | # Serial drivers |
@@ -509,15 +554,14 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
509 | # CONFIG_TCG_TPM is not set | 554 | # CONFIG_TCG_TPM is not set |
510 | CONFIG_DEVPORT=y | 555 | CONFIG_DEVPORT=y |
511 | # CONFIG_I2C is not set | 556 | # CONFIG_I2C is not set |
512 | |||
513 | # | ||
514 | # SPI support | ||
515 | # | ||
516 | # CONFIG_SPI is not set | 557 | # CONFIG_SPI is not set |
517 | # CONFIG_SPI_MASTER is not set | 558 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y |
559 | # CONFIG_GPIOLIB is not set | ||
518 | # CONFIG_W1 is not set | 560 | # CONFIG_W1 is not set |
519 | # CONFIG_POWER_SUPPLY is not set | 561 | # CONFIG_POWER_SUPPLY is not set |
520 | # CONFIG_HWMON is not set | 562 | # CONFIG_HWMON is not set |
563 | # CONFIG_THERMAL is not set | ||
564 | # CONFIG_THERMAL_HWMON is not set | ||
521 | # CONFIG_WATCHDOG is not set | 565 | # CONFIG_WATCHDOG is not set |
522 | 566 | ||
523 | # | 567 | # |
@@ -529,13 +573,24 @@ CONFIG_SSB_POSSIBLE=y | |||
529 | # | 573 | # |
530 | # Multifunction device drivers | 574 | # Multifunction device drivers |
531 | # | 575 | # |
576 | # CONFIG_MFD_CORE is not set | ||
532 | # CONFIG_MFD_SM501 is not set | 577 | # CONFIG_MFD_SM501 is not set |
578 | # CONFIG_HTC_PASIC3 is not set | ||
533 | 579 | ||
534 | # | 580 | # |
535 | # Multimedia devices | 581 | # Multimedia devices |
536 | # | 582 | # |
583 | |||
584 | # | ||
585 | # Multimedia core support | ||
586 | # | ||
537 | # CONFIG_VIDEO_DEV is not set | 587 | # CONFIG_VIDEO_DEV is not set |
538 | # CONFIG_DVB_CORE is not set | 588 | # CONFIG_DVB_CORE is not set |
589 | # CONFIG_VIDEO_MEDIA is not set | ||
590 | |||
591 | # | ||
592 | # Multimedia drivers | ||
593 | # | ||
539 | CONFIG_DAB=y | 594 | CONFIG_DAB=y |
540 | 595 | ||
541 | # | 596 | # |
@@ -552,34 +607,27 @@ CONFIG_VIDEO_OUTPUT_CONTROL=m | |||
552 | # Display device support | 607 | # Display device support |
553 | # | 608 | # |
554 | # CONFIG_DISPLAY_SUPPORT is not set | 609 | # CONFIG_DISPLAY_SUPPORT is not set |
555 | |||
556 | # | ||
557 | # Sound | ||
558 | # | ||
559 | # CONFIG_SOUND is not set | 610 | # CONFIG_SOUND is not set |
560 | CONFIG_USB_SUPPORT=y | 611 | CONFIG_USB_SUPPORT=y |
561 | CONFIG_USB_ARCH_HAS_HCD=y | 612 | CONFIG_USB_ARCH_HAS_HCD=y |
562 | CONFIG_USB_ARCH_HAS_OHCI=y | 613 | CONFIG_USB_ARCH_HAS_OHCI=y |
563 | CONFIG_USB_ARCH_HAS_EHCI=y | 614 | CONFIG_USB_ARCH_HAS_EHCI=y |
564 | # CONFIG_USB is not set | 615 | # CONFIG_USB is not set |
616 | # CONFIG_USB_OTG_WHITELIST is not set | ||
617 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | ||
565 | 618 | ||
566 | # | 619 | # |
567 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 620 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
568 | # | 621 | # |
569 | |||
570 | # | ||
571 | # USB Gadget Support | ||
572 | # | ||
573 | # CONFIG_USB_GADGET is not set | 622 | # CONFIG_USB_GADGET is not set |
574 | # CONFIG_MMC is not set | 623 | # CONFIG_MMC is not set |
624 | # CONFIG_MEMSTICK is not set | ||
575 | # CONFIG_NEW_LEDS is not set | 625 | # CONFIG_NEW_LEDS is not set |
626 | # CONFIG_ACCESSIBILITY is not set | ||
576 | # CONFIG_INFINIBAND is not set | 627 | # CONFIG_INFINIBAND is not set |
577 | # CONFIG_EDAC is not set | 628 | # CONFIG_EDAC is not set |
578 | # CONFIG_RTC_CLASS is not set | 629 | # CONFIG_RTC_CLASS is not set |
579 | 630 | # CONFIG_DMADEVICES is not set | |
580 | # | ||
581 | # Userspace I/O | ||
582 | # | ||
583 | # CONFIG_UIO is not set | 631 | # CONFIG_UIO is not set |
584 | 632 | ||
585 | # | 633 | # |
@@ -594,14 +642,11 @@ CONFIG_EXT2_FS=y | |||
594 | # CONFIG_JFS_FS is not set | 642 | # CONFIG_JFS_FS is not set |
595 | # CONFIG_FS_POSIX_ACL is not set | 643 | # CONFIG_FS_POSIX_ACL is not set |
596 | # CONFIG_XFS_FS is not set | 644 | # CONFIG_XFS_FS is not set |
597 | # CONFIG_GFS2_FS is not set | ||
598 | # CONFIG_OCFS2_FS is not set | 645 | # CONFIG_OCFS2_FS is not set |
599 | # CONFIG_MINIX_FS is not set | 646 | CONFIG_DNOTIFY=y |
600 | # CONFIG_ROMFS_FS is not set | ||
601 | CONFIG_INOTIFY=y | 647 | CONFIG_INOTIFY=y |
602 | CONFIG_INOTIFY_USER=y | 648 | CONFIG_INOTIFY_USER=y |
603 | # CONFIG_QUOTA is not set | 649 | # CONFIG_QUOTA is not set |
604 | CONFIG_DNOTIFY=y | ||
605 | # CONFIG_AUTOFS_FS is not set | 650 | # CONFIG_AUTOFS_FS is not set |
606 | # CONFIG_AUTOFS4_FS is not set | 651 | # CONFIG_AUTOFS4_FS is not set |
607 | # CONFIG_FUSE_FS is not set | 652 | # CONFIG_FUSE_FS is not set |
@@ -643,8 +688,11 @@ CONFIG_TMPFS=y | |||
643 | # CONFIG_EFS_FS is not set | 688 | # CONFIG_EFS_FS is not set |
644 | CONFIG_CRAMFS=y | 689 | CONFIG_CRAMFS=y |
645 | # CONFIG_VXFS_FS is not set | 690 | # CONFIG_VXFS_FS is not set |
691 | # CONFIG_MINIX_FS is not set | ||
692 | # CONFIG_OMFS_FS is not set | ||
646 | # CONFIG_HPFS_FS is not set | 693 | # CONFIG_HPFS_FS is not set |
647 | # CONFIG_QNX4FS_FS is not set | 694 | # CONFIG_QNX4FS_FS is not set |
695 | # CONFIG_ROMFS_FS is not set | ||
648 | # CONFIG_SYSV_FS is not set | 696 | # CONFIG_SYSV_FS is not set |
649 | # CONFIG_UFS_FS is not set | 697 | # CONFIG_UFS_FS is not set |
650 | CONFIG_NETWORK_FILESYSTEMS=y | 698 | CONFIG_NETWORK_FILESYSTEMS=y |
@@ -652,14 +700,12 @@ CONFIG_NFS_FS=y | |||
652 | CONFIG_NFS_V3=y | 700 | CONFIG_NFS_V3=y |
653 | # CONFIG_NFS_V3_ACL is not set | 701 | # CONFIG_NFS_V3_ACL is not set |
654 | # CONFIG_NFS_V4 is not set | 702 | # CONFIG_NFS_V4 is not set |
655 | # CONFIG_NFS_DIRECTIO is not set | ||
656 | # CONFIG_NFSD is not set | ||
657 | CONFIG_ROOT_NFS=y | 703 | CONFIG_ROOT_NFS=y |
704 | # CONFIG_NFSD is not set | ||
658 | CONFIG_LOCKD=y | 705 | CONFIG_LOCKD=y |
659 | CONFIG_LOCKD_V4=y | 706 | CONFIG_LOCKD_V4=y |
660 | CONFIG_NFS_COMMON=y | 707 | CONFIG_NFS_COMMON=y |
661 | CONFIG_SUNRPC=y | 708 | CONFIG_SUNRPC=y |
662 | # CONFIG_SUNRPC_BIND34 is not set | ||
663 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 709 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
664 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 710 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
665 | # CONFIG_SMB_FS is not set | 711 | # CONFIG_SMB_FS is not set |
@@ -675,14 +721,15 @@ CONFIG_SUNRPC=y | |||
675 | CONFIG_MSDOS_PARTITION=y | 721 | CONFIG_MSDOS_PARTITION=y |
676 | # CONFIG_NLS is not set | 722 | # CONFIG_NLS is not set |
677 | # CONFIG_DLM is not set | 723 | # CONFIG_DLM is not set |
678 | # CONFIG_UCC_SLOW is not set | ||
679 | 724 | ||
680 | # | 725 | # |
681 | # Library routines | 726 | # Library routines |
682 | # | 727 | # |
683 | CONFIG_BITREVERSE=y | 728 | CONFIG_BITREVERSE=y |
729 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
684 | # CONFIG_CRC_CCITT is not set | 730 | # CONFIG_CRC_CCITT is not set |
685 | # CONFIG_CRC16 is not set | 731 | # CONFIG_CRC16 is not set |
732 | # CONFIG_CRC_T10DIF is not set | ||
686 | # CONFIG_CRC_ITU_T is not set | 733 | # CONFIG_CRC_ITU_T is not set |
687 | CONFIG_CRC32=y | 734 | CONFIG_CRC32=y |
688 | # CONFIG_CRC7 is not set | 735 | # CONFIG_CRC7 is not set |
@@ -692,10 +739,7 @@ CONFIG_PLIST=y | |||
692 | CONFIG_HAS_IOMEM=y | 739 | CONFIG_HAS_IOMEM=y |
693 | CONFIG_HAS_IOPORT=y | 740 | CONFIG_HAS_IOPORT=y |
694 | CONFIG_HAS_DMA=y | 741 | CONFIG_HAS_DMA=y |
695 | CONFIG_INSTRUMENTATION=y | 742 | CONFIG_HAVE_LMB=y |
696 | # CONFIG_PROFILING is not set | ||
697 | # CONFIG_KPROBES is not set | ||
698 | # CONFIG_MARKERS is not set | ||
699 | 743 | ||
700 | # | 744 | # |
701 | # Kernel hacking | 745 | # Kernel hacking |
@@ -703,6 +747,7 @@ CONFIG_INSTRUMENTATION=y | |||
703 | # CONFIG_PRINTK_TIME is not set | 747 | # CONFIG_PRINTK_TIME is not set |
704 | CONFIG_ENABLE_WARN_DEPRECATED=y | 748 | CONFIG_ENABLE_WARN_DEPRECATED=y |
705 | CONFIG_ENABLE_MUST_CHECK=y | 749 | CONFIG_ENABLE_MUST_CHECK=y |
750 | CONFIG_FRAME_WARN=1024 | ||
706 | CONFIG_MAGIC_SYSRQ=y | 751 | CONFIG_MAGIC_SYSRQ=y |
707 | # CONFIG_UNUSED_SYMBOLS is not set | 752 | # CONFIG_UNUSED_SYMBOLS is not set |
708 | # CONFIG_DEBUG_FS is not set | 753 | # CONFIG_DEBUG_FS is not set |
@@ -710,10 +755,14 @@ CONFIG_MAGIC_SYSRQ=y | |||
710 | CONFIG_DEBUG_KERNEL=y | 755 | CONFIG_DEBUG_KERNEL=y |
711 | # CONFIG_DEBUG_SHIRQ is not set | 756 | # CONFIG_DEBUG_SHIRQ is not set |
712 | CONFIG_DETECT_SOFTLOCKUP=y | 757 | CONFIG_DETECT_SOFTLOCKUP=y |
758 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
759 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
713 | CONFIG_SCHED_DEBUG=y | 760 | CONFIG_SCHED_DEBUG=y |
714 | # CONFIG_SCHEDSTATS is not set | 761 | # CONFIG_SCHEDSTATS is not set |
715 | # CONFIG_TIMER_STATS is not set | 762 | # CONFIG_TIMER_STATS is not set |
763 | # CONFIG_DEBUG_OBJECTS is not set | ||
716 | # CONFIG_SLUB_DEBUG_ON is not set | 764 | # CONFIG_SLUB_DEBUG_ON is not set |
765 | # CONFIG_SLUB_STATS is not set | ||
717 | # CONFIG_DEBUG_RT_MUTEXES is not set | 766 | # CONFIG_DEBUG_RT_MUTEXES is not set |
718 | # CONFIG_RT_MUTEX_TESTER is not set | 767 | # CONFIG_RT_MUTEX_TESTER is not set |
719 | # CONFIG_DEBUG_SPINLOCK is not set | 768 | # CONFIG_DEBUG_SPINLOCK is not set |
@@ -724,19 +773,30 @@ CONFIG_SCHED_DEBUG=y | |||
724 | # CONFIG_DEBUG_BUGVERBOSE is not set | 773 | # CONFIG_DEBUG_BUGVERBOSE is not set |
725 | # CONFIG_DEBUG_INFO is not set | 774 | # CONFIG_DEBUG_INFO is not set |
726 | # CONFIG_DEBUG_VM is not set | 775 | # CONFIG_DEBUG_VM is not set |
776 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
777 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
727 | # CONFIG_DEBUG_LIST is not set | 778 | # CONFIG_DEBUG_LIST is not set |
728 | # CONFIG_DEBUG_SG is not set | 779 | # CONFIG_DEBUG_SG is not set |
729 | CONFIG_FORCED_INLINING=y | ||
730 | # CONFIG_BOOT_PRINTK_DELAY is not set | 780 | # CONFIG_BOOT_PRINTK_DELAY is not set |
731 | # CONFIG_RCU_TORTURE_TEST is not set | 781 | # CONFIG_RCU_TORTURE_TEST is not set |
782 | # CONFIG_BACKTRACE_SELF_TEST is not set | ||
732 | # CONFIG_FAULT_INJECTION is not set | 783 | # CONFIG_FAULT_INJECTION is not set |
784 | # CONFIG_LATENCYTOP is not set | ||
785 | CONFIG_HAVE_FTRACE=y | ||
786 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
787 | # CONFIG_FTRACE is not set | ||
788 | # CONFIG_SCHED_TRACER is not set | ||
789 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
733 | # CONFIG_SAMPLES is not set | 790 | # CONFIG_SAMPLES is not set |
791 | CONFIG_HAVE_ARCH_KGDB=y | ||
792 | # CONFIG_KGDB is not set | ||
734 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 793 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
735 | # CONFIG_DEBUG_STACK_USAGE is not set | 794 | # CONFIG_DEBUG_STACK_USAGE is not set |
736 | # CONFIG_DEBUG_PAGEALLOC is not set | 795 | # CONFIG_DEBUG_PAGEALLOC is not set |
737 | CONFIG_DEBUGGER=y | 796 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
738 | # CONFIG_KGDB is not set | 797 | # CONFIG_FTR_FIXUP_SELFTEST is not set |
739 | # CONFIG_XMON is not set | 798 | # CONFIG_XMON is not set |
799 | # CONFIG_IRQSTACKS is not set | ||
740 | # CONFIG_BDI_SWITCH is not set | 800 | # CONFIG_BDI_SWITCH is not set |
741 | # CONFIG_PPC_EARLY_DEBUG is not set | 801 | # CONFIG_PPC_EARLY_DEBUG is not set |
742 | 802 | ||
@@ -747,44 +807,85 @@ CONFIG_DEBUGGER=y | |||
747 | # CONFIG_SECURITY is not set | 807 | # CONFIG_SECURITY is not set |
748 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 808 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
749 | CONFIG_CRYPTO=y | 809 | CONFIG_CRYPTO=y |
810 | |||
811 | # | ||
812 | # Crypto core or helper | ||
813 | # | ||
750 | CONFIG_CRYPTO_ALGAPI=y | 814 | CONFIG_CRYPTO_ALGAPI=y |
751 | CONFIG_CRYPTO_BLKCIPHER=y | 815 | CONFIG_CRYPTO_BLKCIPHER=y |
752 | CONFIG_CRYPTO_MANAGER=y | 816 | CONFIG_CRYPTO_MANAGER=y |
817 | # CONFIG_CRYPTO_GF128MUL is not set | ||
818 | # CONFIG_CRYPTO_NULL is not set | ||
819 | # CONFIG_CRYPTO_CRYPTD is not set | ||
820 | # CONFIG_CRYPTO_AUTHENC is not set | ||
821 | # CONFIG_CRYPTO_TEST is not set | ||
822 | |||
823 | # | ||
824 | # Authenticated Encryption with Associated Data | ||
825 | # | ||
826 | # CONFIG_CRYPTO_CCM is not set | ||
827 | # CONFIG_CRYPTO_GCM is not set | ||
828 | # CONFIG_CRYPTO_SEQIV is not set | ||
829 | |||
830 | # | ||
831 | # Block modes | ||
832 | # | ||
833 | CONFIG_CRYPTO_CBC=y | ||
834 | # CONFIG_CRYPTO_CTR is not set | ||
835 | # CONFIG_CRYPTO_CTS is not set | ||
836 | CONFIG_CRYPTO_ECB=y | ||
837 | # CONFIG_CRYPTO_LRW is not set | ||
838 | CONFIG_CRYPTO_PCBC=y | ||
839 | # CONFIG_CRYPTO_XTS is not set | ||
840 | |||
841 | # | ||
842 | # Hash modes | ||
843 | # | ||
753 | # CONFIG_CRYPTO_HMAC is not set | 844 | # CONFIG_CRYPTO_HMAC is not set |
754 | # CONFIG_CRYPTO_XCBC is not set | 845 | # CONFIG_CRYPTO_XCBC is not set |
755 | # CONFIG_CRYPTO_NULL is not set | 846 | |
847 | # | ||
848 | # Digest | ||
849 | # | ||
850 | # CONFIG_CRYPTO_CRC32C is not set | ||
756 | # CONFIG_CRYPTO_MD4 is not set | 851 | # CONFIG_CRYPTO_MD4 is not set |
757 | CONFIG_CRYPTO_MD5=y | 852 | CONFIG_CRYPTO_MD5=y |
853 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
854 | # CONFIG_CRYPTO_RMD128 is not set | ||
855 | # CONFIG_CRYPTO_RMD160 is not set | ||
856 | # CONFIG_CRYPTO_RMD256 is not set | ||
857 | # CONFIG_CRYPTO_RMD320 is not set | ||
758 | # CONFIG_CRYPTO_SHA1 is not set | 858 | # CONFIG_CRYPTO_SHA1 is not set |
759 | # CONFIG_CRYPTO_SHA256 is not set | 859 | # CONFIG_CRYPTO_SHA256 is not set |
760 | # CONFIG_CRYPTO_SHA512 is not set | 860 | # CONFIG_CRYPTO_SHA512 is not set |
761 | # CONFIG_CRYPTO_WP512 is not set | ||
762 | # CONFIG_CRYPTO_TGR192 is not set | 861 | # CONFIG_CRYPTO_TGR192 is not set |
763 | # CONFIG_CRYPTO_GF128MUL is not set | 862 | # CONFIG_CRYPTO_WP512 is not set |
764 | CONFIG_CRYPTO_ECB=y | 863 | |
765 | CONFIG_CRYPTO_CBC=y | 864 | # |
766 | CONFIG_CRYPTO_PCBC=y | 865 | # Ciphers |
767 | # CONFIG_CRYPTO_LRW is not set | 866 | # |
768 | # CONFIG_CRYPTO_XTS is not set | ||
769 | # CONFIG_CRYPTO_CRYPTD is not set | ||
770 | CONFIG_CRYPTO_DES=y | ||
771 | # CONFIG_CRYPTO_FCRYPT is not set | ||
772 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
773 | # CONFIG_CRYPTO_TWOFISH is not set | ||
774 | # CONFIG_CRYPTO_SERPENT is not set | ||
775 | # CONFIG_CRYPTO_AES is not set | 867 | # CONFIG_CRYPTO_AES is not set |
868 | # CONFIG_CRYPTO_ANUBIS is not set | ||
869 | # CONFIG_CRYPTO_ARC4 is not set | ||
870 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
871 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
776 | # CONFIG_CRYPTO_CAST5 is not set | 872 | # CONFIG_CRYPTO_CAST5 is not set |
777 | # CONFIG_CRYPTO_CAST6 is not set | 873 | # CONFIG_CRYPTO_CAST6 is not set |
778 | # CONFIG_CRYPTO_TEA is not set | 874 | CONFIG_CRYPTO_DES=y |
779 | # CONFIG_CRYPTO_ARC4 is not set | 875 | # CONFIG_CRYPTO_FCRYPT is not set |
780 | # CONFIG_CRYPTO_KHAZAD is not set | 876 | # CONFIG_CRYPTO_KHAZAD is not set |
781 | # CONFIG_CRYPTO_ANUBIS is not set | 877 | # CONFIG_CRYPTO_SALSA20 is not set |
782 | # CONFIG_CRYPTO_SEED is not set | 878 | # CONFIG_CRYPTO_SEED is not set |
879 | # CONFIG_CRYPTO_SERPENT is not set | ||
880 | # CONFIG_CRYPTO_TEA is not set | ||
881 | # CONFIG_CRYPTO_TWOFISH is not set | ||
882 | |||
883 | # | ||
884 | # Compression | ||
885 | # | ||
783 | # CONFIG_CRYPTO_DEFLATE is not set | 886 | # CONFIG_CRYPTO_DEFLATE is not set |
784 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 887 | # CONFIG_CRYPTO_LZO is not set |
785 | # CONFIG_CRYPTO_CRC32C is not set | ||
786 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
787 | # CONFIG_CRYPTO_TEST is not set | ||
788 | # CONFIG_CRYPTO_AUTHENC is not set | ||
789 | CONFIG_CRYPTO_HW=y | 888 | CONFIG_CRYPTO_HW=y |
889 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | ||
790 | # CONFIG_PPC_CLOCK is not set | 890 | # CONFIG_PPC_CLOCK is not set |
891 | # CONFIG_VIRTUALIZATION is not set | ||
diff --git a/arch/powerpc/configs/44x/rainier_defconfig b/arch/powerpc/configs/44x/rainier_defconfig index dec18ca73519..0479648a9141 100644 --- a/arch/powerpc/configs/44x/rainier_defconfig +++ b/arch/powerpc/configs/44x/rainier_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.25-rc2 | 3 | # Linux kernel version: 2.6.27-rc1 |
4 | # Fri Feb 15 21:53:10 2008 | 4 | # Tue Aug 5 09:09:35 2008 |
5 | # | 5 | # |
6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
7 | 7 | ||
@@ -29,8 +29,12 @@ CONFIG_GENERIC_TIME=y | |||
29 | CONFIG_GENERIC_TIME_VSYSCALL=y | 29 | CONFIG_GENERIC_TIME_VSYSCALL=y |
30 | CONFIG_GENERIC_CLOCKEVENTS=y | 30 | CONFIG_GENERIC_CLOCKEVENTS=y |
31 | CONFIG_GENERIC_HARDIRQS=y | 31 | CONFIG_GENERIC_HARDIRQS=y |
32 | # CONFIG_HAVE_GET_USER_PAGES_FAST is not set | ||
32 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | 33 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set |
33 | CONFIG_IRQ_PER_CPU=y | 34 | CONFIG_IRQ_PER_CPU=y |
35 | CONFIG_STACKTRACE_SUPPORT=y | ||
36 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
37 | CONFIG_LOCKDEP_SUPPORT=y | ||
34 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 38 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
35 | CONFIG_ARCH_HAS_ILOG2_U32=y | 39 | CONFIG_ARCH_HAS_ILOG2_U32=y |
36 | CONFIG_GENERIC_HWEIGHT=y | 40 | CONFIG_GENERIC_HWEIGHT=y |
@@ -78,6 +82,7 @@ CONFIG_FAIR_GROUP_SCHED=y | |||
78 | CONFIG_USER_SCHED=y | 82 | CONFIG_USER_SCHED=y |
79 | # CONFIG_CGROUP_SCHED is not set | 83 | # CONFIG_CGROUP_SCHED is not set |
80 | CONFIG_SYSFS_DEPRECATED=y | 84 | CONFIG_SYSFS_DEPRECATED=y |
85 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
81 | # CONFIG_RELAY is not set | 86 | # CONFIG_RELAY is not set |
82 | # CONFIG_NAMESPACES is not set | 87 | # CONFIG_NAMESPACES is not set |
83 | CONFIG_BLK_DEV_INITRD=y | 88 | CONFIG_BLK_DEV_INITRD=y |
@@ -86,6 +91,7 @@ CONFIG_INITRAMFS_SOURCE="" | |||
86 | CONFIG_SYSCTL=y | 91 | CONFIG_SYSCTL=y |
87 | CONFIG_EMBEDDED=y | 92 | CONFIG_EMBEDDED=y |
88 | CONFIG_SYSCTL_SYSCALL=y | 93 | CONFIG_SYSCTL_SYSCALL=y |
94 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
89 | CONFIG_KALLSYMS=y | 95 | CONFIG_KALLSYMS=y |
90 | # CONFIG_KALLSYMS_ALL is not set | 96 | # CONFIG_KALLSYMS_ALL is not set |
91 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 97 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
@@ -111,13 +117,22 @@ CONFIG_SLUB=y | |||
111 | # CONFIG_MARKERS is not set | 117 | # CONFIG_MARKERS is not set |
112 | CONFIG_HAVE_OPROFILE=y | 118 | CONFIG_HAVE_OPROFILE=y |
113 | # CONFIG_KPROBES is not set | 119 | # CONFIG_KPROBES is not set |
120 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
121 | CONFIG_HAVE_IOREMAP_PROT=y | ||
114 | CONFIG_HAVE_KPROBES=y | 122 | CONFIG_HAVE_KPROBES=y |
123 | CONFIG_HAVE_KRETPROBES=y | ||
124 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
125 | # CONFIG_HAVE_DMA_ATTRS is not set | ||
126 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
127 | # CONFIG_HAVE_CLK is not set | ||
115 | CONFIG_PROC_PAGE_MONITOR=y | 128 | CONFIG_PROC_PAGE_MONITOR=y |
129 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
116 | CONFIG_SLABINFO=y | 130 | CONFIG_SLABINFO=y |
117 | CONFIG_RT_MUTEXES=y | 131 | CONFIG_RT_MUTEXES=y |
118 | # CONFIG_TINY_SHMEM is not set | 132 | # CONFIG_TINY_SHMEM is not set |
119 | CONFIG_BASE_SMALL=0 | 133 | CONFIG_BASE_SMALL=0 |
120 | CONFIG_MODULES=y | 134 | CONFIG_MODULES=y |
135 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
121 | CONFIG_MODULE_UNLOAD=y | 136 | CONFIG_MODULE_UNLOAD=y |
122 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 137 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
123 | # CONFIG_MODVERSIONS is not set | 138 | # CONFIG_MODVERSIONS is not set |
@@ -128,6 +143,7 @@ CONFIG_LBD=y | |||
128 | # CONFIG_BLK_DEV_IO_TRACE is not set | 143 | # CONFIG_BLK_DEV_IO_TRACE is not set |
129 | # CONFIG_LSF is not set | 144 | # CONFIG_LSF is not set |
130 | # CONFIG_BLK_DEV_BSG is not set | 145 | # CONFIG_BLK_DEV_BSG is not set |
146 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
131 | 147 | ||
132 | # | 148 | # |
133 | # IO Schedulers | 149 | # IO Schedulers |
@@ -142,24 +158,25 @@ CONFIG_DEFAULT_AS=y | |||
142 | # CONFIG_DEFAULT_NOOP is not set | 158 | # CONFIG_DEFAULT_NOOP is not set |
143 | CONFIG_DEFAULT_IOSCHED="anticipatory" | 159 | CONFIG_DEFAULT_IOSCHED="anticipatory" |
144 | CONFIG_CLASSIC_RCU=y | 160 | CONFIG_CLASSIC_RCU=y |
145 | # CONFIG_PREEMPT_RCU is not set | ||
146 | # CONFIG_PPC4xx_PCI_EXPRESS is not set | 161 | # CONFIG_PPC4xx_PCI_EXPRESS is not set |
147 | 162 | ||
148 | # | 163 | # |
149 | # Platform support | 164 | # Platform support |
150 | # | 165 | # |
151 | # CONFIG_PPC_MPC512x is not set | ||
152 | # CONFIG_PPC_MPC5121 is not set | ||
153 | # CONFIG_PPC_CELL is not set | 166 | # CONFIG_PPC_CELL is not set |
154 | # CONFIG_PPC_CELL_NATIVE is not set | 167 | # CONFIG_PPC_CELL_NATIVE is not set |
155 | # CONFIG_PQ2ADS is not set | 168 | # CONFIG_PQ2ADS is not set |
156 | # CONFIG_BAMBOO is not set | 169 | # CONFIG_BAMBOO is not set |
157 | # CONFIG_EBONY is not set | 170 | # CONFIG_EBONY is not set |
171 | # CONFIG_SAM440EP is not set | ||
158 | # CONFIG_SEQUOIA is not set | 172 | # CONFIG_SEQUOIA is not set |
159 | # CONFIG_TAISHAN is not set | 173 | # CONFIG_TAISHAN is not set |
160 | # CONFIG_KATMAI is not set | 174 | # CONFIG_KATMAI is not set |
161 | CONFIG_RAINIER=y | 175 | CONFIG_RAINIER=y |
162 | # CONFIG_WARP is not set | 176 | # CONFIG_WARP is not set |
177 | # CONFIG_CANYONLANDS is not set | ||
178 | # CONFIG_YOSEMITE is not set | ||
179 | # CONFIG_XILINX_VIRTEX440_GENERIC_BOARD is not set | ||
163 | CONFIG_440GRX=y | 180 | CONFIG_440GRX=y |
164 | # CONFIG_IPIC is not set | 181 | # CONFIG_IPIC is not set |
165 | # CONFIG_MPIC is not set | 182 | # CONFIG_MPIC is not set |
@@ -191,7 +208,6 @@ CONFIG_HZ=250 | |||
191 | CONFIG_PREEMPT_NONE=y | 208 | CONFIG_PREEMPT_NONE=y |
192 | # CONFIG_PREEMPT_VOLUNTARY is not set | 209 | # CONFIG_PREEMPT_VOLUNTARY is not set |
193 | # CONFIG_PREEMPT is not set | 210 | # CONFIG_PREEMPT is not set |
194 | CONFIG_RCU_TRACE=y | ||
195 | CONFIG_BINFMT_ELF=y | 211 | CONFIG_BINFMT_ELF=y |
196 | # CONFIG_BINFMT_MISC is not set | 212 | # CONFIG_BINFMT_MISC is not set |
197 | CONFIG_MATH_EMULATION=y | 213 | CONFIG_MATH_EMULATION=y |
@@ -209,14 +225,18 @@ CONFIG_FLATMEM=y | |||
209 | CONFIG_FLAT_NODE_MEM_MAP=y | 225 | CONFIG_FLAT_NODE_MEM_MAP=y |
210 | # CONFIG_SPARSEMEM_STATIC is not set | 226 | # CONFIG_SPARSEMEM_STATIC is not set |
211 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 227 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
228 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
212 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 229 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
230 | CONFIG_MIGRATION=y | ||
213 | CONFIG_RESOURCES_64BIT=y | 231 | CONFIG_RESOURCES_64BIT=y |
214 | CONFIG_ZONE_DMA_FLAG=1 | 232 | CONFIG_ZONE_DMA_FLAG=1 |
215 | CONFIG_BOUNCE=y | 233 | CONFIG_BOUNCE=y |
216 | CONFIG_VIRT_TO_BUS=y | 234 | CONFIG_VIRT_TO_BUS=y |
235 | CONFIG_FORCE_MAX_ZONEORDER=11 | ||
217 | CONFIG_PROC_DEVICETREE=y | 236 | CONFIG_PROC_DEVICETREE=y |
218 | CONFIG_CMDLINE_BOOL=y | 237 | CONFIG_CMDLINE_BOOL=y |
219 | CONFIG_CMDLINE="" | 238 | CONFIG_CMDLINE="" |
239 | CONFIG_EXTRA_TARGETS="" | ||
220 | CONFIG_SECCOMP=y | 240 | CONFIG_SECCOMP=y |
221 | CONFIG_ISA_DMA_API=y | 241 | CONFIG_ISA_DMA_API=y |
222 | 242 | ||
@@ -225,6 +245,8 @@ CONFIG_ISA_DMA_API=y | |||
225 | # | 245 | # |
226 | CONFIG_ZONE_DMA=y | 246 | CONFIG_ZONE_DMA=y |
227 | CONFIG_PPC_INDIRECT_PCI=y | 247 | CONFIG_PPC_INDIRECT_PCI=y |
248 | CONFIG_4xx_SOC=y | ||
249 | CONFIG_PPC_PCI_CHOICE=y | ||
228 | CONFIG_PCI=y | 250 | CONFIG_PCI=y |
229 | CONFIG_PCI_DOMAINS=y | 251 | CONFIG_PCI_DOMAINS=y |
230 | CONFIG_PCI_SYSCALL=y | 252 | CONFIG_PCI_SYSCALL=y |
@@ -235,6 +257,7 @@ CONFIG_PCI_LEGACY=y | |||
235 | # CONFIG_PCI_DEBUG is not set | 257 | # CONFIG_PCI_DEBUG is not set |
236 | # CONFIG_PCCARD is not set | 258 | # CONFIG_PCCARD is not set |
237 | # CONFIG_HOTPLUG_PCI is not set | 259 | # CONFIG_HOTPLUG_PCI is not set |
260 | # CONFIG_HAS_RAPIDIO is not set | ||
238 | 261 | ||
239 | # | 262 | # |
240 | # Advanced setup | 263 | # Advanced setup |
@@ -244,17 +267,13 @@ CONFIG_PCI_LEGACY=y | |||
244 | # | 267 | # |
245 | # Default settings for advanced configuration options are used | 268 | # Default settings for advanced configuration options are used |
246 | # | 269 | # |
247 | CONFIG_HIGHMEM_START=0xfe000000 | ||
248 | CONFIG_LOWMEM_SIZE=0x30000000 | 270 | CONFIG_LOWMEM_SIZE=0x30000000 |
271 | CONFIG_PAGE_OFFSET=0xc0000000 | ||
249 | CONFIG_KERNEL_START=0xc0000000 | 272 | CONFIG_KERNEL_START=0xc0000000 |
273 | CONFIG_PHYSICAL_START=0x00000000 | ||
250 | CONFIG_TASK_SIZE=0xc0000000 | 274 | CONFIG_TASK_SIZE=0xc0000000 |
251 | CONFIG_CONSISTENT_START=0xff100000 | 275 | CONFIG_CONSISTENT_START=0xff100000 |
252 | CONFIG_CONSISTENT_SIZE=0x00200000 | 276 | CONFIG_CONSISTENT_SIZE=0x00200000 |
253 | CONFIG_BOOT_LOAD=0x01000000 | ||
254 | |||
255 | # | ||
256 | # Networking | ||
257 | # | ||
258 | CONFIG_NET=y | 277 | CONFIG_NET=y |
259 | 278 | ||
260 | # | 279 | # |
@@ -292,8 +311,6 @@ CONFIG_TCP_CONG_CUBIC=y | |||
292 | CONFIG_DEFAULT_TCP_CONG="cubic" | 311 | CONFIG_DEFAULT_TCP_CONG="cubic" |
293 | # CONFIG_TCP_MD5SIG is not set | 312 | # CONFIG_TCP_MD5SIG is not set |
294 | # CONFIG_IPV6 is not set | 313 | # CONFIG_IPV6 is not set |
295 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
296 | # CONFIG_INET6_TUNNEL is not set | ||
297 | # CONFIG_NETWORK_SECMARK is not set | 314 | # CONFIG_NETWORK_SECMARK is not set |
298 | # CONFIG_NETFILTER is not set | 315 | # CONFIG_NETFILTER is not set |
299 | # CONFIG_IP_DCCP is not set | 316 | # CONFIG_IP_DCCP is not set |
@@ -343,6 +360,8 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
343 | CONFIG_STANDALONE=y | 360 | CONFIG_STANDALONE=y |
344 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 361 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
345 | CONFIG_FW_LOADER=y | 362 | CONFIG_FW_LOADER=y |
363 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
364 | CONFIG_EXTRA_FIRMWARE="" | ||
346 | # CONFIG_DEBUG_DRIVER is not set | 365 | # CONFIG_DEBUG_DRIVER is not set |
347 | # CONFIG_DEBUG_DEVRES is not set | 366 | # CONFIG_DEBUG_DEVRES is not set |
348 | # CONFIG_SYS_HYPERVISOR is not set | 367 | # CONFIG_SYS_HYPERVISOR is not set |
@@ -355,6 +374,7 @@ CONFIG_MTD_PARTITIONS=y | |||
355 | # CONFIG_MTD_REDBOOT_PARTS is not set | 374 | # CONFIG_MTD_REDBOOT_PARTS is not set |
356 | CONFIG_MTD_CMDLINE_PARTS=y | 375 | CONFIG_MTD_CMDLINE_PARTS=y |
357 | CONFIG_MTD_OF_PARTS=y | 376 | CONFIG_MTD_OF_PARTS=y |
377 | # CONFIG_MTD_AR7_PARTS is not set | ||
358 | 378 | ||
359 | # | 379 | # |
360 | # User Modules And Translation Layers | 380 | # User Modules And Translation Layers |
@@ -445,12 +465,14 @@ CONFIG_BLK_DEV_RAM_SIZE=35000 | |||
445 | # CONFIG_CDROM_PKTCDVD is not set | 465 | # CONFIG_CDROM_PKTCDVD is not set |
446 | # CONFIG_ATA_OVER_ETH is not set | 466 | # CONFIG_ATA_OVER_ETH is not set |
447 | # CONFIG_XILINX_SYSACE is not set | 467 | # CONFIG_XILINX_SYSACE is not set |
468 | # CONFIG_BLK_DEV_HD is not set | ||
448 | CONFIG_MISC_DEVICES=y | 469 | CONFIG_MISC_DEVICES=y |
449 | # CONFIG_PHANTOM is not set | 470 | # CONFIG_PHANTOM is not set |
450 | # CONFIG_EEPROM_93CX6 is not set | 471 | # CONFIG_EEPROM_93CX6 is not set |
451 | # CONFIG_SGI_IOC4 is not set | 472 | # CONFIG_SGI_IOC4 is not set |
452 | # CONFIG_TIFM_CORE is not set | 473 | # CONFIG_TIFM_CORE is not set |
453 | # CONFIG_ENCLOSURE_SERVICES is not set | 474 | # CONFIG_ENCLOSURE_SERVICES is not set |
475 | # CONFIG_HP_ILO is not set | ||
454 | CONFIG_HAVE_IDE=y | 476 | CONFIG_HAVE_IDE=y |
455 | # CONFIG_IDE is not set | 477 | # CONFIG_IDE is not set |
456 | 478 | ||
@@ -468,6 +490,10 @@ CONFIG_HAVE_IDE=y | |||
468 | # | 490 | # |
469 | # IEEE 1394 (FireWire) support | 491 | # IEEE 1394 (FireWire) support |
470 | # | 492 | # |
493 | |||
494 | # | ||
495 | # Enable only one of the two stacks, unless you know what you are doing | ||
496 | # | ||
471 | # CONFIG_FIREWIRE is not set | 497 | # CONFIG_FIREWIRE is not set |
472 | # CONFIG_IEEE1394 is not set | 498 | # CONFIG_IEEE1394 is not set |
473 | # CONFIG_I2O is not set | 499 | # CONFIG_I2O is not set |
@@ -475,7 +501,6 @@ CONFIG_MACINTOSH_DRIVERS=y | |||
475 | # CONFIG_MAC_EMUMOUSEBTN is not set | 501 | # CONFIG_MAC_EMUMOUSEBTN is not set |
476 | # CONFIG_WINDFARM is not set | 502 | # CONFIG_WINDFARM is not set |
477 | CONFIG_NETDEVICES=y | 503 | CONFIG_NETDEVICES=y |
478 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
479 | # CONFIG_DUMMY is not set | 504 | # CONFIG_DUMMY is not set |
480 | # CONFIG_BONDING is not set | 505 | # CONFIG_BONDING is not set |
481 | # CONFIG_MACVLAN is not set | 506 | # CONFIG_MACVLAN is not set |
@@ -492,7 +517,6 @@ CONFIG_NETDEV_1000=y | |||
492 | # CONFIG_DL2K is not set | 517 | # CONFIG_DL2K is not set |
493 | # CONFIG_E1000 is not set | 518 | # CONFIG_E1000 is not set |
494 | # CONFIG_E1000E is not set | 519 | # CONFIG_E1000E is not set |
495 | # CONFIG_E1000E_ENABLED is not set | ||
496 | # CONFIG_IP1000 is not set | 520 | # CONFIG_IP1000 is not set |
497 | # CONFIG_IGB is not set | 521 | # CONFIG_IGB is not set |
498 | # CONFIG_NS83820 is not set | 522 | # CONFIG_NS83820 is not set |
@@ -502,12 +526,12 @@ CONFIG_NETDEV_1000=y | |||
502 | # CONFIG_SIS190 is not set | 526 | # CONFIG_SIS190 is not set |
503 | # CONFIG_SKGE is not set | 527 | # CONFIG_SKGE is not set |
504 | # CONFIG_SKY2 is not set | 528 | # CONFIG_SKY2 is not set |
505 | # CONFIG_SK98LIN is not set | ||
506 | # CONFIG_VIA_VELOCITY is not set | 529 | # CONFIG_VIA_VELOCITY is not set |
507 | # CONFIG_TIGON3 is not set | 530 | # CONFIG_TIGON3 is not set |
508 | # CONFIG_BNX2 is not set | 531 | # CONFIG_BNX2 is not set |
509 | # CONFIG_QLA3XXX is not set | 532 | # CONFIG_QLA3XXX is not set |
510 | # CONFIG_ATL1 is not set | 533 | # CONFIG_ATL1 is not set |
534 | # CONFIG_ATL1E is not set | ||
511 | CONFIG_NETDEV_10000=y | 535 | CONFIG_NETDEV_10000=y |
512 | # CONFIG_CHELSIO_T1 is not set | 536 | # CONFIG_CHELSIO_T1 is not set |
513 | # CONFIG_CHELSIO_T3 is not set | 537 | # CONFIG_CHELSIO_T3 is not set |
@@ -520,6 +544,7 @@ CONFIG_NETDEV_10000=y | |||
520 | # CONFIG_MLX4_CORE is not set | 544 | # CONFIG_MLX4_CORE is not set |
521 | # CONFIG_TEHUTI is not set | 545 | # CONFIG_TEHUTI is not set |
522 | # CONFIG_BNX2X is not set | 546 | # CONFIG_BNX2X is not set |
547 | # CONFIG_SFC is not set | ||
523 | # CONFIG_TR is not set | 548 | # CONFIG_TR is not set |
524 | 549 | ||
525 | # | 550 | # |
@@ -527,6 +552,7 @@ CONFIG_NETDEV_10000=y | |||
527 | # | 552 | # |
528 | # CONFIG_WLAN_PRE80211 is not set | 553 | # CONFIG_WLAN_PRE80211 is not set |
529 | # CONFIG_WLAN_80211 is not set | 554 | # CONFIG_WLAN_80211 is not set |
555 | # CONFIG_IWLWIFI_LEDS is not set | ||
530 | # CONFIG_WAN is not set | 556 | # CONFIG_WAN is not set |
531 | # CONFIG_FDDI is not set | 557 | # CONFIG_FDDI is not set |
532 | # CONFIG_HIPPI is not set | 558 | # CONFIG_HIPPI is not set |
@@ -553,6 +579,7 @@ CONFIG_NETDEV_10000=y | |||
553 | # Character devices | 579 | # Character devices |
554 | # | 580 | # |
555 | # CONFIG_VT is not set | 581 | # CONFIG_VT is not set |
582 | CONFIG_DEVKMEM=y | ||
556 | # CONFIG_SERIAL_NONSTANDARD is not set | 583 | # CONFIG_SERIAL_NONSTANDARD is not set |
557 | # CONFIG_NOZOMI is not set | 584 | # CONFIG_NOZOMI is not set |
558 | 585 | ||
@@ -591,12 +618,9 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
591 | # CONFIG_TCG_TPM is not set | 618 | # CONFIG_TCG_TPM is not set |
592 | CONFIG_DEVPORT=y | 619 | CONFIG_DEVPORT=y |
593 | # CONFIG_I2C is not set | 620 | # CONFIG_I2C is not set |
594 | |||
595 | # | ||
596 | # SPI support | ||
597 | # | ||
598 | # CONFIG_SPI is not set | 621 | # CONFIG_SPI is not set |
599 | # CONFIG_SPI_MASTER is not set | 622 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y |
623 | # CONFIG_GPIOLIB is not set | ||
600 | # CONFIG_W1 is not set | 624 | # CONFIG_W1 is not set |
601 | # CONFIG_POWER_SUPPLY is not set | 625 | # CONFIG_POWER_SUPPLY is not set |
602 | # CONFIG_HWMON is not set | 626 | # CONFIG_HWMON is not set |
@@ -612,13 +636,24 @@ CONFIG_SSB_POSSIBLE=y | |||
612 | # | 636 | # |
613 | # Multifunction device drivers | 637 | # Multifunction device drivers |
614 | # | 638 | # |
639 | # CONFIG_MFD_CORE is not set | ||
615 | # CONFIG_MFD_SM501 is not set | 640 | # CONFIG_MFD_SM501 is not set |
641 | # CONFIG_HTC_PASIC3 is not set | ||
616 | 642 | ||
617 | # | 643 | # |
618 | # Multimedia devices | 644 | # Multimedia devices |
619 | # | 645 | # |
646 | |||
647 | # | ||
648 | # Multimedia core support | ||
649 | # | ||
620 | # CONFIG_VIDEO_DEV is not set | 650 | # CONFIG_VIDEO_DEV is not set |
621 | # CONFIG_DVB_CORE is not set | 651 | # CONFIG_DVB_CORE is not set |
652 | # CONFIG_VIDEO_MEDIA is not set | ||
653 | |||
654 | # | ||
655 | # Multimedia drivers | ||
656 | # | ||
622 | CONFIG_DAB=y | 657 | CONFIG_DAB=y |
623 | 658 | ||
624 | # | 659 | # |
@@ -635,16 +670,14 @@ CONFIG_VIDEO_OUTPUT_CONTROL=m | |||
635 | # Display device support | 670 | # Display device support |
636 | # | 671 | # |
637 | # CONFIG_DISPLAY_SUPPORT is not set | 672 | # CONFIG_DISPLAY_SUPPORT is not set |
638 | |||
639 | # | ||
640 | # Sound | ||
641 | # | ||
642 | # CONFIG_SOUND is not set | 673 | # CONFIG_SOUND is not set |
643 | CONFIG_USB_SUPPORT=y | 674 | CONFIG_USB_SUPPORT=y |
644 | CONFIG_USB_ARCH_HAS_HCD=y | 675 | CONFIG_USB_ARCH_HAS_HCD=y |
645 | CONFIG_USB_ARCH_HAS_OHCI=y | 676 | CONFIG_USB_ARCH_HAS_OHCI=y |
646 | CONFIG_USB_ARCH_HAS_EHCI=y | 677 | CONFIG_USB_ARCH_HAS_EHCI=y |
647 | # CONFIG_USB is not set | 678 | # CONFIG_USB is not set |
679 | # CONFIG_USB_OTG_WHITELIST is not set | ||
680 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | ||
648 | 681 | ||
649 | # | 682 | # |
650 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 683 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
@@ -653,13 +686,11 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
653 | # CONFIG_MMC is not set | 686 | # CONFIG_MMC is not set |
654 | # CONFIG_MEMSTICK is not set | 687 | # CONFIG_MEMSTICK is not set |
655 | # CONFIG_NEW_LEDS is not set | 688 | # CONFIG_NEW_LEDS is not set |
689 | # CONFIG_ACCESSIBILITY is not set | ||
656 | # CONFIG_INFINIBAND is not set | 690 | # CONFIG_INFINIBAND is not set |
657 | # CONFIG_EDAC is not set | 691 | # CONFIG_EDAC is not set |
658 | # CONFIG_RTC_CLASS is not set | 692 | # CONFIG_RTC_CLASS is not set |
659 | 693 | # CONFIG_DMADEVICES is not set | |
660 | # | ||
661 | # Userspace I/O | ||
662 | # | ||
663 | # CONFIG_UIO is not set | 694 | # CONFIG_UIO is not set |
664 | 695 | ||
665 | # | 696 | # |
@@ -674,7 +705,6 @@ CONFIG_EXT2_FS=y | |||
674 | # CONFIG_JFS_FS is not set | 705 | # CONFIG_JFS_FS is not set |
675 | # CONFIG_FS_POSIX_ACL is not set | 706 | # CONFIG_FS_POSIX_ACL is not set |
676 | # CONFIG_XFS_FS is not set | 707 | # CONFIG_XFS_FS is not set |
677 | # CONFIG_GFS2_FS is not set | ||
678 | # CONFIG_OCFS2_FS is not set | 708 | # CONFIG_OCFS2_FS is not set |
679 | CONFIG_DNOTIFY=y | 709 | CONFIG_DNOTIFY=y |
680 | CONFIG_INOTIFY=y | 710 | CONFIG_INOTIFY=y |
@@ -733,6 +763,7 @@ CONFIG_JFFS2_RTIME=y | |||
733 | CONFIG_CRAMFS=y | 763 | CONFIG_CRAMFS=y |
734 | # CONFIG_VXFS_FS is not set | 764 | # CONFIG_VXFS_FS is not set |
735 | # CONFIG_MINIX_FS is not set | 765 | # CONFIG_MINIX_FS is not set |
766 | # CONFIG_OMFS_FS is not set | ||
736 | # CONFIG_HPFS_FS is not set | 767 | # CONFIG_HPFS_FS is not set |
737 | # CONFIG_QNX4FS_FS is not set | 768 | # CONFIG_QNX4FS_FS is not set |
738 | # CONFIG_ROMFS_FS is not set | 769 | # CONFIG_ROMFS_FS is not set |
@@ -743,14 +774,12 @@ CONFIG_NFS_FS=y | |||
743 | CONFIG_NFS_V3=y | 774 | CONFIG_NFS_V3=y |
744 | # CONFIG_NFS_V3_ACL is not set | 775 | # CONFIG_NFS_V3_ACL is not set |
745 | # CONFIG_NFS_V4 is not set | 776 | # CONFIG_NFS_V4 is not set |
746 | # CONFIG_NFS_DIRECTIO is not set | ||
747 | # CONFIG_NFSD is not set | ||
748 | CONFIG_ROOT_NFS=y | 777 | CONFIG_ROOT_NFS=y |
778 | # CONFIG_NFSD is not set | ||
749 | CONFIG_LOCKD=y | 779 | CONFIG_LOCKD=y |
750 | CONFIG_LOCKD_V4=y | 780 | CONFIG_LOCKD_V4=y |
751 | CONFIG_NFS_COMMON=y | 781 | CONFIG_NFS_COMMON=y |
752 | CONFIG_SUNRPC=y | 782 | CONFIG_SUNRPC=y |
753 | # CONFIG_SUNRPC_BIND34 is not set | ||
754 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 783 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
755 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 784 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
756 | # CONFIG_SMB_FS is not set | 785 | # CONFIG_SMB_FS is not set |
@@ -771,8 +800,10 @@ CONFIG_MSDOS_PARTITION=y | |||
771 | # Library routines | 800 | # Library routines |
772 | # | 801 | # |
773 | CONFIG_BITREVERSE=y | 802 | CONFIG_BITREVERSE=y |
803 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
774 | # CONFIG_CRC_CCITT is not set | 804 | # CONFIG_CRC_CCITT is not set |
775 | # CONFIG_CRC16 is not set | 805 | # CONFIG_CRC16 is not set |
806 | # CONFIG_CRC_T10DIF is not set | ||
776 | # CONFIG_CRC_ITU_T is not set | 807 | # CONFIG_CRC_ITU_T is not set |
777 | CONFIG_CRC32=y | 808 | CONFIG_CRC32=y |
778 | # CONFIG_CRC7 is not set | 809 | # CONFIG_CRC7 is not set |
@@ -783,6 +814,7 @@ CONFIG_PLIST=y | |||
783 | CONFIG_HAS_IOMEM=y | 814 | CONFIG_HAS_IOMEM=y |
784 | CONFIG_HAS_IOPORT=y | 815 | CONFIG_HAS_IOPORT=y |
785 | CONFIG_HAS_DMA=y | 816 | CONFIG_HAS_DMA=y |
817 | CONFIG_HAVE_LMB=y | ||
786 | 818 | ||
787 | # | 819 | # |
788 | # Kernel hacking | 820 | # Kernel hacking |
@@ -790,6 +822,7 @@ CONFIG_HAS_DMA=y | |||
790 | # CONFIG_PRINTK_TIME is not set | 822 | # CONFIG_PRINTK_TIME is not set |
791 | CONFIG_ENABLE_WARN_DEPRECATED=y | 823 | CONFIG_ENABLE_WARN_DEPRECATED=y |
792 | CONFIG_ENABLE_MUST_CHECK=y | 824 | CONFIG_ENABLE_MUST_CHECK=y |
825 | CONFIG_FRAME_WARN=1024 | ||
793 | CONFIG_MAGIC_SYSRQ=y | 826 | CONFIG_MAGIC_SYSRQ=y |
794 | # CONFIG_UNUSED_SYMBOLS is not set | 827 | # CONFIG_UNUSED_SYMBOLS is not set |
795 | CONFIG_DEBUG_FS=y | 828 | CONFIG_DEBUG_FS=y |
@@ -797,9 +830,12 @@ CONFIG_DEBUG_FS=y | |||
797 | CONFIG_DEBUG_KERNEL=y | 830 | CONFIG_DEBUG_KERNEL=y |
798 | # CONFIG_DEBUG_SHIRQ is not set | 831 | # CONFIG_DEBUG_SHIRQ is not set |
799 | CONFIG_DETECT_SOFTLOCKUP=y | 832 | CONFIG_DETECT_SOFTLOCKUP=y |
833 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
834 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
800 | CONFIG_SCHED_DEBUG=y | 835 | CONFIG_SCHED_DEBUG=y |
801 | # CONFIG_SCHEDSTATS is not set | 836 | # CONFIG_SCHEDSTATS is not set |
802 | # CONFIG_TIMER_STATS is not set | 837 | # CONFIG_TIMER_STATS is not set |
838 | # CONFIG_DEBUG_OBJECTS is not set | ||
803 | # CONFIG_SLUB_DEBUG_ON is not set | 839 | # CONFIG_SLUB_DEBUG_ON is not set |
804 | # CONFIG_SLUB_STATS is not set | 840 | # CONFIG_SLUB_STATS is not set |
805 | # CONFIG_DEBUG_RT_MUTEXES is not set | 841 | # CONFIG_DEBUG_RT_MUTEXES is not set |
@@ -812,19 +848,30 @@ CONFIG_SCHED_DEBUG=y | |||
812 | # CONFIG_DEBUG_BUGVERBOSE is not set | 848 | # CONFIG_DEBUG_BUGVERBOSE is not set |
813 | # CONFIG_DEBUG_INFO is not set | 849 | # CONFIG_DEBUG_INFO is not set |
814 | # CONFIG_DEBUG_VM is not set | 850 | # CONFIG_DEBUG_VM is not set |
851 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
852 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
815 | # CONFIG_DEBUG_LIST is not set | 853 | # CONFIG_DEBUG_LIST is not set |
816 | # CONFIG_DEBUG_SG is not set | 854 | # CONFIG_DEBUG_SG is not set |
817 | # CONFIG_BOOT_PRINTK_DELAY is not set | 855 | # CONFIG_BOOT_PRINTK_DELAY is not set |
818 | # CONFIG_RCU_TORTURE_TEST is not set | 856 | # CONFIG_RCU_TORTURE_TEST is not set |
819 | # CONFIG_BACKTRACE_SELF_TEST is not set | 857 | # CONFIG_BACKTRACE_SELF_TEST is not set |
820 | # CONFIG_FAULT_INJECTION is not set | 858 | # CONFIG_FAULT_INJECTION is not set |
859 | # CONFIG_LATENCYTOP is not set | ||
860 | CONFIG_HAVE_FTRACE=y | ||
861 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
862 | # CONFIG_FTRACE is not set | ||
863 | # CONFIG_SCHED_TRACER is not set | ||
864 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
821 | # CONFIG_SAMPLES is not set | 865 | # CONFIG_SAMPLES is not set |
866 | CONFIG_HAVE_ARCH_KGDB=y | ||
867 | # CONFIG_KGDB is not set | ||
822 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 868 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
823 | # CONFIG_DEBUG_STACK_USAGE is not set | 869 | # CONFIG_DEBUG_STACK_USAGE is not set |
824 | # CONFIG_DEBUG_PAGEALLOC is not set | 870 | # CONFIG_DEBUG_PAGEALLOC is not set |
825 | CONFIG_DEBUGGER=y | 871 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
826 | # CONFIG_KGDB is not set | 872 | # CONFIG_FTR_FIXUP_SELFTEST is not set |
827 | # CONFIG_XMON is not set | 873 | # CONFIG_XMON is not set |
874 | # CONFIG_IRQSTACKS is not set | ||
828 | # CONFIG_VIRQ_DEBUG is not set | 875 | # CONFIG_VIRQ_DEBUG is not set |
829 | # CONFIG_BDI_SWITCH is not set | 876 | # CONFIG_BDI_SWITCH is not set |
830 | CONFIG_PPC_EARLY_DEBUG=y | 877 | CONFIG_PPC_EARLY_DEBUG=y |
@@ -849,51 +896,85 @@ CONFIG_PPC_EARLY_DEBUG_44x_PHYSHIGH=0x1 | |||
849 | # CONFIG_SECURITY is not set | 896 | # CONFIG_SECURITY is not set |
850 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 897 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
851 | CONFIG_CRYPTO=y | 898 | CONFIG_CRYPTO=y |
899 | |||
900 | # | ||
901 | # Crypto core or helper | ||
902 | # | ||
852 | CONFIG_CRYPTO_ALGAPI=y | 903 | CONFIG_CRYPTO_ALGAPI=y |
853 | CONFIG_CRYPTO_BLKCIPHER=y | 904 | CONFIG_CRYPTO_BLKCIPHER=y |
854 | # CONFIG_CRYPTO_SEQIV is not set | ||
855 | CONFIG_CRYPTO_MANAGER=y | 905 | CONFIG_CRYPTO_MANAGER=y |
906 | # CONFIG_CRYPTO_GF128MUL is not set | ||
907 | # CONFIG_CRYPTO_NULL is not set | ||
908 | # CONFIG_CRYPTO_CRYPTD is not set | ||
909 | # CONFIG_CRYPTO_AUTHENC is not set | ||
910 | # CONFIG_CRYPTO_TEST is not set | ||
911 | |||
912 | # | ||
913 | # Authenticated Encryption with Associated Data | ||
914 | # | ||
915 | # CONFIG_CRYPTO_CCM is not set | ||
916 | # CONFIG_CRYPTO_GCM is not set | ||
917 | # CONFIG_CRYPTO_SEQIV is not set | ||
918 | |||
919 | # | ||
920 | # Block modes | ||
921 | # | ||
922 | CONFIG_CRYPTO_CBC=y | ||
923 | # CONFIG_CRYPTO_CTR is not set | ||
924 | # CONFIG_CRYPTO_CTS is not set | ||
925 | CONFIG_CRYPTO_ECB=y | ||
926 | # CONFIG_CRYPTO_LRW is not set | ||
927 | CONFIG_CRYPTO_PCBC=y | ||
928 | # CONFIG_CRYPTO_XTS is not set | ||
929 | |||
930 | # | ||
931 | # Hash modes | ||
932 | # | ||
856 | # CONFIG_CRYPTO_HMAC is not set | 933 | # CONFIG_CRYPTO_HMAC is not set |
857 | # CONFIG_CRYPTO_XCBC is not set | 934 | # CONFIG_CRYPTO_XCBC is not set |
858 | # CONFIG_CRYPTO_NULL is not set | 935 | |
936 | # | ||
937 | # Digest | ||
938 | # | ||
939 | # CONFIG_CRYPTO_CRC32C is not set | ||
859 | # CONFIG_CRYPTO_MD4 is not set | 940 | # CONFIG_CRYPTO_MD4 is not set |
860 | CONFIG_CRYPTO_MD5=y | 941 | CONFIG_CRYPTO_MD5=y |
942 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
943 | # CONFIG_CRYPTO_RMD128 is not set | ||
944 | # CONFIG_CRYPTO_RMD160 is not set | ||
945 | # CONFIG_CRYPTO_RMD256 is not set | ||
946 | # CONFIG_CRYPTO_RMD320 is not set | ||
861 | # CONFIG_CRYPTO_SHA1 is not set | 947 | # CONFIG_CRYPTO_SHA1 is not set |
862 | # CONFIG_CRYPTO_SHA256 is not set | 948 | # CONFIG_CRYPTO_SHA256 is not set |
863 | # CONFIG_CRYPTO_SHA512 is not set | 949 | # CONFIG_CRYPTO_SHA512 is not set |
864 | # CONFIG_CRYPTO_WP512 is not set | ||
865 | # CONFIG_CRYPTO_TGR192 is not set | 950 | # CONFIG_CRYPTO_TGR192 is not set |
866 | # CONFIG_CRYPTO_GF128MUL is not set | 951 | # CONFIG_CRYPTO_WP512 is not set |
867 | CONFIG_CRYPTO_ECB=y | 952 | |
868 | CONFIG_CRYPTO_CBC=y | 953 | # |
869 | CONFIG_CRYPTO_PCBC=y | 954 | # Ciphers |
870 | # CONFIG_CRYPTO_LRW is not set | 955 | # |
871 | # CONFIG_CRYPTO_XTS is not set | ||
872 | # CONFIG_CRYPTO_CTR is not set | ||
873 | # CONFIG_CRYPTO_GCM is not set | ||
874 | # CONFIG_CRYPTO_CCM is not set | ||
875 | # CONFIG_CRYPTO_CRYPTD is not set | ||
876 | CONFIG_CRYPTO_DES=y | ||
877 | # CONFIG_CRYPTO_FCRYPT is not set | ||
878 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
879 | # CONFIG_CRYPTO_TWOFISH is not set | ||
880 | # CONFIG_CRYPTO_SERPENT is not set | ||
881 | # CONFIG_CRYPTO_AES is not set | 956 | # CONFIG_CRYPTO_AES is not set |
957 | # CONFIG_CRYPTO_ANUBIS is not set | ||
958 | # CONFIG_CRYPTO_ARC4 is not set | ||
959 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
960 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
882 | # CONFIG_CRYPTO_CAST5 is not set | 961 | # CONFIG_CRYPTO_CAST5 is not set |
883 | # CONFIG_CRYPTO_CAST6 is not set | 962 | # CONFIG_CRYPTO_CAST6 is not set |
884 | # CONFIG_CRYPTO_TEA is not set | 963 | CONFIG_CRYPTO_DES=y |
885 | # CONFIG_CRYPTO_ARC4 is not set | 964 | # CONFIG_CRYPTO_FCRYPT is not set |
886 | # CONFIG_CRYPTO_KHAZAD is not set | 965 | # CONFIG_CRYPTO_KHAZAD is not set |
887 | # CONFIG_CRYPTO_ANUBIS is not set | ||
888 | # CONFIG_CRYPTO_SEED is not set | ||
889 | # CONFIG_CRYPTO_SALSA20 is not set | 966 | # CONFIG_CRYPTO_SALSA20 is not set |
967 | # CONFIG_CRYPTO_SEED is not set | ||
968 | # CONFIG_CRYPTO_SERPENT is not set | ||
969 | # CONFIG_CRYPTO_TEA is not set | ||
970 | # CONFIG_CRYPTO_TWOFISH is not set | ||
971 | |||
972 | # | ||
973 | # Compression | ||
974 | # | ||
890 | # CONFIG_CRYPTO_DEFLATE is not set | 975 | # CONFIG_CRYPTO_DEFLATE is not set |
891 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
892 | # CONFIG_CRYPTO_CRC32C is not set | ||
893 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
894 | # CONFIG_CRYPTO_TEST is not set | ||
895 | # CONFIG_CRYPTO_AUTHENC is not set | ||
896 | # CONFIG_CRYPTO_LZO is not set | 976 | # CONFIG_CRYPTO_LZO is not set |
897 | CONFIG_CRYPTO_HW=y | 977 | CONFIG_CRYPTO_HW=y |
898 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | 978 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set |
899 | # CONFIG_PPC_CLOCK is not set | 979 | # CONFIG_PPC_CLOCK is not set |
980 | # CONFIG_VIRTUALIZATION is not set | ||
diff --git a/arch/powerpc/configs/44x/sam440ep_defconfig b/arch/powerpc/configs/44x/sam440ep_defconfig index 9ce5cbc2a4e7..0ed2de05f4e8 100644 --- a/arch/powerpc/configs/44x/sam440ep_defconfig +++ b/arch/powerpc/configs/44x/sam440ep_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.25 | 3 | # Linux kernel version: 2.6.27-rc1 |
4 | # Mon May 5 13:43:02 2008 | 4 | # Tue Aug 5 09:12:48 2008 |
5 | # | 5 | # |
6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
7 | 7 | ||
@@ -30,9 +30,11 @@ CONFIG_GENERIC_TIME=y | |||
30 | CONFIG_GENERIC_TIME_VSYSCALL=y | 30 | CONFIG_GENERIC_TIME_VSYSCALL=y |
31 | CONFIG_GENERIC_CLOCKEVENTS=y | 31 | CONFIG_GENERIC_CLOCKEVENTS=y |
32 | CONFIG_GENERIC_HARDIRQS=y | 32 | CONFIG_GENERIC_HARDIRQS=y |
33 | # CONFIG_HAVE_GET_USER_PAGES_FAST is not set | ||
33 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | 34 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set |
34 | CONFIG_IRQ_PER_CPU=y | 35 | CONFIG_IRQ_PER_CPU=y |
35 | CONFIG_STACKTRACE_SUPPORT=y | 36 | CONFIG_STACKTRACE_SUPPORT=y |
37 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
36 | CONFIG_LOCKDEP_SUPPORT=y | 38 | CONFIG_LOCKDEP_SUPPORT=y |
37 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 39 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
38 | CONFIG_ARCH_HAS_ILOG2_U32=y | 40 | CONFIG_ARCH_HAS_ILOG2_U32=y |
@@ -116,15 +118,22 @@ CONFIG_SLUB=y | |||
116 | # CONFIG_MARKERS is not set | 118 | # CONFIG_MARKERS is not set |
117 | CONFIG_HAVE_OPROFILE=y | 119 | CONFIG_HAVE_OPROFILE=y |
118 | # CONFIG_KPROBES is not set | 120 | # CONFIG_KPROBES is not set |
121 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
122 | CONFIG_HAVE_IOREMAP_PROT=y | ||
119 | CONFIG_HAVE_KPROBES=y | 123 | CONFIG_HAVE_KPROBES=y |
120 | CONFIG_HAVE_KRETPROBES=y | 124 | CONFIG_HAVE_KRETPROBES=y |
125 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
121 | # CONFIG_HAVE_DMA_ATTRS is not set | 126 | # CONFIG_HAVE_DMA_ATTRS is not set |
127 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
128 | # CONFIG_HAVE_CLK is not set | ||
122 | CONFIG_PROC_PAGE_MONITOR=y | 129 | CONFIG_PROC_PAGE_MONITOR=y |
130 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
123 | CONFIG_SLABINFO=y | 131 | CONFIG_SLABINFO=y |
124 | CONFIG_RT_MUTEXES=y | 132 | CONFIG_RT_MUTEXES=y |
125 | # CONFIG_TINY_SHMEM is not set | 133 | # CONFIG_TINY_SHMEM is not set |
126 | CONFIG_BASE_SMALL=0 | 134 | CONFIG_BASE_SMALL=0 |
127 | CONFIG_MODULES=y | 135 | CONFIG_MODULES=y |
136 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
128 | CONFIG_MODULE_UNLOAD=y | 137 | CONFIG_MODULE_UNLOAD=y |
129 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 138 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
130 | # CONFIG_MODVERSIONS is not set | 139 | # CONFIG_MODVERSIONS is not set |
@@ -135,6 +144,7 @@ CONFIG_BLOCK=y | |||
135 | # CONFIG_BLK_DEV_IO_TRACE is not set | 144 | # CONFIG_BLK_DEV_IO_TRACE is not set |
136 | # CONFIG_LSF is not set | 145 | # CONFIG_LSF is not set |
137 | # CONFIG_BLK_DEV_BSG is not set | 146 | # CONFIG_BLK_DEV_BSG is not set |
147 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
138 | 148 | ||
139 | # | 149 | # |
140 | # IO Schedulers | 150 | # IO Schedulers |
@@ -154,8 +164,6 @@ CONFIG_CLASSIC_RCU=y | |||
154 | # | 164 | # |
155 | # Platform support | 165 | # Platform support |
156 | # | 166 | # |
157 | # CONFIG_PPC_MPC512x is not set | ||
158 | # CONFIG_PPC_MPC5121 is not set | ||
159 | # CONFIG_PPC_CELL is not set | 167 | # CONFIG_PPC_CELL is not set |
160 | # CONFIG_PPC_CELL_NATIVE is not set | 168 | # CONFIG_PPC_CELL_NATIVE is not set |
161 | # CONFIG_PQ2ADS is not set | 169 | # CONFIG_PQ2ADS is not set |
@@ -169,6 +177,7 @@ CONFIG_SAM440EP=y | |||
169 | # CONFIG_WARP is not set | 177 | # CONFIG_WARP is not set |
170 | # CONFIG_CANYONLANDS is not set | 178 | # CONFIG_CANYONLANDS is not set |
171 | # CONFIG_YOSEMITE is not set | 179 | # CONFIG_YOSEMITE is not set |
180 | # CONFIG_XILINX_VIRTEX440_GENERIC_BOARD is not set | ||
172 | CONFIG_440EP=y | 181 | CONFIG_440EP=y |
173 | CONFIG_IBM440EP_ERR42=y | 182 | CONFIG_IBM440EP_ERR42=y |
174 | # CONFIG_IPIC is not set | 183 | # CONFIG_IPIC is not set |
@@ -220,6 +229,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
220 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 229 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
221 | CONFIG_PAGEFLAGS_EXTENDED=y | 230 | CONFIG_PAGEFLAGS_EXTENDED=y |
222 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 231 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
232 | CONFIG_MIGRATION=y | ||
223 | CONFIG_RESOURCES_64BIT=y | 233 | CONFIG_RESOURCES_64BIT=y |
224 | CONFIG_ZONE_DMA_FLAG=1 | 234 | CONFIG_ZONE_DMA_FLAG=1 |
225 | CONFIG_BOUNCE=y | 235 | CONFIG_BOUNCE=y |
@@ -228,6 +238,7 @@ CONFIG_FORCE_MAX_ZONEORDER=11 | |||
228 | CONFIG_PROC_DEVICETREE=y | 238 | CONFIG_PROC_DEVICETREE=y |
229 | CONFIG_CMDLINE_BOOL=y | 239 | CONFIG_CMDLINE_BOOL=y |
230 | CONFIG_CMDLINE="" | 240 | CONFIG_CMDLINE="" |
241 | CONFIG_EXTRA_TARGETS="" | ||
231 | CONFIG_SECCOMP=y | 242 | CONFIG_SECCOMP=y |
232 | CONFIG_ISA_DMA_API=y | 243 | CONFIG_ISA_DMA_API=y |
233 | 244 | ||
@@ -237,6 +248,7 @@ CONFIG_ISA_DMA_API=y | |||
237 | CONFIG_ZONE_DMA=y | 248 | CONFIG_ZONE_DMA=y |
238 | CONFIG_PPC_INDIRECT_PCI=y | 249 | CONFIG_PPC_INDIRECT_PCI=y |
239 | CONFIG_4xx_SOC=y | 250 | CONFIG_4xx_SOC=y |
251 | CONFIG_PPC_PCI_CHOICE=y | ||
240 | CONFIG_PCI=y | 252 | CONFIG_PCI=y |
241 | CONFIG_PCI_DOMAINS=y | 253 | CONFIG_PCI_DOMAINS=y |
242 | CONFIG_PCI_SYSCALL=y | 254 | CONFIG_PCI_SYSCALL=y |
@@ -263,10 +275,6 @@ CONFIG_PHYSICAL_START=0x00000000 | |||
263 | CONFIG_TASK_SIZE=0xc0000000 | 275 | CONFIG_TASK_SIZE=0xc0000000 |
264 | CONFIG_CONSISTENT_START=0xff100000 | 276 | CONFIG_CONSISTENT_START=0xff100000 |
265 | CONFIG_CONSISTENT_SIZE=0x00200000 | 277 | CONFIG_CONSISTENT_SIZE=0x00200000 |
266 | |||
267 | # | ||
268 | # Networking | ||
269 | # | ||
270 | CONFIG_NET=y | 278 | CONFIG_NET=y |
271 | 279 | ||
272 | # | 280 | # |
@@ -353,6 +361,8 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
353 | CONFIG_STANDALONE=y | 361 | CONFIG_STANDALONE=y |
354 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 362 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
355 | CONFIG_FW_LOADER=y | 363 | CONFIG_FW_LOADER=y |
364 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
365 | CONFIG_EXTRA_FIRMWARE="" | ||
356 | # CONFIG_SYS_HYPERVISOR is not set | 366 | # CONFIG_SYS_HYPERVISOR is not set |
357 | CONFIG_CONNECTOR=y | 367 | CONFIG_CONNECTOR=y |
358 | CONFIG_PROC_EVENTS=y | 368 | CONFIG_PROC_EVENTS=y |
@@ -379,6 +389,7 @@ CONFIG_BLK_DEV_RAM_SIZE=35000 | |||
379 | # CONFIG_CDROM_PKTCDVD is not set | 389 | # CONFIG_CDROM_PKTCDVD is not set |
380 | # CONFIG_ATA_OVER_ETH is not set | 390 | # CONFIG_ATA_OVER_ETH is not set |
381 | # CONFIG_XILINX_SYSACE is not set | 391 | # CONFIG_XILINX_SYSACE is not set |
392 | # CONFIG_BLK_DEV_HD is not set | ||
382 | # CONFIG_MISC_DEVICES is not set | 393 | # CONFIG_MISC_DEVICES is not set |
383 | CONFIG_HAVE_IDE=y | 394 | CONFIG_HAVE_IDE=y |
384 | # CONFIG_IDE is not set | 395 | # CONFIG_IDE is not set |
@@ -422,6 +433,7 @@ CONFIG_SCSI_WAIT_SCAN=m | |||
422 | # CONFIG_SCSI_SAS_LIBSAS is not set | 433 | # CONFIG_SCSI_SAS_LIBSAS is not set |
423 | # CONFIG_SCSI_SRP_ATTRS is not set | 434 | # CONFIG_SCSI_SRP_ATTRS is not set |
424 | # CONFIG_SCSI_LOWLEVEL is not set | 435 | # CONFIG_SCSI_LOWLEVEL is not set |
436 | # CONFIG_SCSI_DH is not set | ||
425 | CONFIG_ATA=y | 437 | CONFIG_ATA=y |
426 | # CONFIG_ATA_NONSTANDARD is not set | 438 | # CONFIG_ATA_NONSTANDARD is not set |
427 | # CONFIG_SATA_PMP is not set | 439 | # CONFIG_SATA_PMP is not set |
@@ -481,18 +493,22 @@ CONFIG_SATA_SIL=y | |||
481 | # CONFIG_PATA_VIA is not set | 493 | # CONFIG_PATA_VIA is not set |
482 | # CONFIG_PATA_WINBOND is not set | 494 | # CONFIG_PATA_WINBOND is not set |
483 | # CONFIG_PATA_PLATFORM is not set | 495 | # CONFIG_PATA_PLATFORM is not set |
496 | # CONFIG_PATA_SCH is not set | ||
484 | # CONFIG_MD is not set | 497 | # CONFIG_MD is not set |
485 | # CONFIG_FUSION is not set | 498 | # CONFIG_FUSION is not set |
486 | 499 | ||
487 | # | 500 | # |
488 | # IEEE 1394 (FireWire) support | 501 | # IEEE 1394 (FireWire) support |
489 | # | 502 | # |
503 | |||
504 | # | ||
505 | # Enable only one of the two stacks, unless you know what you are doing | ||
506 | # | ||
490 | # CONFIG_FIREWIRE is not set | 507 | # CONFIG_FIREWIRE is not set |
491 | # CONFIG_IEEE1394 is not set | 508 | # CONFIG_IEEE1394 is not set |
492 | # CONFIG_I2O is not set | 509 | # CONFIG_I2O is not set |
493 | # CONFIG_MACINTOSH_DRIVERS is not set | 510 | # CONFIG_MACINTOSH_DRIVERS is not set |
494 | CONFIG_NETDEVICES=y | 511 | CONFIG_NETDEVICES=y |
495 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
496 | # CONFIG_DUMMY is not set | 512 | # CONFIG_DUMMY is not set |
497 | # CONFIG_BONDING is not set | 513 | # CONFIG_BONDING is not set |
498 | # CONFIG_MACVLAN is not set | 514 | # CONFIG_MACVLAN is not set |
@@ -531,7 +547,6 @@ CONFIG_IBM_NEW_EMAC_ZMII=y | |||
531 | # | 547 | # |
532 | # CONFIG_WLAN_PRE80211 is not set | 548 | # CONFIG_WLAN_PRE80211 is not set |
533 | # CONFIG_WLAN_80211 is not set | 549 | # CONFIG_WLAN_80211 is not set |
534 | # CONFIG_IWLWIFI is not set | ||
535 | # CONFIG_IWLWIFI_LEDS is not set | 550 | # CONFIG_IWLWIFI_LEDS is not set |
536 | 551 | ||
537 | # | 552 | # |
@@ -607,12 +622,14 @@ CONFIG_SERIO_SERPORT=y | |||
607 | # CONFIG_SERIO_PCIPS2 is not set | 622 | # CONFIG_SERIO_PCIPS2 is not set |
608 | CONFIG_SERIO_LIBPS2=y | 623 | CONFIG_SERIO_LIBPS2=y |
609 | # CONFIG_SERIO_RAW is not set | 624 | # CONFIG_SERIO_RAW is not set |
625 | # CONFIG_SERIO_XILINX_XPS_PS2 is not set | ||
610 | # CONFIG_GAMEPORT is not set | 626 | # CONFIG_GAMEPORT is not set |
611 | 627 | ||
612 | # | 628 | # |
613 | # Character devices | 629 | # Character devices |
614 | # | 630 | # |
615 | CONFIG_VT=y | 631 | CONFIG_VT=y |
632 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
616 | CONFIG_VT_CONSOLE=y | 633 | CONFIG_VT_CONSOLE=y |
617 | CONFIG_HW_CONSOLE=y | 634 | CONFIG_HW_CONSOLE=y |
618 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | 635 | # CONFIG_VT_HW_CONSOLE_BINDING is not set |
@@ -661,40 +678,60 @@ CONFIG_I2C_ALGOBIT=y | |||
661 | # | 678 | # |
662 | # I2C Hardware Bus support | 679 | # I2C Hardware Bus support |
663 | # | 680 | # |
681 | |||
682 | # | ||
683 | # PC SMBus host controller drivers | ||
684 | # | ||
664 | # CONFIG_I2C_ALI1535 is not set | 685 | # CONFIG_I2C_ALI1535 is not set |
665 | # CONFIG_I2C_ALI1563 is not set | 686 | # CONFIG_I2C_ALI1563 is not set |
666 | # CONFIG_I2C_ALI15X3 is not set | 687 | # CONFIG_I2C_ALI15X3 is not set |
667 | # CONFIG_I2C_AMD756 is not set | 688 | # CONFIG_I2C_AMD756 is not set |
668 | # CONFIG_I2C_AMD8111 is not set | 689 | # CONFIG_I2C_AMD8111 is not set |
669 | # CONFIG_I2C_I801 is not set | 690 | # CONFIG_I2C_I801 is not set |
670 | # CONFIG_I2C_I810 is not set | 691 | # CONFIG_I2C_ISCH is not set |
671 | # CONFIG_I2C_PIIX4 is not set | 692 | # CONFIG_I2C_PIIX4 is not set |
672 | CONFIG_I2C_IBM_IIC=y | ||
673 | # CONFIG_I2C_MPC is not set | ||
674 | # CONFIG_I2C_NFORCE2 is not set | 693 | # CONFIG_I2C_NFORCE2 is not set |
675 | # CONFIG_I2C_OCORES is not set | ||
676 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
677 | # CONFIG_I2C_PROSAVAGE is not set | ||
678 | # CONFIG_I2C_SAVAGE4 is not set | ||
679 | # CONFIG_I2C_SIMTEC is not set | ||
680 | # CONFIG_I2C_SIS5595 is not set | 694 | # CONFIG_I2C_SIS5595 is not set |
681 | # CONFIG_I2C_SIS630 is not set | 695 | # CONFIG_I2C_SIS630 is not set |
682 | # CONFIG_I2C_SIS96X is not set | 696 | # CONFIG_I2C_SIS96X is not set |
683 | # CONFIG_I2C_TAOS_EVM is not set | ||
684 | # CONFIG_I2C_STUB is not set | ||
685 | # CONFIG_I2C_TINY_USB is not set | ||
686 | # CONFIG_I2C_VIA is not set | 697 | # CONFIG_I2C_VIA is not set |
687 | # CONFIG_I2C_VIAPRO is not set | 698 | # CONFIG_I2C_VIAPRO is not set |
699 | |||
700 | # | ||
701 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
702 | # | ||
703 | CONFIG_I2C_IBM_IIC=y | ||
704 | # CONFIG_I2C_MPC is not set | ||
705 | # CONFIG_I2C_OCORES is not set | ||
706 | # CONFIG_I2C_SIMTEC is not set | ||
707 | |||
708 | # | ||
709 | # External I2C/SMBus adapter drivers | ||
710 | # | ||
711 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
712 | # CONFIG_I2C_TAOS_EVM is not set | ||
713 | # CONFIG_I2C_TINY_USB is not set | ||
714 | |||
715 | # | ||
716 | # Graphics adapter I2C/DDC channel drivers | ||
717 | # | ||
688 | # CONFIG_I2C_VOODOO3 is not set | 718 | # CONFIG_I2C_VOODOO3 is not set |
719 | |||
720 | # | ||
721 | # Other I2C/SMBus bus drivers | ||
722 | # | ||
689 | # CONFIG_I2C_PCA_PLATFORM is not set | 723 | # CONFIG_I2C_PCA_PLATFORM is not set |
724 | # CONFIG_I2C_STUB is not set | ||
690 | 725 | ||
691 | # | 726 | # |
692 | # Miscellaneous I2C Chip support | 727 | # Miscellaneous I2C Chip support |
693 | # | 728 | # |
694 | # CONFIG_DS1682 is not set | 729 | # CONFIG_DS1682 is not set |
730 | # CONFIG_AT24 is not set | ||
695 | # CONFIG_SENSORS_EEPROM is not set | 731 | # CONFIG_SENSORS_EEPROM is not set |
696 | # CONFIG_SENSORS_PCF8574 is not set | 732 | # CONFIG_SENSORS_PCF8574 is not set |
697 | # CONFIG_PCF8575 is not set | 733 | # CONFIG_PCF8575 is not set |
734 | # CONFIG_SENSORS_PCA9539 is not set | ||
698 | # CONFIG_SENSORS_PCF8591 is not set | 735 | # CONFIG_SENSORS_PCF8591 is not set |
699 | # CONFIG_SENSORS_MAX6875 is not set | 736 | # CONFIG_SENSORS_MAX6875 is not set |
700 | # CONFIG_SENSORS_TSL2550 is not set | 737 | # CONFIG_SENSORS_TSL2550 is not set |
@@ -703,10 +740,13 @@ CONFIG_I2C_IBM_IIC=y | |||
703 | # CONFIG_I2C_DEBUG_BUS is not set | 740 | # CONFIG_I2C_DEBUG_BUS is not set |
704 | # CONFIG_I2C_DEBUG_CHIP is not set | 741 | # CONFIG_I2C_DEBUG_CHIP is not set |
705 | # CONFIG_SPI is not set | 742 | # CONFIG_SPI is not set |
743 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
744 | # CONFIG_GPIOLIB is not set | ||
706 | # CONFIG_W1 is not set | 745 | # CONFIG_W1 is not set |
707 | # CONFIG_POWER_SUPPLY is not set | 746 | # CONFIG_POWER_SUPPLY is not set |
708 | # CONFIG_HWMON is not set | 747 | # CONFIG_HWMON is not set |
709 | # CONFIG_THERMAL is not set | 748 | # CONFIG_THERMAL is not set |
749 | # CONFIG_THERMAL_HWMON is not set | ||
710 | # CONFIG_WATCHDOG is not set | 750 | # CONFIG_WATCHDOG is not set |
711 | 751 | ||
712 | # | 752 | # |
@@ -718,6 +758,7 @@ CONFIG_SSB_POSSIBLE=y | |||
718 | # | 758 | # |
719 | # Multifunction device drivers | 759 | # Multifunction device drivers |
720 | # | 760 | # |
761 | # CONFIG_MFD_CORE is not set | ||
721 | # CONFIG_MFD_SM501 is not set | 762 | # CONFIG_MFD_SM501 is not set |
722 | # CONFIG_HTC_PASIC3 is not set | 763 | # CONFIG_HTC_PASIC3 is not set |
723 | 764 | ||
@@ -730,6 +771,7 @@ CONFIG_SSB_POSSIBLE=y | |||
730 | # | 771 | # |
731 | # CONFIG_VIDEO_DEV is not set | 772 | # CONFIG_VIDEO_DEV is not set |
732 | # CONFIG_DVB_CORE is not set | 773 | # CONFIG_DVB_CORE is not set |
774 | # CONFIG_VIDEO_MEDIA is not set | ||
733 | 775 | ||
734 | # | 776 | # |
735 | # Multimedia drivers | 777 | # Multimedia drivers |
@@ -755,7 +797,6 @@ CONFIG_FB_CFB_IMAGEBLIT=y | |||
755 | # CONFIG_FB_SYS_IMAGEBLIT is not set | 797 | # CONFIG_FB_SYS_IMAGEBLIT is not set |
756 | # CONFIG_FB_FOREIGN_ENDIAN is not set | 798 | # CONFIG_FB_FOREIGN_ENDIAN is not set |
757 | # CONFIG_FB_SYS_FOPS is not set | 799 | # CONFIG_FB_SYS_FOPS is not set |
758 | CONFIG_FB_DEFERRED_IO=y | ||
759 | # CONFIG_FB_SVGALIB is not set | 800 | # CONFIG_FB_SVGALIB is not set |
760 | CONFIG_FB_MACMODES=y | 801 | CONFIG_FB_MACMODES=y |
761 | CONFIG_FB_BACKLIGHT=y | 802 | CONFIG_FB_BACKLIGHT=y |
@@ -795,10 +836,13 @@ CONFIG_FB_RADEON_BACKLIGHT=y | |||
795 | # CONFIG_FB_TRIDENT is not set | 836 | # CONFIG_FB_TRIDENT is not set |
796 | # CONFIG_FB_ARK is not set | 837 | # CONFIG_FB_ARK is not set |
797 | # CONFIG_FB_PM3 is not set | 838 | # CONFIG_FB_PM3 is not set |
839 | # CONFIG_FB_CARMINE is not set | ||
798 | # CONFIG_FB_IBM_GXT4500 is not set | 840 | # CONFIG_FB_IBM_GXT4500 is not set |
799 | # CONFIG_FB_VIRTUAL is not set | 841 | # CONFIG_FB_VIRTUAL is not set |
800 | CONFIG_BACKLIGHT_LCD_SUPPORT=y | 842 | CONFIG_BACKLIGHT_LCD_SUPPORT=y |
801 | CONFIG_LCD_CLASS_DEVICE=y | 843 | CONFIG_LCD_CLASS_DEVICE=y |
844 | # CONFIG_LCD_ILI9320 is not set | ||
845 | # CONFIG_LCD_PLATFORM is not set | ||
802 | CONFIG_BACKLIGHT_CLASS_DEVICE=y | 846 | CONFIG_BACKLIGHT_CLASS_DEVICE=y |
803 | # CONFIG_BACKLIGHT_CORGI is not set | 847 | # CONFIG_BACKLIGHT_CORGI is not set |
804 | 848 | ||
@@ -821,10 +865,6 @@ CONFIG_LOGO=y | |||
821 | CONFIG_LOGO_LINUX_MONO=y | 865 | CONFIG_LOGO_LINUX_MONO=y |
822 | CONFIG_LOGO_LINUX_VGA16=y | 866 | CONFIG_LOGO_LINUX_VGA16=y |
823 | CONFIG_LOGO_LINUX_CLUT224=y | 867 | CONFIG_LOGO_LINUX_CLUT224=y |
824 | |||
825 | # | ||
826 | # Sound | ||
827 | # | ||
828 | # CONFIG_SOUND is not set | 868 | # CONFIG_SOUND is not set |
829 | CONFIG_HID_SUPPORT=y | 869 | CONFIG_HID_SUPPORT=y |
830 | CONFIG_HID=y | 870 | CONFIG_HID=y |
@@ -859,11 +899,13 @@ CONFIG_USB_DEVICEFS=y | |||
859 | # | 899 | # |
860 | # USB Host Controller Drivers | 900 | # USB Host Controller Drivers |
861 | # | 901 | # |
902 | # CONFIG_USB_C67X00_HCD is not set | ||
862 | CONFIG_USB_EHCI_HCD=m | 903 | CONFIG_USB_EHCI_HCD=m |
863 | # CONFIG_USB_EHCI_ROOT_HUB_TT is not set | 904 | # CONFIG_USB_EHCI_ROOT_HUB_TT is not set |
864 | # CONFIG_USB_EHCI_TT_NEWSCHED is not set | 905 | # CONFIG_USB_EHCI_TT_NEWSCHED is not set |
865 | CONFIG_USB_EHCI_HCD_PPC_OF=y | 906 | CONFIG_USB_EHCI_HCD_PPC_OF=y |
866 | # CONFIG_USB_ISP116X_HCD is not set | 907 | # CONFIG_USB_ISP116X_HCD is not set |
908 | # CONFIG_USB_ISP1760_HCD is not set | ||
867 | CONFIG_USB_OHCI_HCD=y | 909 | CONFIG_USB_OHCI_HCD=y |
868 | CONFIG_USB_OHCI_HCD_PPC_OF=y | 910 | CONFIG_USB_OHCI_HCD_PPC_OF=y |
869 | CONFIG_USB_OHCI_HCD_PPC_OF_BE=y | 911 | CONFIG_USB_OHCI_HCD_PPC_OF_BE=y |
@@ -881,6 +923,7 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y | |||
881 | # | 923 | # |
882 | # CONFIG_USB_ACM is not set | 924 | # CONFIG_USB_ACM is not set |
883 | # CONFIG_USB_PRINTER is not set | 925 | # CONFIG_USB_PRINTER is not set |
926 | # CONFIG_USB_WDM is not set | ||
884 | 927 | ||
885 | # | 928 | # |
886 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 929 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
@@ -900,6 +943,7 @@ CONFIG_USB_STORAGE=m | |||
900 | # CONFIG_USB_STORAGE_SDDR55 is not set | 943 | # CONFIG_USB_STORAGE_SDDR55 is not set |
901 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | 944 | # CONFIG_USB_STORAGE_JUMPSHOT is not set |
902 | # CONFIG_USB_STORAGE_ALAUDA is not set | 945 | # CONFIG_USB_STORAGE_ALAUDA is not set |
946 | # CONFIG_USB_STORAGE_ONETOUCH is not set | ||
903 | # CONFIG_USB_STORAGE_KARMA is not set | 947 | # CONFIG_USB_STORAGE_KARMA is not set |
904 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set | 948 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set |
905 | # CONFIG_USB_LIBUSUAL is not set | 949 | # CONFIG_USB_LIBUSUAL is not set |
@@ -939,6 +983,7 @@ CONFIG_USB_STORAGE=m | |||
939 | # CONFIG_USB_TRANCEVIBRATOR is not set | 983 | # CONFIG_USB_TRANCEVIBRATOR is not set |
940 | # CONFIG_USB_IOWARRIOR is not set | 984 | # CONFIG_USB_IOWARRIOR is not set |
941 | # CONFIG_USB_TEST is not set | 985 | # CONFIG_USB_TEST is not set |
986 | # CONFIG_USB_ISIGHTFW is not set | ||
942 | # CONFIG_USB_GADGET is not set | 987 | # CONFIG_USB_GADGET is not set |
943 | # CONFIG_MMC is not set | 988 | # CONFIG_MMC is not set |
944 | # CONFIG_MEMSTICK is not set | 989 | # CONFIG_MEMSTICK is not set |
@@ -976,6 +1021,7 @@ CONFIG_RTC_INTF_DEV=y | |||
976 | CONFIG_RTC_DRV_M41T80=y | 1021 | CONFIG_RTC_DRV_M41T80=y |
977 | CONFIG_RTC_DRV_M41T80_WDT=y | 1022 | CONFIG_RTC_DRV_M41T80_WDT=y |
978 | # CONFIG_RTC_DRV_S35390A is not set | 1023 | # CONFIG_RTC_DRV_S35390A is not set |
1024 | # CONFIG_RTC_DRV_FM3130 is not set | ||
979 | 1025 | ||
980 | # | 1026 | # |
981 | # SPI RTC drivers | 1027 | # SPI RTC drivers |
@@ -996,6 +1042,7 @@ CONFIG_RTC_DRV_M41T80_WDT=y | |||
996 | # | 1042 | # |
997 | # on-CPU RTC drivers | 1043 | # on-CPU RTC drivers |
998 | # | 1044 | # |
1045 | # CONFIG_RTC_DRV_PPC is not set | ||
999 | # CONFIG_DMADEVICES is not set | 1046 | # CONFIG_DMADEVICES is not set |
1000 | # CONFIG_UIO is not set | 1047 | # CONFIG_UIO is not set |
1001 | 1048 | ||
@@ -1074,6 +1121,7 @@ CONFIG_AFFS_FS=m | |||
1074 | # CONFIG_CRAMFS is not set | 1121 | # CONFIG_CRAMFS is not set |
1075 | # CONFIG_VXFS_FS is not set | 1122 | # CONFIG_VXFS_FS is not set |
1076 | # CONFIG_MINIX_FS is not set | 1123 | # CONFIG_MINIX_FS is not set |
1124 | # CONFIG_OMFS_FS is not set | ||
1077 | # CONFIG_HPFS_FS is not set | 1125 | # CONFIG_HPFS_FS is not set |
1078 | # CONFIG_QNX4FS_FS is not set | 1126 | # CONFIG_QNX4FS_FS is not set |
1079 | # CONFIG_ROMFS_FS is not set | 1127 | # CONFIG_ROMFS_FS is not set |
@@ -1151,6 +1199,7 @@ CONFIG_BITREVERSE=y | |||
1151 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 1199 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
1152 | # CONFIG_CRC_CCITT is not set | 1200 | # CONFIG_CRC_CCITT is not set |
1153 | # CONFIG_CRC16 is not set | 1201 | # CONFIG_CRC16 is not set |
1202 | CONFIG_CRC_T10DIF=y | ||
1154 | CONFIG_CRC_ITU_T=y | 1203 | CONFIG_CRC_ITU_T=y |
1155 | CONFIG_CRC32=y | 1204 | CONFIG_CRC32=y |
1156 | # CONFIG_CRC7 is not set | 1205 | # CONFIG_CRC7 is not set |
@@ -1177,7 +1226,15 @@ CONFIG_MAGIC_SYSRQ=y | |||
1177 | # CONFIG_SLUB_DEBUG_ON is not set | 1226 | # CONFIG_SLUB_DEBUG_ON is not set |
1178 | # CONFIG_SLUB_STATS is not set | 1227 | # CONFIG_SLUB_STATS is not set |
1179 | # CONFIG_DEBUG_BUGVERBOSE is not set | 1228 | # CONFIG_DEBUG_BUGVERBOSE is not set |
1229 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
1230 | # CONFIG_LATENCYTOP is not set | ||
1231 | CONFIG_HAVE_FTRACE=y | ||
1232 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
1233 | # CONFIG_FTRACE is not set | ||
1234 | # CONFIG_SCHED_TRACER is not set | ||
1235 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
1180 | # CONFIG_SAMPLES is not set | 1236 | # CONFIG_SAMPLES is not set |
1237 | CONFIG_HAVE_ARCH_KGDB=y | ||
1181 | # CONFIG_IRQSTACKS is not set | 1238 | # CONFIG_IRQSTACKS is not set |
1182 | # CONFIG_PPC_EARLY_DEBUG is not set | 1239 | # CONFIG_PPC_EARLY_DEBUG is not set |
1183 | 1240 | ||
diff --git a/arch/powerpc/configs/44x/sequoia_defconfig b/arch/powerpc/configs/44x/sequoia_defconfig index dd5d6303c396..e40b1023265c 100644 --- a/arch/powerpc/configs/44x/sequoia_defconfig +++ b/arch/powerpc/configs/44x/sequoia_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.25-rc2 | 3 | # Linux kernel version: 2.6.27-rc1 |
4 | # Fri Feb 15 21:53:46 2008 | 4 | # Tue Aug 5 09:15:13 2008 |
5 | # | 5 | # |
6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
7 | 7 | ||
@@ -30,8 +30,12 @@ CONFIG_GENERIC_TIME=y | |||
30 | CONFIG_GENERIC_TIME_VSYSCALL=y | 30 | CONFIG_GENERIC_TIME_VSYSCALL=y |
31 | CONFIG_GENERIC_CLOCKEVENTS=y | 31 | CONFIG_GENERIC_CLOCKEVENTS=y |
32 | CONFIG_GENERIC_HARDIRQS=y | 32 | CONFIG_GENERIC_HARDIRQS=y |
33 | # CONFIG_HAVE_GET_USER_PAGES_FAST is not set | ||
33 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | 34 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set |
34 | CONFIG_IRQ_PER_CPU=y | 35 | CONFIG_IRQ_PER_CPU=y |
36 | CONFIG_STACKTRACE_SUPPORT=y | ||
37 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
38 | CONFIG_LOCKDEP_SUPPORT=y | ||
35 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 39 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
36 | CONFIG_ARCH_HAS_ILOG2_U32=y | 40 | CONFIG_ARCH_HAS_ILOG2_U32=y |
37 | CONFIG_GENERIC_HWEIGHT=y | 41 | CONFIG_GENERIC_HWEIGHT=y |
@@ -79,6 +83,7 @@ CONFIG_GROUP_SCHED=y | |||
79 | CONFIG_USER_SCHED=y | 83 | CONFIG_USER_SCHED=y |
80 | # CONFIG_CGROUP_SCHED is not set | 84 | # CONFIG_CGROUP_SCHED is not set |
81 | CONFIG_SYSFS_DEPRECATED=y | 85 | CONFIG_SYSFS_DEPRECATED=y |
86 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
82 | # CONFIG_RELAY is not set | 87 | # CONFIG_RELAY is not set |
83 | # CONFIG_NAMESPACES is not set | 88 | # CONFIG_NAMESPACES is not set |
84 | CONFIG_BLK_DEV_INITRD=y | 89 | CONFIG_BLK_DEV_INITRD=y |
@@ -87,6 +92,7 @@ CONFIG_INITRAMFS_SOURCE="" | |||
87 | CONFIG_SYSCTL=y | 92 | CONFIG_SYSCTL=y |
88 | CONFIG_EMBEDDED=y | 93 | CONFIG_EMBEDDED=y |
89 | CONFIG_SYSCTL_SYSCALL=y | 94 | CONFIG_SYSCTL_SYSCALL=y |
95 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
90 | CONFIG_KALLSYMS=y | 96 | CONFIG_KALLSYMS=y |
91 | # CONFIG_KALLSYMS_ALL is not set | 97 | # CONFIG_KALLSYMS_ALL is not set |
92 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 98 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
@@ -112,13 +118,22 @@ CONFIG_SLUB=y | |||
112 | # CONFIG_MARKERS is not set | 118 | # CONFIG_MARKERS is not set |
113 | CONFIG_HAVE_OPROFILE=y | 119 | CONFIG_HAVE_OPROFILE=y |
114 | # CONFIG_KPROBES is not set | 120 | # CONFIG_KPROBES is not set |
121 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
122 | CONFIG_HAVE_IOREMAP_PROT=y | ||
115 | CONFIG_HAVE_KPROBES=y | 123 | CONFIG_HAVE_KPROBES=y |
124 | CONFIG_HAVE_KRETPROBES=y | ||
125 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
126 | # CONFIG_HAVE_DMA_ATTRS is not set | ||
127 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
128 | # CONFIG_HAVE_CLK is not set | ||
116 | CONFIG_PROC_PAGE_MONITOR=y | 129 | CONFIG_PROC_PAGE_MONITOR=y |
130 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
117 | CONFIG_SLABINFO=y | 131 | CONFIG_SLABINFO=y |
118 | CONFIG_RT_MUTEXES=y | 132 | CONFIG_RT_MUTEXES=y |
119 | # CONFIG_TINY_SHMEM is not set | 133 | # CONFIG_TINY_SHMEM is not set |
120 | CONFIG_BASE_SMALL=0 | 134 | CONFIG_BASE_SMALL=0 |
121 | CONFIG_MODULES=y | 135 | CONFIG_MODULES=y |
136 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
122 | CONFIG_MODULE_UNLOAD=y | 137 | CONFIG_MODULE_UNLOAD=y |
123 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 138 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
124 | # CONFIG_MODVERSIONS is not set | 139 | # CONFIG_MODVERSIONS is not set |
@@ -129,6 +144,7 @@ CONFIG_LBD=y | |||
129 | # CONFIG_BLK_DEV_IO_TRACE is not set | 144 | # CONFIG_BLK_DEV_IO_TRACE is not set |
130 | # CONFIG_LSF is not set | 145 | # CONFIG_LSF is not set |
131 | # CONFIG_BLK_DEV_BSG is not set | 146 | # CONFIG_BLK_DEV_BSG is not set |
147 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
132 | 148 | ||
133 | # | 149 | # |
134 | # IO Schedulers | 150 | # IO Schedulers |
@@ -143,24 +159,25 @@ CONFIG_DEFAULT_AS=y | |||
143 | # CONFIG_DEFAULT_NOOP is not set | 159 | # CONFIG_DEFAULT_NOOP is not set |
144 | CONFIG_DEFAULT_IOSCHED="anticipatory" | 160 | CONFIG_DEFAULT_IOSCHED="anticipatory" |
145 | CONFIG_CLASSIC_RCU=y | 161 | CONFIG_CLASSIC_RCU=y |
146 | # CONFIG_PREEMPT_RCU is not set | ||
147 | # CONFIG_PPC4xx_PCI_EXPRESS is not set | 162 | # CONFIG_PPC4xx_PCI_EXPRESS is not set |
148 | 163 | ||
149 | # | 164 | # |
150 | # Platform support | 165 | # Platform support |
151 | # | 166 | # |
152 | # CONFIG_PPC_MPC512x is not set | ||
153 | # CONFIG_PPC_MPC5121 is not set | ||
154 | # CONFIG_PPC_CELL is not set | 167 | # CONFIG_PPC_CELL is not set |
155 | # CONFIG_PPC_CELL_NATIVE is not set | 168 | # CONFIG_PPC_CELL_NATIVE is not set |
156 | # CONFIG_PQ2ADS is not set | 169 | # CONFIG_PQ2ADS is not set |
157 | # CONFIG_BAMBOO is not set | 170 | # CONFIG_BAMBOO is not set |
158 | # CONFIG_EBONY is not set | 171 | # CONFIG_EBONY is not set |
172 | # CONFIG_SAM440EP is not set | ||
159 | CONFIG_SEQUOIA=y | 173 | CONFIG_SEQUOIA=y |
160 | # CONFIG_TAISHAN is not set | 174 | # CONFIG_TAISHAN is not set |
161 | # CONFIG_KATMAI is not set | 175 | # CONFIG_KATMAI is not set |
162 | # CONFIG_RAINIER is not set | 176 | # CONFIG_RAINIER is not set |
163 | # CONFIG_WARP is not set | 177 | # CONFIG_WARP is not set |
178 | # CONFIG_CANYONLANDS is not set | ||
179 | # CONFIG_YOSEMITE is not set | ||
180 | # CONFIG_XILINX_VIRTEX440_GENERIC_BOARD is not set | ||
164 | CONFIG_440EPX=y | 181 | CONFIG_440EPX=y |
165 | # CONFIG_IPIC is not set | 182 | # CONFIG_IPIC is not set |
166 | # CONFIG_MPIC is not set | 183 | # CONFIG_MPIC is not set |
@@ -192,7 +209,6 @@ CONFIG_HZ=250 | |||
192 | CONFIG_PREEMPT_NONE=y | 209 | CONFIG_PREEMPT_NONE=y |
193 | # CONFIG_PREEMPT_VOLUNTARY is not set | 210 | # CONFIG_PREEMPT_VOLUNTARY is not set |
194 | # CONFIG_PREEMPT is not set | 211 | # CONFIG_PREEMPT is not set |
195 | CONFIG_RCU_TRACE=y | ||
196 | CONFIG_BINFMT_ELF=y | 212 | CONFIG_BINFMT_ELF=y |
197 | # CONFIG_BINFMT_MISC is not set | 213 | # CONFIG_BINFMT_MISC is not set |
198 | # CONFIG_MATH_EMULATION is not set | 214 | # CONFIG_MATH_EMULATION is not set |
@@ -210,14 +226,18 @@ CONFIG_FLATMEM=y | |||
210 | CONFIG_FLAT_NODE_MEM_MAP=y | 226 | CONFIG_FLAT_NODE_MEM_MAP=y |
211 | # CONFIG_SPARSEMEM_STATIC is not set | 227 | # CONFIG_SPARSEMEM_STATIC is not set |
212 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 228 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
229 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
213 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 230 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
231 | CONFIG_MIGRATION=y | ||
214 | CONFIG_RESOURCES_64BIT=y | 232 | CONFIG_RESOURCES_64BIT=y |
215 | CONFIG_ZONE_DMA_FLAG=1 | 233 | CONFIG_ZONE_DMA_FLAG=1 |
216 | CONFIG_BOUNCE=y | 234 | CONFIG_BOUNCE=y |
217 | CONFIG_VIRT_TO_BUS=y | 235 | CONFIG_VIRT_TO_BUS=y |
236 | CONFIG_FORCE_MAX_ZONEORDER=11 | ||
218 | CONFIG_PROC_DEVICETREE=y | 237 | CONFIG_PROC_DEVICETREE=y |
219 | CONFIG_CMDLINE_BOOL=y | 238 | CONFIG_CMDLINE_BOOL=y |
220 | CONFIG_CMDLINE="" | 239 | CONFIG_CMDLINE="" |
240 | CONFIG_EXTRA_TARGETS="" | ||
221 | CONFIG_SECCOMP=y | 241 | CONFIG_SECCOMP=y |
222 | CONFIG_ISA_DMA_API=y | 242 | CONFIG_ISA_DMA_API=y |
223 | 243 | ||
@@ -226,6 +246,8 @@ CONFIG_ISA_DMA_API=y | |||
226 | # | 246 | # |
227 | CONFIG_ZONE_DMA=y | 247 | CONFIG_ZONE_DMA=y |
228 | CONFIG_PPC_INDIRECT_PCI=y | 248 | CONFIG_PPC_INDIRECT_PCI=y |
249 | CONFIG_4xx_SOC=y | ||
250 | CONFIG_PPC_PCI_CHOICE=y | ||
229 | CONFIG_PCI=y | 251 | CONFIG_PCI=y |
230 | CONFIG_PCI_DOMAINS=y | 252 | CONFIG_PCI_DOMAINS=y |
231 | CONFIG_PCI_SYSCALL=y | 253 | CONFIG_PCI_SYSCALL=y |
@@ -236,6 +258,7 @@ CONFIG_PCI_LEGACY=y | |||
236 | # CONFIG_PCI_DEBUG is not set | 258 | # CONFIG_PCI_DEBUG is not set |
237 | # CONFIG_PCCARD is not set | 259 | # CONFIG_PCCARD is not set |
238 | # CONFIG_HOTPLUG_PCI is not set | 260 | # CONFIG_HOTPLUG_PCI is not set |
261 | # CONFIG_HAS_RAPIDIO is not set | ||
239 | 262 | ||
240 | # | 263 | # |
241 | # Advanced setup | 264 | # Advanced setup |
@@ -245,17 +268,13 @@ CONFIG_PCI_LEGACY=y | |||
245 | # | 268 | # |
246 | # Default settings for advanced configuration options are used | 269 | # Default settings for advanced configuration options are used |
247 | # | 270 | # |
248 | CONFIG_HIGHMEM_START=0xfe000000 | ||
249 | CONFIG_LOWMEM_SIZE=0x30000000 | 271 | CONFIG_LOWMEM_SIZE=0x30000000 |
272 | CONFIG_PAGE_OFFSET=0xc0000000 | ||
250 | CONFIG_KERNEL_START=0xc0000000 | 273 | CONFIG_KERNEL_START=0xc0000000 |
274 | CONFIG_PHYSICAL_START=0x00000000 | ||
251 | CONFIG_TASK_SIZE=0xc0000000 | 275 | CONFIG_TASK_SIZE=0xc0000000 |
252 | CONFIG_CONSISTENT_START=0xff100000 | 276 | CONFIG_CONSISTENT_START=0xff100000 |
253 | CONFIG_CONSISTENT_SIZE=0x00200000 | 277 | CONFIG_CONSISTENT_SIZE=0x00200000 |
254 | CONFIG_BOOT_LOAD=0x01000000 | ||
255 | |||
256 | # | ||
257 | # Networking | ||
258 | # | ||
259 | CONFIG_NET=y | 278 | CONFIG_NET=y |
260 | 279 | ||
261 | # | 280 | # |
@@ -293,8 +312,6 @@ CONFIG_TCP_CONG_CUBIC=y | |||
293 | CONFIG_DEFAULT_TCP_CONG="cubic" | 312 | CONFIG_DEFAULT_TCP_CONG="cubic" |
294 | # CONFIG_TCP_MD5SIG is not set | 313 | # CONFIG_TCP_MD5SIG is not set |
295 | # CONFIG_IPV6 is not set | 314 | # CONFIG_IPV6 is not set |
296 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
297 | # CONFIG_INET6_TUNNEL is not set | ||
298 | # CONFIG_NETWORK_SECMARK is not set | 315 | # CONFIG_NETWORK_SECMARK is not set |
299 | # CONFIG_NETFILTER is not set | 316 | # CONFIG_NETFILTER is not set |
300 | # CONFIG_IP_DCCP is not set | 317 | # CONFIG_IP_DCCP is not set |
@@ -344,6 +361,8 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
344 | CONFIG_STANDALONE=y | 361 | CONFIG_STANDALONE=y |
345 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 362 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
346 | CONFIG_FW_LOADER=y | 363 | CONFIG_FW_LOADER=y |
364 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
365 | CONFIG_EXTRA_FIRMWARE="" | ||
347 | # CONFIG_DEBUG_DRIVER is not set | 366 | # CONFIG_DEBUG_DRIVER is not set |
348 | # CONFIG_DEBUG_DEVRES is not set | 367 | # CONFIG_DEBUG_DEVRES is not set |
349 | # CONFIG_SYS_HYPERVISOR is not set | 368 | # CONFIG_SYS_HYPERVISOR is not set |
@@ -356,6 +375,7 @@ CONFIG_MTD_PARTITIONS=y | |||
356 | # CONFIG_MTD_REDBOOT_PARTS is not set | 375 | # CONFIG_MTD_REDBOOT_PARTS is not set |
357 | CONFIG_MTD_CMDLINE_PARTS=y | 376 | CONFIG_MTD_CMDLINE_PARTS=y |
358 | CONFIG_MTD_OF_PARTS=y | 377 | CONFIG_MTD_OF_PARTS=y |
378 | # CONFIG_MTD_AR7_PARTS is not set | ||
359 | 379 | ||
360 | # | 380 | # |
361 | # User Modules And Translation Layers | 381 | # User Modules And Translation Layers |
@@ -446,12 +466,14 @@ CONFIG_BLK_DEV_RAM_SIZE=35000 | |||
446 | # CONFIG_CDROM_PKTCDVD is not set | 466 | # CONFIG_CDROM_PKTCDVD is not set |
447 | # CONFIG_ATA_OVER_ETH is not set | 467 | # CONFIG_ATA_OVER_ETH is not set |
448 | # CONFIG_XILINX_SYSACE is not set | 468 | # CONFIG_XILINX_SYSACE is not set |
469 | # CONFIG_BLK_DEV_HD is not set | ||
449 | CONFIG_MISC_DEVICES=y | 470 | CONFIG_MISC_DEVICES=y |
450 | # CONFIG_PHANTOM is not set | 471 | # CONFIG_PHANTOM is not set |
451 | # CONFIG_EEPROM_93CX6 is not set | 472 | # CONFIG_EEPROM_93CX6 is not set |
452 | # CONFIG_SGI_IOC4 is not set | 473 | # CONFIG_SGI_IOC4 is not set |
453 | # CONFIG_TIFM_CORE is not set | 474 | # CONFIG_TIFM_CORE is not set |
454 | # CONFIG_ENCLOSURE_SERVICES is not set | 475 | # CONFIG_ENCLOSURE_SERVICES is not set |
476 | # CONFIG_HP_ILO is not set | ||
455 | CONFIG_HAVE_IDE=y | 477 | CONFIG_HAVE_IDE=y |
456 | # CONFIG_IDE is not set | 478 | # CONFIG_IDE is not set |
457 | 479 | ||
@@ -469,12 +491,15 @@ CONFIG_HAVE_IDE=y | |||
469 | # | 491 | # |
470 | # IEEE 1394 (FireWire) support | 492 | # IEEE 1394 (FireWire) support |
471 | # | 493 | # |
494 | |||
495 | # | ||
496 | # Enable only one of the two stacks, unless you know what you are doing | ||
497 | # | ||
472 | # CONFIG_FIREWIRE is not set | 498 | # CONFIG_FIREWIRE is not set |
473 | # CONFIG_IEEE1394 is not set | 499 | # CONFIG_IEEE1394 is not set |
474 | # CONFIG_I2O is not set | 500 | # CONFIG_I2O is not set |
475 | # CONFIG_MACINTOSH_DRIVERS is not set | 501 | # CONFIG_MACINTOSH_DRIVERS is not set |
476 | CONFIG_NETDEVICES=y | 502 | CONFIG_NETDEVICES=y |
477 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
478 | # CONFIG_DUMMY is not set | 503 | # CONFIG_DUMMY is not set |
479 | # CONFIG_BONDING is not set | 504 | # CONFIG_BONDING is not set |
480 | # CONFIG_MACVLAN is not set | 505 | # CONFIG_MACVLAN is not set |
@@ -509,7 +534,6 @@ CONFIG_NETDEV_1000=y | |||
509 | # CONFIG_DL2K is not set | 534 | # CONFIG_DL2K is not set |
510 | # CONFIG_E1000 is not set | 535 | # CONFIG_E1000 is not set |
511 | # CONFIG_E1000E is not set | 536 | # CONFIG_E1000E is not set |
512 | # CONFIG_E1000E_ENABLED is not set | ||
513 | # CONFIG_IP1000 is not set | 537 | # CONFIG_IP1000 is not set |
514 | # CONFIG_IGB is not set | 538 | # CONFIG_IGB is not set |
515 | # CONFIG_NS83820 is not set | 539 | # CONFIG_NS83820 is not set |
@@ -519,12 +543,12 @@ CONFIG_NETDEV_1000=y | |||
519 | # CONFIG_SIS190 is not set | 543 | # CONFIG_SIS190 is not set |
520 | # CONFIG_SKGE is not set | 544 | # CONFIG_SKGE is not set |
521 | # CONFIG_SKY2 is not set | 545 | # CONFIG_SKY2 is not set |
522 | # CONFIG_SK98LIN is not set | ||
523 | # CONFIG_VIA_VELOCITY is not set | 546 | # CONFIG_VIA_VELOCITY is not set |
524 | # CONFIG_TIGON3 is not set | 547 | # CONFIG_TIGON3 is not set |
525 | # CONFIG_BNX2 is not set | 548 | # CONFIG_BNX2 is not set |
526 | # CONFIG_QLA3XXX is not set | 549 | # CONFIG_QLA3XXX is not set |
527 | # CONFIG_ATL1 is not set | 550 | # CONFIG_ATL1 is not set |
551 | # CONFIG_ATL1E is not set | ||
528 | CONFIG_NETDEV_10000=y | 552 | CONFIG_NETDEV_10000=y |
529 | # CONFIG_CHELSIO_T1 is not set | 553 | # CONFIG_CHELSIO_T1 is not set |
530 | # CONFIG_CHELSIO_T3 is not set | 554 | # CONFIG_CHELSIO_T3 is not set |
@@ -537,6 +561,7 @@ CONFIG_NETDEV_10000=y | |||
537 | # CONFIG_MLX4_CORE is not set | 561 | # CONFIG_MLX4_CORE is not set |
538 | # CONFIG_TEHUTI is not set | 562 | # CONFIG_TEHUTI is not set |
539 | # CONFIG_BNX2X is not set | 563 | # CONFIG_BNX2X is not set |
564 | # CONFIG_SFC is not set | ||
540 | # CONFIG_TR is not set | 565 | # CONFIG_TR is not set |
541 | 566 | ||
542 | # | 567 | # |
@@ -544,6 +569,7 @@ CONFIG_NETDEV_10000=y | |||
544 | # | 569 | # |
545 | # CONFIG_WLAN_PRE80211 is not set | 570 | # CONFIG_WLAN_PRE80211 is not set |
546 | # CONFIG_WLAN_80211 is not set | 571 | # CONFIG_WLAN_80211 is not set |
572 | # CONFIG_IWLWIFI_LEDS is not set | ||
547 | # CONFIG_WAN is not set | 573 | # CONFIG_WAN is not set |
548 | # CONFIG_FDDI is not set | 574 | # CONFIG_FDDI is not set |
549 | # CONFIG_HIPPI is not set | 575 | # CONFIG_HIPPI is not set |
@@ -570,6 +596,7 @@ CONFIG_NETDEV_10000=y | |||
570 | # Character devices | 596 | # Character devices |
571 | # | 597 | # |
572 | # CONFIG_VT is not set | 598 | # CONFIG_VT is not set |
599 | CONFIG_DEVKMEM=y | ||
573 | # CONFIG_SERIAL_NONSTANDARD is not set | 600 | # CONFIG_SERIAL_NONSTANDARD is not set |
574 | # CONFIG_NOZOMI is not set | 601 | # CONFIG_NOZOMI is not set |
575 | 602 | ||
@@ -608,12 +635,9 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
608 | # CONFIG_TCG_TPM is not set | 635 | # CONFIG_TCG_TPM is not set |
609 | CONFIG_DEVPORT=y | 636 | CONFIG_DEVPORT=y |
610 | # CONFIG_I2C is not set | 637 | # CONFIG_I2C is not set |
611 | |||
612 | # | ||
613 | # SPI support | ||
614 | # | ||
615 | # CONFIG_SPI is not set | 638 | # CONFIG_SPI is not set |
616 | # CONFIG_SPI_MASTER is not set | 639 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y |
640 | # CONFIG_GPIOLIB is not set | ||
617 | # CONFIG_W1 is not set | 641 | # CONFIG_W1 is not set |
618 | # CONFIG_POWER_SUPPLY is not set | 642 | # CONFIG_POWER_SUPPLY is not set |
619 | # CONFIG_HWMON is not set | 643 | # CONFIG_HWMON is not set |
@@ -629,13 +653,24 @@ CONFIG_SSB_POSSIBLE=y | |||
629 | # | 653 | # |
630 | # Multifunction device drivers | 654 | # Multifunction device drivers |
631 | # | 655 | # |
656 | # CONFIG_MFD_CORE is not set | ||
632 | # CONFIG_MFD_SM501 is not set | 657 | # CONFIG_MFD_SM501 is not set |
658 | # CONFIG_HTC_PASIC3 is not set | ||
633 | 659 | ||
634 | # | 660 | # |
635 | # Multimedia devices | 661 | # Multimedia devices |
636 | # | 662 | # |
663 | |||
664 | # | ||
665 | # Multimedia core support | ||
666 | # | ||
637 | # CONFIG_VIDEO_DEV is not set | 667 | # CONFIG_VIDEO_DEV is not set |
638 | # CONFIG_DVB_CORE is not set | 668 | # CONFIG_DVB_CORE is not set |
669 | # CONFIG_VIDEO_MEDIA is not set | ||
670 | |||
671 | # | ||
672 | # Multimedia drivers | ||
673 | # | ||
639 | CONFIG_DAB=y | 674 | CONFIG_DAB=y |
640 | 675 | ||
641 | # | 676 | # |
@@ -652,16 +687,14 @@ CONFIG_VIDEO_OUTPUT_CONTROL=m | |||
652 | # Display device support | 687 | # Display device support |
653 | # | 688 | # |
654 | # CONFIG_DISPLAY_SUPPORT is not set | 689 | # CONFIG_DISPLAY_SUPPORT is not set |
655 | |||
656 | # | ||
657 | # Sound | ||
658 | # | ||
659 | # CONFIG_SOUND is not set | 690 | # CONFIG_SOUND is not set |
660 | CONFIG_USB_SUPPORT=y | 691 | CONFIG_USB_SUPPORT=y |
661 | CONFIG_USB_ARCH_HAS_HCD=y | 692 | CONFIG_USB_ARCH_HAS_HCD=y |
662 | CONFIG_USB_ARCH_HAS_OHCI=y | 693 | CONFIG_USB_ARCH_HAS_OHCI=y |
663 | CONFIG_USB_ARCH_HAS_EHCI=y | 694 | CONFIG_USB_ARCH_HAS_EHCI=y |
664 | # CONFIG_USB is not set | 695 | # CONFIG_USB is not set |
696 | # CONFIG_USB_OTG_WHITELIST is not set | ||
697 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | ||
665 | 698 | ||
666 | # | 699 | # |
667 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 700 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
@@ -670,13 +703,11 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
670 | # CONFIG_MMC is not set | 703 | # CONFIG_MMC is not set |
671 | # CONFIG_MEMSTICK is not set | 704 | # CONFIG_MEMSTICK is not set |
672 | # CONFIG_NEW_LEDS is not set | 705 | # CONFIG_NEW_LEDS is not set |
706 | # CONFIG_ACCESSIBILITY is not set | ||
673 | # CONFIG_INFINIBAND is not set | 707 | # CONFIG_INFINIBAND is not set |
674 | # CONFIG_EDAC is not set | 708 | # CONFIG_EDAC is not set |
675 | # CONFIG_RTC_CLASS is not set | 709 | # CONFIG_RTC_CLASS is not set |
676 | 710 | # CONFIG_DMADEVICES is not set | |
677 | # | ||
678 | # Userspace I/O | ||
679 | # | ||
680 | # CONFIG_UIO is not set | 711 | # CONFIG_UIO is not set |
681 | 712 | ||
682 | # | 713 | # |
@@ -691,7 +722,6 @@ CONFIG_EXT2_FS=y | |||
691 | # CONFIG_JFS_FS is not set | 722 | # CONFIG_JFS_FS is not set |
692 | # CONFIG_FS_POSIX_ACL is not set | 723 | # CONFIG_FS_POSIX_ACL is not set |
693 | # CONFIG_XFS_FS is not set | 724 | # CONFIG_XFS_FS is not set |
694 | # CONFIG_GFS2_FS is not set | ||
695 | # CONFIG_OCFS2_FS is not set | 725 | # CONFIG_OCFS2_FS is not set |
696 | CONFIG_DNOTIFY=y | 726 | CONFIG_DNOTIFY=y |
697 | CONFIG_INOTIFY=y | 727 | CONFIG_INOTIFY=y |
@@ -750,6 +780,7 @@ CONFIG_JFFS2_RTIME=y | |||
750 | CONFIG_CRAMFS=y | 780 | CONFIG_CRAMFS=y |
751 | # CONFIG_VXFS_FS is not set | 781 | # CONFIG_VXFS_FS is not set |
752 | # CONFIG_MINIX_FS is not set | 782 | # CONFIG_MINIX_FS is not set |
783 | # CONFIG_OMFS_FS is not set | ||
753 | # CONFIG_HPFS_FS is not set | 784 | # CONFIG_HPFS_FS is not set |
754 | # CONFIG_QNX4FS_FS is not set | 785 | # CONFIG_QNX4FS_FS is not set |
755 | # CONFIG_ROMFS_FS is not set | 786 | # CONFIG_ROMFS_FS is not set |
@@ -760,14 +791,12 @@ CONFIG_NFS_FS=y | |||
760 | CONFIG_NFS_V3=y | 791 | CONFIG_NFS_V3=y |
761 | # CONFIG_NFS_V3_ACL is not set | 792 | # CONFIG_NFS_V3_ACL is not set |
762 | # CONFIG_NFS_V4 is not set | 793 | # CONFIG_NFS_V4 is not set |
763 | # CONFIG_NFS_DIRECTIO is not set | ||
764 | # CONFIG_NFSD is not set | ||
765 | CONFIG_ROOT_NFS=y | 794 | CONFIG_ROOT_NFS=y |
795 | # CONFIG_NFSD is not set | ||
766 | CONFIG_LOCKD=y | 796 | CONFIG_LOCKD=y |
767 | CONFIG_LOCKD_V4=y | 797 | CONFIG_LOCKD_V4=y |
768 | CONFIG_NFS_COMMON=y | 798 | CONFIG_NFS_COMMON=y |
769 | CONFIG_SUNRPC=y | 799 | CONFIG_SUNRPC=y |
770 | # CONFIG_SUNRPC_BIND34 is not set | ||
771 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 800 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
772 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 801 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
773 | # CONFIG_SMB_FS is not set | 802 | # CONFIG_SMB_FS is not set |
@@ -788,8 +817,10 @@ CONFIG_MSDOS_PARTITION=y | |||
788 | # Library routines | 817 | # Library routines |
789 | # | 818 | # |
790 | CONFIG_BITREVERSE=y | 819 | CONFIG_BITREVERSE=y |
820 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
791 | # CONFIG_CRC_CCITT is not set | 821 | # CONFIG_CRC_CCITT is not set |
792 | # CONFIG_CRC16 is not set | 822 | # CONFIG_CRC16 is not set |
823 | # CONFIG_CRC_T10DIF is not set | ||
793 | # CONFIG_CRC_ITU_T is not set | 824 | # CONFIG_CRC_ITU_T is not set |
794 | CONFIG_CRC32=y | 825 | CONFIG_CRC32=y |
795 | # CONFIG_CRC7 is not set | 826 | # CONFIG_CRC7 is not set |
@@ -800,6 +831,7 @@ CONFIG_PLIST=y | |||
800 | CONFIG_HAS_IOMEM=y | 831 | CONFIG_HAS_IOMEM=y |
801 | CONFIG_HAS_IOPORT=y | 832 | CONFIG_HAS_IOPORT=y |
802 | CONFIG_HAS_DMA=y | 833 | CONFIG_HAS_DMA=y |
834 | CONFIG_HAVE_LMB=y | ||
803 | 835 | ||
804 | # | 836 | # |
805 | # Kernel hacking | 837 | # Kernel hacking |
@@ -807,6 +839,7 @@ CONFIG_HAS_DMA=y | |||
807 | # CONFIG_PRINTK_TIME is not set | 839 | # CONFIG_PRINTK_TIME is not set |
808 | CONFIG_ENABLE_WARN_DEPRECATED=y | 840 | CONFIG_ENABLE_WARN_DEPRECATED=y |
809 | CONFIG_ENABLE_MUST_CHECK=y | 841 | CONFIG_ENABLE_MUST_CHECK=y |
842 | CONFIG_FRAME_WARN=1024 | ||
810 | CONFIG_MAGIC_SYSRQ=y | 843 | CONFIG_MAGIC_SYSRQ=y |
811 | # CONFIG_UNUSED_SYMBOLS is not set | 844 | # CONFIG_UNUSED_SYMBOLS is not set |
812 | CONFIG_DEBUG_FS=y | 845 | CONFIG_DEBUG_FS=y |
@@ -814,9 +847,12 @@ CONFIG_DEBUG_FS=y | |||
814 | CONFIG_DEBUG_KERNEL=y | 847 | CONFIG_DEBUG_KERNEL=y |
815 | # CONFIG_DEBUG_SHIRQ is not set | 848 | # CONFIG_DEBUG_SHIRQ is not set |
816 | CONFIG_DETECT_SOFTLOCKUP=y | 849 | CONFIG_DETECT_SOFTLOCKUP=y |
850 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
851 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
817 | CONFIG_SCHED_DEBUG=y | 852 | CONFIG_SCHED_DEBUG=y |
818 | # CONFIG_SCHEDSTATS is not set | 853 | # CONFIG_SCHEDSTATS is not set |
819 | # CONFIG_TIMER_STATS is not set | 854 | # CONFIG_TIMER_STATS is not set |
855 | # CONFIG_DEBUG_OBJECTS is not set | ||
820 | # CONFIG_SLUB_DEBUG_ON is not set | 856 | # CONFIG_SLUB_DEBUG_ON is not set |
821 | # CONFIG_SLUB_STATS is not set | 857 | # CONFIG_SLUB_STATS is not set |
822 | # CONFIG_DEBUG_RT_MUTEXES is not set | 858 | # CONFIG_DEBUG_RT_MUTEXES is not set |
@@ -829,19 +865,30 @@ CONFIG_SCHED_DEBUG=y | |||
829 | # CONFIG_DEBUG_BUGVERBOSE is not set | 865 | # CONFIG_DEBUG_BUGVERBOSE is not set |
830 | # CONFIG_DEBUG_INFO is not set | 866 | # CONFIG_DEBUG_INFO is not set |
831 | # CONFIG_DEBUG_VM is not set | 867 | # CONFIG_DEBUG_VM is not set |
868 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
869 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
832 | # CONFIG_DEBUG_LIST is not set | 870 | # CONFIG_DEBUG_LIST is not set |
833 | # CONFIG_DEBUG_SG is not set | 871 | # CONFIG_DEBUG_SG is not set |
834 | # CONFIG_BOOT_PRINTK_DELAY is not set | 872 | # CONFIG_BOOT_PRINTK_DELAY is not set |
835 | # CONFIG_RCU_TORTURE_TEST is not set | 873 | # CONFIG_RCU_TORTURE_TEST is not set |
836 | # CONFIG_BACKTRACE_SELF_TEST is not set | 874 | # CONFIG_BACKTRACE_SELF_TEST is not set |
837 | # CONFIG_FAULT_INJECTION is not set | 875 | # CONFIG_FAULT_INJECTION is not set |
876 | # CONFIG_LATENCYTOP is not set | ||
877 | CONFIG_HAVE_FTRACE=y | ||
878 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
879 | # CONFIG_FTRACE is not set | ||
880 | # CONFIG_SCHED_TRACER is not set | ||
881 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
838 | # CONFIG_SAMPLES is not set | 882 | # CONFIG_SAMPLES is not set |
883 | CONFIG_HAVE_ARCH_KGDB=y | ||
884 | # CONFIG_KGDB is not set | ||
839 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 885 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
840 | # CONFIG_DEBUG_STACK_USAGE is not set | 886 | # CONFIG_DEBUG_STACK_USAGE is not set |
841 | # CONFIG_DEBUG_PAGEALLOC is not set | 887 | # CONFIG_DEBUG_PAGEALLOC is not set |
842 | CONFIG_DEBUGGER=y | 888 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
843 | # CONFIG_KGDB is not set | 889 | # CONFIG_FTR_FIXUP_SELFTEST is not set |
844 | # CONFIG_XMON is not set | 890 | # CONFIG_XMON is not set |
891 | # CONFIG_IRQSTACKS is not set | ||
845 | # CONFIG_VIRQ_DEBUG is not set | 892 | # CONFIG_VIRQ_DEBUG is not set |
846 | # CONFIG_BDI_SWITCH is not set | 893 | # CONFIG_BDI_SWITCH is not set |
847 | CONFIG_PPC_EARLY_DEBUG=y | 894 | CONFIG_PPC_EARLY_DEBUG=y |
@@ -866,51 +913,85 @@ CONFIG_PPC_EARLY_DEBUG_44x_PHYSHIGH=0x1 | |||
866 | # CONFIG_SECURITY is not set | 913 | # CONFIG_SECURITY is not set |
867 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 914 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
868 | CONFIG_CRYPTO=y | 915 | CONFIG_CRYPTO=y |
916 | |||
917 | # | ||
918 | # Crypto core or helper | ||
919 | # | ||
869 | CONFIG_CRYPTO_ALGAPI=y | 920 | CONFIG_CRYPTO_ALGAPI=y |
870 | CONFIG_CRYPTO_BLKCIPHER=y | 921 | CONFIG_CRYPTO_BLKCIPHER=y |
871 | # CONFIG_CRYPTO_SEQIV is not set | ||
872 | CONFIG_CRYPTO_MANAGER=y | 922 | CONFIG_CRYPTO_MANAGER=y |
923 | # CONFIG_CRYPTO_GF128MUL is not set | ||
924 | # CONFIG_CRYPTO_NULL is not set | ||
925 | # CONFIG_CRYPTO_CRYPTD is not set | ||
926 | # CONFIG_CRYPTO_AUTHENC is not set | ||
927 | # CONFIG_CRYPTO_TEST is not set | ||
928 | |||
929 | # | ||
930 | # Authenticated Encryption with Associated Data | ||
931 | # | ||
932 | # CONFIG_CRYPTO_CCM is not set | ||
933 | # CONFIG_CRYPTO_GCM is not set | ||
934 | # CONFIG_CRYPTO_SEQIV is not set | ||
935 | |||
936 | # | ||
937 | # Block modes | ||
938 | # | ||
939 | CONFIG_CRYPTO_CBC=y | ||
940 | # CONFIG_CRYPTO_CTR is not set | ||
941 | # CONFIG_CRYPTO_CTS is not set | ||
942 | CONFIG_CRYPTO_ECB=y | ||
943 | # CONFIG_CRYPTO_LRW is not set | ||
944 | CONFIG_CRYPTO_PCBC=y | ||
945 | # CONFIG_CRYPTO_XTS is not set | ||
946 | |||
947 | # | ||
948 | # Hash modes | ||
949 | # | ||
873 | # CONFIG_CRYPTO_HMAC is not set | 950 | # CONFIG_CRYPTO_HMAC is not set |
874 | # CONFIG_CRYPTO_XCBC is not set | 951 | # CONFIG_CRYPTO_XCBC is not set |
875 | # CONFIG_CRYPTO_NULL is not set | 952 | |
953 | # | ||
954 | # Digest | ||
955 | # | ||
956 | # CONFIG_CRYPTO_CRC32C is not set | ||
876 | # CONFIG_CRYPTO_MD4 is not set | 957 | # CONFIG_CRYPTO_MD4 is not set |
877 | CONFIG_CRYPTO_MD5=y | 958 | CONFIG_CRYPTO_MD5=y |
959 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
960 | # CONFIG_CRYPTO_RMD128 is not set | ||
961 | # CONFIG_CRYPTO_RMD160 is not set | ||
962 | # CONFIG_CRYPTO_RMD256 is not set | ||
963 | # CONFIG_CRYPTO_RMD320 is not set | ||
878 | # CONFIG_CRYPTO_SHA1 is not set | 964 | # CONFIG_CRYPTO_SHA1 is not set |
879 | # CONFIG_CRYPTO_SHA256 is not set | 965 | # CONFIG_CRYPTO_SHA256 is not set |
880 | # CONFIG_CRYPTO_SHA512 is not set | 966 | # CONFIG_CRYPTO_SHA512 is not set |
881 | # CONFIG_CRYPTO_WP512 is not set | ||
882 | # CONFIG_CRYPTO_TGR192 is not set | 967 | # CONFIG_CRYPTO_TGR192 is not set |
883 | # CONFIG_CRYPTO_GF128MUL is not set | 968 | # CONFIG_CRYPTO_WP512 is not set |
884 | CONFIG_CRYPTO_ECB=y | 969 | |
885 | CONFIG_CRYPTO_CBC=y | 970 | # |
886 | CONFIG_CRYPTO_PCBC=y | 971 | # Ciphers |
887 | # CONFIG_CRYPTO_LRW is not set | 972 | # |
888 | # CONFIG_CRYPTO_XTS is not set | ||
889 | # CONFIG_CRYPTO_CTR is not set | ||
890 | # CONFIG_CRYPTO_GCM is not set | ||
891 | # CONFIG_CRYPTO_CCM is not set | ||
892 | # CONFIG_CRYPTO_CRYPTD is not set | ||
893 | CONFIG_CRYPTO_DES=y | ||
894 | # CONFIG_CRYPTO_FCRYPT is not set | ||
895 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
896 | # CONFIG_CRYPTO_TWOFISH is not set | ||
897 | # CONFIG_CRYPTO_SERPENT is not set | ||
898 | # CONFIG_CRYPTO_AES is not set | 973 | # CONFIG_CRYPTO_AES is not set |
974 | # CONFIG_CRYPTO_ANUBIS is not set | ||
975 | # CONFIG_CRYPTO_ARC4 is not set | ||
976 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
977 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
899 | # CONFIG_CRYPTO_CAST5 is not set | 978 | # CONFIG_CRYPTO_CAST5 is not set |
900 | # CONFIG_CRYPTO_CAST6 is not set | 979 | # CONFIG_CRYPTO_CAST6 is not set |
901 | # CONFIG_CRYPTO_TEA is not set | 980 | CONFIG_CRYPTO_DES=y |
902 | # CONFIG_CRYPTO_ARC4 is not set | 981 | # CONFIG_CRYPTO_FCRYPT is not set |
903 | # CONFIG_CRYPTO_KHAZAD is not set | 982 | # CONFIG_CRYPTO_KHAZAD is not set |
904 | # CONFIG_CRYPTO_ANUBIS is not set | ||
905 | # CONFIG_CRYPTO_SEED is not set | ||
906 | # CONFIG_CRYPTO_SALSA20 is not set | 983 | # CONFIG_CRYPTO_SALSA20 is not set |
984 | # CONFIG_CRYPTO_SEED is not set | ||
985 | # CONFIG_CRYPTO_SERPENT is not set | ||
986 | # CONFIG_CRYPTO_TEA is not set | ||
987 | # CONFIG_CRYPTO_TWOFISH is not set | ||
988 | |||
989 | # | ||
990 | # Compression | ||
991 | # | ||
907 | # CONFIG_CRYPTO_DEFLATE is not set | 992 | # CONFIG_CRYPTO_DEFLATE is not set |
908 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
909 | # CONFIG_CRYPTO_CRC32C is not set | ||
910 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
911 | # CONFIG_CRYPTO_TEST is not set | ||
912 | # CONFIG_CRYPTO_AUTHENC is not set | ||
913 | # CONFIG_CRYPTO_LZO is not set | 993 | # CONFIG_CRYPTO_LZO is not set |
914 | CONFIG_CRYPTO_HW=y | 994 | CONFIG_CRYPTO_HW=y |
915 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | 995 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set |
916 | # CONFIG_PPC_CLOCK is not set | 996 | # CONFIG_PPC_CLOCK is not set |
997 | # CONFIG_VIRTUALIZATION is not set | ||
diff --git a/arch/powerpc/configs/44x/taishan_defconfig b/arch/powerpc/configs/44x/taishan_defconfig index e53c92655bd6..5075873bdb1b 100644 --- a/arch/powerpc/configs/44x/taishan_defconfig +++ b/arch/powerpc/configs/44x/taishan_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.25-rc2 | 3 | # Linux kernel version: 2.6.27-rc1 |
4 | # Fri Feb 15 21:40:44 2008 | 4 | # Tue Aug 5 09:17:48 2008 |
5 | # | 5 | # |
6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
7 | 7 | ||
@@ -29,8 +29,12 @@ CONFIG_GENERIC_TIME=y | |||
29 | CONFIG_GENERIC_TIME_VSYSCALL=y | 29 | CONFIG_GENERIC_TIME_VSYSCALL=y |
30 | CONFIG_GENERIC_CLOCKEVENTS=y | 30 | CONFIG_GENERIC_CLOCKEVENTS=y |
31 | CONFIG_GENERIC_HARDIRQS=y | 31 | CONFIG_GENERIC_HARDIRQS=y |
32 | # CONFIG_HAVE_GET_USER_PAGES_FAST is not set | ||
32 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | 33 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set |
33 | CONFIG_IRQ_PER_CPU=y | 34 | CONFIG_IRQ_PER_CPU=y |
35 | CONFIG_STACKTRACE_SUPPORT=y | ||
36 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
37 | CONFIG_LOCKDEP_SUPPORT=y | ||
34 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 38 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
35 | CONFIG_ARCH_HAS_ILOG2_U32=y | 39 | CONFIG_ARCH_HAS_ILOG2_U32=y |
36 | CONFIG_GENERIC_HWEIGHT=y | 40 | CONFIG_GENERIC_HWEIGHT=y |
@@ -78,6 +82,7 @@ CONFIG_FAIR_GROUP_SCHED=y | |||
78 | CONFIG_USER_SCHED=y | 82 | CONFIG_USER_SCHED=y |
79 | # CONFIG_CGROUP_SCHED is not set | 83 | # CONFIG_CGROUP_SCHED is not set |
80 | CONFIG_SYSFS_DEPRECATED=y | 84 | CONFIG_SYSFS_DEPRECATED=y |
85 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
81 | # CONFIG_RELAY is not set | 86 | # CONFIG_RELAY is not set |
82 | # CONFIG_NAMESPACES is not set | 87 | # CONFIG_NAMESPACES is not set |
83 | CONFIG_BLK_DEV_INITRD=y | 88 | CONFIG_BLK_DEV_INITRD=y |
@@ -86,6 +91,7 @@ CONFIG_INITRAMFS_SOURCE="" | |||
86 | CONFIG_SYSCTL=y | 91 | CONFIG_SYSCTL=y |
87 | CONFIG_EMBEDDED=y | 92 | CONFIG_EMBEDDED=y |
88 | CONFIG_SYSCTL_SYSCALL=y | 93 | CONFIG_SYSCTL_SYSCALL=y |
94 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
89 | CONFIG_KALLSYMS=y | 95 | CONFIG_KALLSYMS=y |
90 | # CONFIG_KALLSYMS_ALL is not set | 96 | # CONFIG_KALLSYMS_ALL is not set |
91 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 97 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
@@ -111,13 +117,22 @@ CONFIG_SLUB=y | |||
111 | # CONFIG_MARKERS is not set | 117 | # CONFIG_MARKERS is not set |
112 | CONFIG_HAVE_OPROFILE=y | 118 | CONFIG_HAVE_OPROFILE=y |
113 | # CONFIG_KPROBES is not set | 119 | # CONFIG_KPROBES is not set |
120 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
121 | CONFIG_HAVE_IOREMAP_PROT=y | ||
114 | CONFIG_HAVE_KPROBES=y | 122 | CONFIG_HAVE_KPROBES=y |
123 | CONFIG_HAVE_KRETPROBES=y | ||
124 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
125 | # CONFIG_HAVE_DMA_ATTRS is not set | ||
126 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
127 | # CONFIG_HAVE_CLK is not set | ||
115 | CONFIG_PROC_PAGE_MONITOR=y | 128 | CONFIG_PROC_PAGE_MONITOR=y |
129 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
116 | CONFIG_SLABINFO=y | 130 | CONFIG_SLABINFO=y |
117 | CONFIG_RT_MUTEXES=y | 131 | CONFIG_RT_MUTEXES=y |
118 | # CONFIG_TINY_SHMEM is not set | 132 | # CONFIG_TINY_SHMEM is not set |
119 | CONFIG_BASE_SMALL=0 | 133 | CONFIG_BASE_SMALL=0 |
120 | CONFIG_MODULES=y | 134 | CONFIG_MODULES=y |
135 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
121 | CONFIG_MODULE_UNLOAD=y | 136 | CONFIG_MODULE_UNLOAD=y |
122 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 137 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
123 | # CONFIG_MODVERSIONS is not set | 138 | # CONFIG_MODVERSIONS is not set |
@@ -128,6 +143,7 @@ CONFIG_LBD=y | |||
128 | # CONFIG_BLK_DEV_IO_TRACE is not set | 143 | # CONFIG_BLK_DEV_IO_TRACE is not set |
129 | # CONFIG_LSF is not set | 144 | # CONFIG_LSF is not set |
130 | # CONFIG_BLK_DEV_BSG is not set | 145 | # CONFIG_BLK_DEV_BSG is not set |
146 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
131 | 147 | ||
132 | # | 148 | # |
133 | # IO Schedulers | 149 | # IO Schedulers |
@@ -142,24 +158,25 @@ CONFIG_DEFAULT_AS=y | |||
142 | # CONFIG_DEFAULT_NOOP is not set | 158 | # CONFIG_DEFAULT_NOOP is not set |
143 | CONFIG_DEFAULT_IOSCHED="anticipatory" | 159 | CONFIG_DEFAULT_IOSCHED="anticipatory" |
144 | CONFIG_CLASSIC_RCU=y | 160 | CONFIG_CLASSIC_RCU=y |
145 | # CONFIG_PREEMPT_RCU is not set | ||
146 | # CONFIG_PPC4xx_PCI_EXPRESS is not set | 161 | # CONFIG_PPC4xx_PCI_EXPRESS is not set |
147 | 162 | ||
148 | # | 163 | # |
149 | # Platform support | 164 | # Platform support |
150 | # | 165 | # |
151 | # CONFIG_PPC_MPC512x is not set | ||
152 | # CONFIG_PPC_MPC5121 is not set | ||
153 | # CONFIG_PPC_CELL is not set | 166 | # CONFIG_PPC_CELL is not set |
154 | # CONFIG_PPC_CELL_NATIVE is not set | 167 | # CONFIG_PPC_CELL_NATIVE is not set |
155 | # CONFIG_PQ2ADS is not set | 168 | # CONFIG_PQ2ADS is not set |
156 | # CONFIG_BAMBOO is not set | 169 | # CONFIG_BAMBOO is not set |
157 | # CONFIG_EBONY is not set | 170 | # CONFIG_EBONY is not set |
171 | # CONFIG_SAM440EP is not set | ||
158 | # CONFIG_SEQUOIA is not set | 172 | # CONFIG_SEQUOIA is not set |
159 | CONFIG_TAISHAN=y | 173 | CONFIG_TAISHAN=y |
160 | # CONFIG_KATMAI is not set | 174 | # CONFIG_KATMAI is not set |
161 | # CONFIG_RAINIER is not set | 175 | # CONFIG_RAINIER is not set |
162 | # CONFIG_WARP is not set | 176 | # CONFIG_WARP is not set |
177 | # CONFIG_CANYONLANDS is not set | ||
178 | # CONFIG_YOSEMITE is not set | ||
179 | # CONFIG_XILINX_VIRTEX440_GENERIC_BOARD is not set | ||
163 | CONFIG_440GX=y | 180 | CONFIG_440GX=y |
164 | # CONFIG_IPIC is not set | 181 | # CONFIG_IPIC is not set |
165 | # CONFIG_MPIC is not set | 182 | # CONFIG_MPIC is not set |
@@ -191,7 +208,6 @@ CONFIG_HZ=250 | |||
191 | CONFIG_PREEMPT_NONE=y | 208 | CONFIG_PREEMPT_NONE=y |
192 | # CONFIG_PREEMPT_VOLUNTARY is not set | 209 | # CONFIG_PREEMPT_VOLUNTARY is not set |
193 | # CONFIG_PREEMPT is not set | 210 | # CONFIG_PREEMPT is not set |
194 | CONFIG_RCU_TRACE=y | ||
195 | CONFIG_BINFMT_ELF=y | 211 | CONFIG_BINFMT_ELF=y |
196 | # CONFIG_BINFMT_MISC is not set | 212 | # CONFIG_BINFMT_MISC is not set |
197 | # CONFIG_MATH_EMULATION is not set | 213 | # CONFIG_MATH_EMULATION is not set |
@@ -209,14 +225,18 @@ CONFIG_FLATMEM=y | |||
209 | CONFIG_FLAT_NODE_MEM_MAP=y | 225 | CONFIG_FLAT_NODE_MEM_MAP=y |
210 | # CONFIG_SPARSEMEM_STATIC is not set | 226 | # CONFIG_SPARSEMEM_STATIC is not set |
211 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 227 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
228 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
212 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 229 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
230 | CONFIG_MIGRATION=y | ||
213 | CONFIG_RESOURCES_64BIT=y | 231 | CONFIG_RESOURCES_64BIT=y |
214 | CONFIG_ZONE_DMA_FLAG=1 | 232 | CONFIG_ZONE_DMA_FLAG=1 |
215 | CONFIG_BOUNCE=y | 233 | CONFIG_BOUNCE=y |
216 | CONFIG_VIRT_TO_BUS=y | 234 | CONFIG_VIRT_TO_BUS=y |
235 | CONFIG_FORCE_MAX_ZONEORDER=11 | ||
217 | CONFIG_PROC_DEVICETREE=y | 236 | CONFIG_PROC_DEVICETREE=y |
218 | CONFIG_CMDLINE_BOOL=y | 237 | CONFIG_CMDLINE_BOOL=y |
219 | CONFIG_CMDLINE="" | 238 | CONFIG_CMDLINE="" |
239 | CONFIG_EXTRA_TARGETS="" | ||
220 | CONFIG_SECCOMP=y | 240 | CONFIG_SECCOMP=y |
221 | CONFIG_ISA_DMA_API=y | 241 | CONFIG_ISA_DMA_API=y |
222 | 242 | ||
@@ -225,6 +245,8 @@ CONFIG_ISA_DMA_API=y | |||
225 | # | 245 | # |
226 | CONFIG_ZONE_DMA=y | 246 | CONFIG_ZONE_DMA=y |
227 | CONFIG_PPC_INDIRECT_PCI=y | 247 | CONFIG_PPC_INDIRECT_PCI=y |
248 | CONFIG_4xx_SOC=y | ||
249 | CONFIG_PPC_PCI_CHOICE=y | ||
228 | CONFIG_PCI=y | 250 | CONFIG_PCI=y |
229 | CONFIG_PCI_DOMAINS=y | 251 | CONFIG_PCI_DOMAINS=y |
230 | CONFIG_PCI_SYSCALL=y | 252 | CONFIG_PCI_SYSCALL=y |
@@ -235,6 +257,7 @@ CONFIG_PCI_LEGACY=y | |||
235 | # CONFIG_PCI_DEBUG is not set | 257 | # CONFIG_PCI_DEBUG is not set |
236 | # CONFIG_PCCARD is not set | 258 | # CONFIG_PCCARD is not set |
237 | # CONFIG_HOTPLUG_PCI is not set | 259 | # CONFIG_HOTPLUG_PCI is not set |
260 | # CONFIG_HAS_RAPIDIO is not set | ||
238 | 261 | ||
239 | # | 262 | # |
240 | # Advanced setup | 263 | # Advanced setup |
@@ -244,17 +267,13 @@ CONFIG_PCI_LEGACY=y | |||
244 | # | 267 | # |
245 | # Default settings for advanced configuration options are used | 268 | # Default settings for advanced configuration options are used |
246 | # | 269 | # |
247 | CONFIG_HIGHMEM_START=0xfe000000 | ||
248 | CONFIG_LOWMEM_SIZE=0x30000000 | 270 | CONFIG_LOWMEM_SIZE=0x30000000 |
271 | CONFIG_PAGE_OFFSET=0xc0000000 | ||
249 | CONFIG_KERNEL_START=0xc0000000 | 272 | CONFIG_KERNEL_START=0xc0000000 |
273 | CONFIG_PHYSICAL_START=0x00000000 | ||
250 | CONFIG_TASK_SIZE=0xc0000000 | 274 | CONFIG_TASK_SIZE=0xc0000000 |
251 | CONFIG_CONSISTENT_START=0xff100000 | 275 | CONFIG_CONSISTENT_START=0xff100000 |
252 | CONFIG_CONSISTENT_SIZE=0x00200000 | 276 | CONFIG_CONSISTENT_SIZE=0x00200000 |
253 | CONFIG_BOOT_LOAD=0x01000000 | ||
254 | |||
255 | # | ||
256 | # Networking | ||
257 | # | ||
258 | CONFIG_NET=y | 277 | CONFIG_NET=y |
259 | 278 | ||
260 | # | 279 | # |
@@ -292,8 +311,6 @@ CONFIG_TCP_CONG_CUBIC=y | |||
292 | CONFIG_DEFAULT_TCP_CONG="cubic" | 311 | CONFIG_DEFAULT_TCP_CONG="cubic" |
293 | # CONFIG_TCP_MD5SIG is not set | 312 | # CONFIG_TCP_MD5SIG is not set |
294 | # CONFIG_IPV6 is not set | 313 | # CONFIG_IPV6 is not set |
295 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
296 | # CONFIG_INET6_TUNNEL is not set | ||
297 | # CONFIG_NETWORK_SECMARK is not set | 314 | # CONFIG_NETWORK_SECMARK is not set |
298 | # CONFIG_NETFILTER is not set | 315 | # CONFIG_NETFILTER is not set |
299 | # CONFIG_IP_DCCP is not set | 316 | # CONFIG_IP_DCCP is not set |
@@ -343,6 +360,8 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
343 | CONFIG_STANDALONE=y | 360 | CONFIG_STANDALONE=y |
344 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 361 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
345 | CONFIG_FW_LOADER=y | 362 | CONFIG_FW_LOADER=y |
363 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
364 | CONFIG_EXTRA_FIRMWARE="" | ||
346 | # CONFIG_DEBUG_DRIVER is not set | 365 | # CONFIG_DEBUG_DRIVER is not set |
347 | # CONFIG_DEBUG_DEVRES is not set | 366 | # CONFIG_DEBUG_DEVRES is not set |
348 | # CONFIG_SYS_HYPERVISOR is not set | 367 | # CONFIG_SYS_HYPERVISOR is not set |
@@ -354,6 +373,8 @@ CONFIG_MTD=y | |||
354 | CONFIG_MTD_PARTITIONS=y | 373 | CONFIG_MTD_PARTITIONS=y |
355 | # CONFIG_MTD_REDBOOT_PARTS is not set | 374 | # CONFIG_MTD_REDBOOT_PARTS is not set |
356 | CONFIG_MTD_CMDLINE_PARTS=y | 375 | CONFIG_MTD_CMDLINE_PARTS=y |
376 | # CONFIG_MTD_OF_PARTS is not set | ||
377 | # CONFIG_MTD_AR7_PARTS is not set | ||
357 | 378 | ||
358 | # | 379 | # |
359 | # User Modules And Translation Layers | 380 | # User Modules And Translation Layers |
@@ -444,12 +465,14 @@ CONFIG_BLK_DEV_RAM_SIZE=35000 | |||
444 | # CONFIG_CDROM_PKTCDVD is not set | 465 | # CONFIG_CDROM_PKTCDVD is not set |
445 | # CONFIG_ATA_OVER_ETH is not set | 466 | # CONFIG_ATA_OVER_ETH is not set |
446 | # CONFIG_XILINX_SYSACE is not set | 467 | # CONFIG_XILINX_SYSACE is not set |
468 | # CONFIG_BLK_DEV_HD is not set | ||
447 | CONFIG_MISC_DEVICES=y | 469 | CONFIG_MISC_DEVICES=y |
448 | # CONFIG_PHANTOM is not set | 470 | # CONFIG_PHANTOM is not set |
449 | # CONFIG_EEPROM_93CX6 is not set | 471 | # CONFIG_EEPROM_93CX6 is not set |
450 | # CONFIG_SGI_IOC4 is not set | 472 | # CONFIG_SGI_IOC4 is not set |
451 | # CONFIG_TIFM_CORE is not set | 473 | # CONFIG_TIFM_CORE is not set |
452 | # CONFIG_ENCLOSURE_SERVICES is not set | 474 | # CONFIG_ENCLOSURE_SERVICES is not set |
475 | # CONFIG_HP_ILO is not set | ||
453 | CONFIG_HAVE_IDE=y | 476 | CONFIG_HAVE_IDE=y |
454 | # CONFIG_IDE is not set | 477 | # CONFIG_IDE is not set |
455 | 478 | ||
@@ -467,6 +490,10 @@ CONFIG_HAVE_IDE=y | |||
467 | # | 490 | # |
468 | # IEEE 1394 (FireWire) support | 491 | # IEEE 1394 (FireWire) support |
469 | # | 492 | # |
493 | |||
494 | # | ||
495 | # Enable only one of the two stacks, unless you know what you are doing | ||
496 | # | ||
470 | # CONFIG_FIREWIRE is not set | 497 | # CONFIG_FIREWIRE is not set |
471 | # CONFIG_IEEE1394 is not set | 498 | # CONFIG_IEEE1394 is not set |
472 | # CONFIG_I2O is not set | 499 | # CONFIG_I2O is not set |
@@ -474,7 +501,6 @@ CONFIG_MACINTOSH_DRIVERS=y | |||
474 | # CONFIG_MAC_EMUMOUSEBTN is not set | 501 | # CONFIG_MAC_EMUMOUSEBTN is not set |
475 | # CONFIG_WINDFARM is not set | 502 | # CONFIG_WINDFARM is not set |
476 | CONFIG_NETDEVICES=y | 503 | CONFIG_NETDEVICES=y |
477 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
478 | # CONFIG_DUMMY is not set | 504 | # CONFIG_DUMMY is not set |
479 | # CONFIG_BONDING is not set | 505 | # CONFIG_BONDING is not set |
480 | # CONFIG_MACVLAN is not set | 506 | # CONFIG_MACVLAN is not set |
@@ -509,7 +535,6 @@ CONFIG_NETDEV_1000=y | |||
509 | # CONFIG_DL2K is not set | 535 | # CONFIG_DL2K is not set |
510 | # CONFIG_E1000 is not set | 536 | # CONFIG_E1000 is not set |
511 | # CONFIG_E1000E is not set | 537 | # CONFIG_E1000E is not set |
512 | # CONFIG_E1000E_ENABLED is not set | ||
513 | # CONFIG_IP1000 is not set | 538 | # CONFIG_IP1000 is not set |
514 | # CONFIG_IGB is not set | 539 | # CONFIG_IGB is not set |
515 | # CONFIG_NS83820 is not set | 540 | # CONFIG_NS83820 is not set |
@@ -519,12 +544,12 @@ CONFIG_NETDEV_1000=y | |||
519 | # CONFIG_SIS190 is not set | 544 | # CONFIG_SIS190 is not set |
520 | # CONFIG_SKGE is not set | 545 | # CONFIG_SKGE is not set |
521 | # CONFIG_SKY2 is not set | 546 | # CONFIG_SKY2 is not set |
522 | # CONFIG_SK98LIN is not set | ||
523 | # CONFIG_VIA_VELOCITY is not set | 547 | # CONFIG_VIA_VELOCITY is not set |
524 | # CONFIG_TIGON3 is not set | 548 | # CONFIG_TIGON3 is not set |
525 | # CONFIG_BNX2 is not set | 549 | # CONFIG_BNX2 is not set |
526 | # CONFIG_QLA3XXX is not set | 550 | # CONFIG_QLA3XXX is not set |
527 | # CONFIG_ATL1 is not set | 551 | # CONFIG_ATL1 is not set |
552 | # CONFIG_ATL1E is not set | ||
528 | CONFIG_NETDEV_10000=y | 553 | CONFIG_NETDEV_10000=y |
529 | # CONFIG_CHELSIO_T1 is not set | 554 | # CONFIG_CHELSIO_T1 is not set |
530 | # CONFIG_CHELSIO_T3 is not set | 555 | # CONFIG_CHELSIO_T3 is not set |
@@ -537,6 +562,7 @@ CONFIG_NETDEV_10000=y | |||
537 | # CONFIG_MLX4_CORE is not set | 562 | # CONFIG_MLX4_CORE is not set |
538 | # CONFIG_TEHUTI is not set | 563 | # CONFIG_TEHUTI is not set |
539 | # CONFIG_BNX2X is not set | 564 | # CONFIG_BNX2X is not set |
565 | # CONFIG_SFC is not set | ||
540 | # CONFIG_TR is not set | 566 | # CONFIG_TR is not set |
541 | 567 | ||
542 | # | 568 | # |
@@ -544,6 +570,7 @@ CONFIG_NETDEV_10000=y | |||
544 | # | 570 | # |
545 | # CONFIG_WLAN_PRE80211 is not set | 571 | # CONFIG_WLAN_PRE80211 is not set |
546 | # CONFIG_WLAN_80211 is not set | 572 | # CONFIG_WLAN_80211 is not set |
573 | # CONFIG_IWLWIFI_LEDS is not set | ||
547 | # CONFIG_WAN is not set | 574 | # CONFIG_WAN is not set |
548 | # CONFIG_FDDI is not set | 575 | # CONFIG_FDDI is not set |
549 | # CONFIG_HIPPI is not set | 576 | # CONFIG_HIPPI is not set |
@@ -570,6 +597,7 @@ CONFIG_NETDEV_10000=y | |||
570 | # Character devices | 597 | # Character devices |
571 | # | 598 | # |
572 | # CONFIG_VT is not set | 599 | # CONFIG_VT is not set |
600 | CONFIG_DEVKMEM=y | ||
573 | # CONFIG_SERIAL_NONSTANDARD is not set | 601 | # CONFIG_SERIAL_NONSTANDARD is not set |
574 | # CONFIG_NOZOMI is not set | 602 | # CONFIG_NOZOMI is not set |
575 | 603 | ||
@@ -608,12 +636,9 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
608 | # CONFIG_TCG_TPM is not set | 636 | # CONFIG_TCG_TPM is not set |
609 | CONFIG_DEVPORT=y | 637 | CONFIG_DEVPORT=y |
610 | # CONFIG_I2C is not set | 638 | # CONFIG_I2C is not set |
611 | |||
612 | # | ||
613 | # SPI support | ||
614 | # | ||
615 | # CONFIG_SPI is not set | 639 | # CONFIG_SPI is not set |
616 | # CONFIG_SPI_MASTER is not set | 640 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y |
641 | # CONFIG_GPIOLIB is not set | ||
617 | # CONFIG_W1 is not set | 642 | # CONFIG_W1 is not set |
618 | # CONFIG_POWER_SUPPLY is not set | 643 | # CONFIG_POWER_SUPPLY is not set |
619 | # CONFIG_HWMON is not set | 644 | # CONFIG_HWMON is not set |
@@ -629,13 +654,24 @@ CONFIG_SSB_POSSIBLE=y | |||
629 | # | 654 | # |
630 | # Multifunction device drivers | 655 | # Multifunction device drivers |
631 | # | 656 | # |
657 | # CONFIG_MFD_CORE is not set | ||
632 | # CONFIG_MFD_SM501 is not set | 658 | # CONFIG_MFD_SM501 is not set |
659 | # CONFIG_HTC_PASIC3 is not set | ||
633 | 660 | ||
634 | # | 661 | # |
635 | # Multimedia devices | 662 | # Multimedia devices |
636 | # | 663 | # |
664 | |||
665 | # | ||
666 | # Multimedia core support | ||
667 | # | ||
637 | # CONFIG_VIDEO_DEV is not set | 668 | # CONFIG_VIDEO_DEV is not set |
638 | # CONFIG_DVB_CORE is not set | 669 | # CONFIG_DVB_CORE is not set |
670 | # CONFIG_VIDEO_MEDIA is not set | ||
671 | |||
672 | # | ||
673 | # Multimedia drivers | ||
674 | # | ||
639 | CONFIG_DAB=y | 675 | CONFIG_DAB=y |
640 | 676 | ||
641 | # | 677 | # |
@@ -652,16 +688,14 @@ CONFIG_VIDEO_OUTPUT_CONTROL=m | |||
652 | # Display device support | 688 | # Display device support |
653 | # | 689 | # |
654 | # CONFIG_DISPLAY_SUPPORT is not set | 690 | # CONFIG_DISPLAY_SUPPORT is not set |
655 | |||
656 | # | ||
657 | # Sound | ||
658 | # | ||
659 | # CONFIG_SOUND is not set | 691 | # CONFIG_SOUND is not set |
660 | CONFIG_USB_SUPPORT=y | 692 | CONFIG_USB_SUPPORT=y |
661 | CONFIG_USB_ARCH_HAS_HCD=y | 693 | CONFIG_USB_ARCH_HAS_HCD=y |
662 | CONFIG_USB_ARCH_HAS_OHCI=y | 694 | CONFIG_USB_ARCH_HAS_OHCI=y |
663 | CONFIG_USB_ARCH_HAS_EHCI=y | 695 | CONFIG_USB_ARCH_HAS_EHCI=y |
664 | # CONFIG_USB is not set | 696 | # CONFIG_USB is not set |
697 | # CONFIG_USB_OTG_WHITELIST is not set | ||
698 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | ||
665 | 699 | ||
666 | # | 700 | # |
667 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 701 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
@@ -670,13 +704,11 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
670 | # CONFIG_MMC is not set | 704 | # CONFIG_MMC is not set |
671 | # CONFIG_MEMSTICK is not set | 705 | # CONFIG_MEMSTICK is not set |
672 | # CONFIG_NEW_LEDS is not set | 706 | # CONFIG_NEW_LEDS is not set |
707 | # CONFIG_ACCESSIBILITY is not set | ||
673 | # CONFIG_INFINIBAND is not set | 708 | # CONFIG_INFINIBAND is not set |
674 | # CONFIG_EDAC is not set | 709 | # CONFIG_EDAC is not set |
675 | # CONFIG_RTC_CLASS is not set | 710 | # CONFIG_RTC_CLASS is not set |
676 | 711 | # CONFIG_DMADEVICES is not set | |
677 | # | ||
678 | # Userspace I/O | ||
679 | # | ||
680 | # CONFIG_UIO is not set | 712 | # CONFIG_UIO is not set |
681 | 713 | ||
682 | # | 714 | # |
@@ -691,7 +723,6 @@ CONFIG_EXT2_FS=y | |||
691 | # CONFIG_JFS_FS is not set | 723 | # CONFIG_JFS_FS is not set |
692 | # CONFIG_FS_POSIX_ACL is not set | 724 | # CONFIG_FS_POSIX_ACL is not set |
693 | # CONFIG_XFS_FS is not set | 725 | # CONFIG_XFS_FS is not set |
694 | # CONFIG_GFS2_FS is not set | ||
695 | # CONFIG_OCFS2_FS is not set | 726 | # CONFIG_OCFS2_FS is not set |
696 | CONFIG_DNOTIFY=y | 727 | CONFIG_DNOTIFY=y |
697 | CONFIG_INOTIFY=y | 728 | CONFIG_INOTIFY=y |
@@ -740,6 +771,7 @@ CONFIG_TMPFS=y | |||
740 | CONFIG_CRAMFS=y | 771 | CONFIG_CRAMFS=y |
741 | # CONFIG_VXFS_FS is not set | 772 | # CONFIG_VXFS_FS is not set |
742 | # CONFIG_MINIX_FS is not set | 773 | # CONFIG_MINIX_FS is not set |
774 | # CONFIG_OMFS_FS is not set | ||
743 | # CONFIG_HPFS_FS is not set | 775 | # CONFIG_HPFS_FS is not set |
744 | # CONFIG_QNX4FS_FS is not set | 776 | # CONFIG_QNX4FS_FS is not set |
745 | # CONFIG_ROMFS_FS is not set | 777 | # CONFIG_ROMFS_FS is not set |
@@ -750,14 +782,12 @@ CONFIG_NFS_FS=y | |||
750 | CONFIG_NFS_V3=y | 782 | CONFIG_NFS_V3=y |
751 | # CONFIG_NFS_V3_ACL is not set | 783 | # CONFIG_NFS_V3_ACL is not set |
752 | # CONFIG_NFS_V4 is not set | 784 | # CONFIG_NFS_V4 is not set |
753 | # CONFIG_NFS_DIRECTIO is not set | ||
754 | # CONFIG_NFSD is not set | ||
755 | CONFIG_ROOT_NFS=y | 785 | CONFIG_ROOT_NFS=y |
786 | # CONFIG_NFSD is not set | ||
756 | CONFIG_LOCKD=y | 787 | CONFIG_LOCKD=y |
757 | CONFIG_LOCKD_V4=y | 788 | CONFIG_LOCKD_V4=y |
758 | CONFIG_NFS_COMMON=y | 789 | CONFIG_NFS_COMMON=y |
759 | CONFIG_SUNRPC=y | 790 | CONFIG_SUNRPC=y |
760 | # CONFIG_SUNRPC_BIND34 is not set | ||
761 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 791 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
762 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 792 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
763 | # CONFIG_SMB_FS is not set | 793 | # CONFIG_SMB_FS is not set |
@@ -778,8 +808,10 @@ CONFIG_MSDOS_PARTITION=y | |||
778 | # Library routines | 808 | # Library routines |
779 | # | 809 | # |
780 | CONFIG_BITREVERSE=y | 810 | CONFIG_BITREVERSE=y |
811 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
781 | # CONFIG_CRC_CCITT is not set | 812 | # CONFIG_CRC_CCITT is not set |
782 | # CONFIG_CRC16 is not set | 813 | # CONFIG_CRC16 is not set |
814 | # CONFIG_CRC_T10DIF is not set | ||
783 | # CONFIG_CRC_ITU_T is not set | 815 | # CONFIG_CRC_ITU_T is not set |
784 | CONFIG_CRC32=y | 816 | CONFIG_CRC32=y |
785 | # CONFIG_CRC7 is not set | 817 | # CONFIG_CRC7 is not set |
@@ -789,6 +821,7 @@ CONFIG_PLIST=y | |||
789 | CONFIG_HAS_IOMEM=y | 821 | CONFIG_HAS_IOMEM=y |
790 | CONFIG_HAS_IOPORT=y | 822 | CONFIG_HAS_IOPORT=y |
791 | CONFIG_HAS_DMA=y | 823 | CONFIG_HAS_DMA=y |
824 | CONFIG_HAVE_LMB=y | ||
792 | 825 | ||
793 | # | 826 | # |
794 | # Kernel hacking | 827 | # Kernel hacking |
@@ -796,6 +829,7 @@ CONFIG_HAS_DMA=y | |||
796 | # CONFIG_PRINTK_TIME is not set | 829 | # CONFIG_PRINTK_TIME is not set |
797 | CONFIG_ENABLE_WARN_DEPRECATED=y | 830 | CONFIG_ENABLE_WARN_DEPRECATED=y |
798 | CONFIG_ENABLE_MUST_CHECK=y | 831 | CONFIG_ENABLE_MUST_CHECK=y |
832 | CONFIG_FRAME_WARN=1024 | ||
799 | CONFIG_MAGIC_SYSRQ=y | 833 | CONFIG_MAGIC_SYSRQ=y |
800 | # CONFIG_UNUSED_SYMBOLS is not set | 834 | # CONFIG_UNUSED_SYMBOLS is not set |
801 | CONFIG_DEBUG_FS=y | 835 | CONFIG_DEBUG_FS=y |
@@ -803,9 +837,12 @@ CONFIG_DEBUG_FS=y | |||
803 | CONFIG_DEBUG_KERNEL=y | 837 | CONFIG_DEBUG_KERNEL=y |
804 | # CONFIG_DEBUG_SHIRQ is not set | 838 | # CONFIG_DEBUG_SHIRQ is not set |
805 | CONFIG_DETECT_SOFTLOCKUP=y | 839 | CONFIG_DETECT_SOFTLOCKUP=y |
840 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
841 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
806 | CONFIG_SCHED_DEBUG=y | 842 | CONFIG_SCHED_DEBUG=y |
807 | # CONFIG_SCHEDSTATS is not set | 843 | # CONFIG_SCHEDSTATS is not set |
808 | # CONFIG_TIMER_STATS is not set | 844 | # CONFIG_TIMER_STATS is not set |
845 | # CONFIG_DEBUG_OBJECTS is not set | ||
809 | # CONFIG_SLUB_DEBUG_ON is not set | 846 | # CONFIG_SLUB_DEBUG_ON is not set |
810 | # CONFIG_SLUB_STATS is not set | 847 | # CONFIG_SLUB_STATS is not set |
811 | # CONFIG_DEBUG_RT_MUTEXES is not set | 848 | # CONFIG_DEBUG_RT_MUTEXES is not set |
@@ -818,19 +855,30 @@ CONFIG_SCHED_DEBUG=y | |||
818 | # CONFIG_DEBUG_BUGVERBOSE is not set | 855 | # CONFIG_DEBUG_BUGVERBOSE is not set |
819 | # CONFIG_DEBUG_INFO is not set | 856 | # CONFIG_DEBUG_INFO is not set |
820 | # CONFIG_DEBUG_VM is not set | 857 | # CONFIG_DEBUG_VM is not set |
858 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
859 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
821 | # CONFIG_DEBUG_LIST is not set | 860 | # CONFIG_DEBUG_LIST is not set |
822 | # CONFIG_DEBUG_SG is not set | 861 | # CONFIG_DEBUG_SG is not set |
823 | # CONFIG_BOOT_PRINTK_DELAY is not set | 862 | # CONFIG_BOOT_PRINTK_DELAY is not set |
824 | # CONFIG_RCU_TORTURE_TEST is not set | 863 | # CONFIG_RCU_TORTURE_TEST is not set |
825 | # CONFIG_BACKTRACE_SELF_TEST is not set | 864 | # CONFIG_BACKTRACE_SELF_TEST is not set |
826 | # CONFIG_FAULT_INJECTION is not set | 865 | # CONFIG_FAULT_INJECTION is not set |
866 | # CONFIG_LATENCYTOP is not set | ||
867 | CONFIG_HAVE_FTRACE=y | ||
868 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
869 | # CONFIG_FTRACE is not set | ||
870 | # CONFIG_SCHED_TRACER is not set | ||
871 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
827 | # CONFIG_SAMPLES is not set | 872 | # CONFIG_SAMPLES is not set |
873 | CONFIG_HAVE_ARCH_KGDB=y | ||
874 | # CONFIG_KGDB is not set | ||
828 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 875 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
829 | # CONFIG_DEBUG_STACK_USAGE is not set | 876 | # CONFIG_DEBUG_STACK_USAGE is not set |
830 | # CONFIG_DEBUG_PAGEALLOC is not set | 877 | # CONFIG_DEBUG_PAGEALLOC is not set |
831 | CONFIG_DEBUGGER=y | 878 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
832 | # CONFIG_KGDB is not set | 879 | # CONFIG_FTR_FIXUP_SELFTEST is not set |
833 | # CONFIG_XMON is not set | 880 | # CONFIG_XMON is not set |
881 | # CONFIG_IRQSTACKS is not set | ||
834 | # CONFIG_VIRQ_DEBUG is not set | 882 | # CONFIG_VIRQ_DEBUG is not set |
835 | # CONFIG_BDI_SWITCH is not set | 883 | # CONFIG_BDI_SWITCH is not set |
836 | # CONFIG_PPC_EARLY_DEBUG is not set | 884 | # CONFIG_PPC_EARLY_DEBUG is not set |
@@ -842,51 +890,85 @@ CONFIG_DEBUGGER=y | |||
842 | # CONFIG_SECURITY is not set | 890 | # CONFIG_SECURITY is not set |
843 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 891 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
844 | CONFIG_CRYPTO=y | 892 | CONFIG_CRYPTO=y |
893 | |||
894 | # | ||
895 | # Crypto core or helper | ||
896 | # | ||
845 | CONFIG_CRYPTO_ALGAPI=y | 897 | CONFIG_CRYPTO_ALGAPI=y |
846 | CONFIG_CRYPTO_BLKCIPHER=y | 898 | CONFIG_CRYPTO_BLKCIPHER=y |
847 | # CONFIG_CRYPTO_SEQIV is not set | ||
848 | CONFIG_CRYPTO_MANAGER=y | 899 | CONFIG_CRYPTO_MANAGER=y |
900 | # CONFIG_CRYPTO_GF128MUL is not set | ||
901 | # CONFIG_CRYPTO_NULL is not set | ||
902 | # CONFIG_CRYPTO_CRYPTD is not set | ||
903 | # CONFIG_CRYPTO_AUTHENC is not set | ||
904 | # CONFIG_CRYPTO_TEST is not set | ||
905 | |||
906 | # | ||
907 | # Authenticated Encryption with Associated Data | ||
908 | # | ||
909 | # CONFIG_CRYPTO_CCM is not set | ||
910 | # CONFIG_CRYPTO_GCM is not set | ||
911 | # CONFIG_CRYPTO_SEQIV is not set | ||
912 | |||
913 | # | ||
914 | # Block modes | ||
915 | # | ||
916 | CONFIG_CRYPTO_CBC=y | ||
917 | # CONFIG_CRYPTO_CTR is not set | ||
918 | # CONFIG_CRYPTO_CTS is not set | ||
919 | CONFIG_CRYPTO_ECB=y | ||
920 | # CONFIG_CRYPTO_LRW is not set | ||
921 | CONFIG_CRYPTO_PCBC=y | ||
922 | # CONFIG_CRYPTO_XTS is not set | ||
923 | |||
924 | # | ||
925 | # Hash modes | ||
926 | # | ||
849 | # CONFIG_CRYPTO_HMAC is not set | 927 | # CONFIG_CRYPTO_HMAC is not set |
850 | # CONFIG_CRYPTO_XCBC is not set | 928 | # CONFIG_CRYPTO_XCBC is not set |
851 | # CONFIG_CRYPTO_NULL is not set | 929 | |
930 | # | ||
931 | # Digest | ||
932 | # | ||
933 | # CONFIG_CRYPTO_CRC32C is not set | ||
852 | # CONFIG_CRYPTO_MD4 is not set | 934 | # CONFIG_CRYPTO_MD4 is not set |
853 | CONFIG_CRYPTO_MD5=y | 935 | CONFIG_CRYPTO_MD5=y |
936 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
937 | # CONFIG_CRYPTO_RMD128 is not set | ||
938 | # CONFIG_CRYPTO_RMD160 is not set | ||
939 | # CONFIG_CRYPTO_RMD256 is not set | ||
940 | # CONFIG_CRYPTO_RMD320 is not set | ||
854 | # CONFIG_CRYPTO_SHA1 is not set | 941 | # CONFIG_CRYPTO_SHA1 is not set |
855 | # CONFIG_CRYPTO_SHA256 is not set | 942 | # CONFIG_CRYPTO_SHA256 is not set |
856 | # CONFIG_CRYPTO_SHA512 is not set | 943 | # CONFIG_CRYPTO_SHA512 is not set |
857 | # CONFIG_CRYPTO_WP512 is not set | ||
858 | # CONFIG_CRYPTO_TGR192 is not set | 944 | # CONFIG_CRYPTO_TGR192 is not set |
859 | # CONFIG_CRYPTO_GF128MUL is not set | 945 | # CONFIG_CRYPTO_WP512 is not set |
860 | CONFIG_CRYPTO_ECB=y | 946 | |
861 | CONFIG_CRYPTO_CBC=y | 947 | # |
862 | CONFIG_CRYPTO_PCBC=y | 948 | # Ciphers |
863 | # CONFIG_CRYPTO_LRW is not set | 949 | # |
864 | # CONFIG_CRYPTO_XTS is not set | ||
865 | # CONFIG_CRYPTO_CTR is not set | ||
866 | # CONFIG_CRYPTO_GCM is not set | ||
867 | # CONFIG_CRYPTO_CCM is not set | ||
868 | # CONFIG_CRYPTO_CRYPTD is not set | ||
869 | CONFIG_CRYPTO_DES=y | ||
870 | # CONFIG_CRYPTO_FCRYPT is not set | ||
871 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
872 | # CONFIG_CRYPTO_TWOFISH is not set | ||
873 | # CONFIG_CRYPTO_SERPENT is not set | ||
874 | # CONFIG_CRYPTO_AES is not set | 950 | # CONFIG_CRYPTO_AES is not set |
951 | # CONFIG_CRYPTO_ANUBIS is not set | ||
952 | # CONFIG_CRYPTO_ARC4 is not set | ||
953 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
954 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
875 | # CONFIG_CRYPTO_CAST5 is not set | 955 | # CONFIG_CRYPTO_CAST5 is not set |
876 | # CONFIG_CRYPTO_CAST6 is not set | 956 | # CONFIG_CRYPTO_CAST6 is not set |
877 | # CONFIG_CRYPTO_TEA is not set | 957 | CONFIG_CRYPTO_DES=y |
878 | # CONFIG_CRYPTO_ARC4 is not set | 958 | # CONFIG_CRYPTO_FCRYPT is not set |
879 | # CONFIG_CRYPTO_KHAZAD is not set | 959 | # CONFIG_CRYPTO_KHAZAD is not set |
880 | # CONFIG_CRYPTO_ANUBIS is not set | ||
881 | # CONFIG_CRYPTO_SEED is not set | ||
882 | # CONFIG_CRYPTO_SALSA20 is not set | 960 | # CONFIG_CRYPTO_SALSA20 is not set |
961 | # CONFIG_CRYPTO_SEED is not set | ||
962 | # CONFIG_CRYPTO_SERPENT is not set | ||
963 | # CONFIG_CRYPTO_TEA is not set | ||
964 | # CONFIG_CRYPTO_TWOFISH is not set | ||
965 | |||
966 | # | ||
967 | # Compression | ||
968 | # | ||
883 | # CONFIG_CRYPTO_DEFLATE is not set | 969 | # CONFIG_CRYPTO_DEFLATE is not set |
884 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
885 | # CONFIG_CRYPTO_CRC32C is not set | ||
886 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
887 | # CONFIG_CRYPTO_TEST is not set | ||
888 | # CONFIG_CRYPTO_AUTHENC is not set | ||
889 | # CONFIG_CRYPTO_LZO is not set | 970 | # CONFIG_CRYPTO_LZO is not set |
890 | CONFIG_CRYPTO_HW=y | 971 | CONFIG_CRYPTO_HW=y |
891 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | 972 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set |
892 | # CONFIG_PPC_CLOCK is not set | 973 | # CONFIG_PPC_CLOCK is not set |
974 | # CONFIG_VIRTUALIZATION is not set | ||
diff --git a/arch/powerpc/configs/44x/virtex5_defconfig b/arch/powerpc/configs/44x/virtex5_defconfig index 9c41f66b5a7d..663ec512b33b 100644 --- a/arch/powerpc/configs/44x/virtex5_defconfig +++ b/arch/powerpc/configs/44x/virtex5_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.26-rc8 | 3 | # Linux kernel version: 2.6.27-rc1 |
4 | # Wed Jul 2 15:36:41 2008 | 4 | # Tue Aug 5 09:20:16 2008 |
5 | # | 5 | # |
6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
7 | 7 | ||
@@ -29,9 +29,11 @@ CONFIG_GENERIC_TIME=y | |||
29 | CONFIG_GENERIC_TIME_VSYSCALL=y | 29 | CONFIG_GENERIC_TIME_VSYSCALL=y |
30 | CONFIG_GENERIC_CLOCKEVENTS=y | 30 | CONFIG_GENERIC_CLOCKEVENTS=y |
31 | CONFIG_GENERIC_HARDIRQS=y | 31 | CONFIG_GENERIC_HARDIRQS=y |
32 | # CONFIG_HAVE_GET_USER_PAGES_FAST is not set | ||
32 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | 33 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set |
33 | CONFIG_IRQ_PER_CPU=y | 34 | CONFIG_IRQ_PER_CPU=y |
34 | CONFIG_STACKTRACE_SUPPORT=y | 35 | CONFIG_STACKTRACE_SUPPORT=y |
36 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
35 | CONFIG_LOCKDEP_SUPPORT=y | 37 | CONFIG_LOCKDEP_SUPPORT=y |
36 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 38 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
37 | CONFIG_ARCH_HAS_ILOG2_U32=y | 39 | CONFIG_ARCH_HAS_ILOG2_U32=y |
@@ -115,10 +117,16 @@ CONFIG_SLAB=y | |||
115 | # CONFIG_MARKERS is not set | 117 | # CONFIG_MARKERS is not set |
116 | CONFIG_HAVE_OPROFILE=y | 118 | CONFIG_HAVE_OPROFILE=y |
117 | # CONFIG_KPROBES is not set | 119 | # CONFIG_KPROBES is not set |
120 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
121 | CONFIG_HAVE_IOREMAP_PROT=y | ||
118 | CONFIG_HAVE_KPROBES=y | 122 | CONFIG_HAVE_KPROBES=y |
119 | CONFIG_HAVE_KRETPROBES=y | 123 | CONFIG_HAVE_KRETPROBES=y |
124 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
120 | # CONFIG_HAVE_DMA_ATTRS is not set | 125 | # CONFIG_HAVE_DMA_ATTRS is not set |
126 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
127 | # CONFIG_HAVE_CLK is not set | ||
121 | CONFIG_PROC_PAGE_MONITOR=y | 128 | CONFIG_PROC_PAGE_MONITOR=y |
129 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
122 | CONFIG_SLABINFO=y | 130 | CONFIG_SLABINFO=y |
123 | CONFIG_RT_MUTEXES=y | 131 | CONFIG_RT_MUTEXES=y |
124 | # CONFIG_TINY_SHMEM is not set | 132 | # CONFIG_TINY_SHMEM is not set |
@@ -135,6 +143,7 @@ CONFIG_BLOCK=y | |||
135 | # CONFIG_BLK_DEV_IO_TRACE is not set | 143 | # CONFIG_BLK_DEV_IO_TRACE is not set |
136 | # CONFIG_LSF is not set | 144 | # CONFIG_LSF is not set |
137 | # CONFIG_BLK_DEV_BSG is not set | 145 | # CONFIG_BLK_DEV_BSG is not set |
146 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
138 | 147 | ||
139 | # | 148 | # |
140 | # IO Schedulers | 149 | # IO Schedulers |
@@ -154,13 +163,12 @@ CONFIG_CLASSIC_RCU=y | |||
154 | # | 163 | # |
155 | # Platform support | 164 | # Platform support |
156 | # | 165 | # |
157 | # CONFIG_PPC_MPC512x is not set | ||
158 | # CONFIG_PPC_MPC5121 is not set | ||
159 | # CONFIG_PPC_CELL is not set | 166 | # CONFIG_PPC_CELL is not set |
160 | # CONFIG_PPC_CELL_NATIVE is not set | 167 | # CONFIG_PPC_CELL_NATIVE is not set |
161 | # CONFIG_PQ2ADS is not set | 168 | # CONFIG_PQ2ADS is not set |
162 | # CONFIG_BAMBOO is not set | 169 | # CONFIG_BAMBOO is not set |
163 | # CONFIG_EBONY is not set | 170 | # CONFIG_EBONY is not set |
171 | # CONFIG_SAM440EP is not set | ||
164 | # CONFIG_SEQUOIA is not set | 172 | # CONFIG_SEQUOIA is not set |
165 | # CONFIG_TAISHAN is not set | 173 | # CONFIG_TAISHAN is not set |
166 | # CONFIG_KATMAI is not set | 174 | # CONFIG_KATMAI is not set |
@@ -221,6 +229,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
221 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 229 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
222 | CONFIG_PAGEFLAGS_EXTENDED=y | 230 | CONFIG_PAGEFLAGS_EXTENDED=y |
223 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 231 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
232 | CONFIG_MIGRATION=y | ||
224 | CONFIG_RESOURCES_64BIT=y | 233 | CONFIG_RESOURCES_64BIT=y |
225 | CONFIG_ZONE_DMA_FLAG=1 | 234 | CONFIG_ZONE_DMA_FLAG=1 |
226 | CONFIG_BOUNCE=y | 235 | CONFIG_BOUNCE=y |
@@ -239,6 +248,7 @@ CONFIG_ISA_DMA_API=y | |||
239 | CONFIG_ZONE_DMA=y | 248 | CONFIG_ZONE_DMA=y |
240 | CONFIG_PPC_INDIRECT_PCI=y | 249 | CONFIG_PPC_INDIRECT_PCI=y |
241 | CONFIG_4xx_SOC=y | 250 | CONFIG_4xx_SOC=y |
251 | CONFIG_PPC_PCI_CHOICE=y | ||
242 | CONFIG_PCI=y | 252 | CONFIG_PCI=y |
243 | CONFIG_PCI_DOMAINS=y | 253 | CONFIG_PCI_DOMAINS=y |
244 | CONFIG_PCI_SYSCALL=y | 254 | CONFIG_PCI_SYSCALL=y |
@@ -265,10 +275,6 @@ CONFIG_PHYSICAL_START=0x00000000 | |||
265 | CONFIG_TASK_SIZE=0xc0000000 | 275 | CONFIG_TASK_SIZE=0xc0000000 |
266 | CONFIG_CONSISTENT_START=0xff100000 | 276 | CONFIG_CONSISTENT_START=0xff100000 |
267 | CONFIG_CONSISTENT_SIZE=0x00200000 | 277 | CONFIG_CONSISTENT_SIZE=0x00200000 |
268 | |||
269 | # | ||
270 | # Networking | ||
271 | # | ||
272 | CONFIG_NET=y | 278 | CONFIG_NET=y |
273 | 279 | ||
274 | # | 280 | # |
@@ -446,7 +452,9 @@ CONFIG_IP_NF_MANGLE=m | |||
446 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | 452 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" |
447 | CONFIG_STANDALONE=y | 453 | CONFIG_STANDALONE=y |
448 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 454 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
449 | # CONFIG_FW_LOADER is not set | 455 | CONFIG_FW_LOADER=y |
456 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
457 | CONFIG_EXTRA_FIRMWARE="" | ||
450 | # CONFIG_SYS_HYPERVISOR is not set | 458 | # CONFIG_SYS_HYPERVISOR is not set |
451 | # CONFIG_CONNECTOR is not set | 459 | # CONFIG_CONNECTOR is not set |
452 | # CONFIG_MTD is not set | 460 | # CONFIG_MTD is not set |
@@ -471,12 +479,14 @@ CONFIG_BLK_DEV_RAM_SIZE=8192 | |||
471 | # CONFIG_CDROM_PKTCDVD is not set | 479 | # CONFIG_CDROM_PKTCDVD is not set |
472 | # CONFIG_ATA_OVER_ETH is not set | 480 | # CONFIG_ATA_OVER_ETH is not set |
473 | # CONFIG_XILINX_SYSACE is not set | 481 | # CONFIG_XILINX_SYSACE is not set |
482 | # CONFIG_BLK_DEV_HD is not set | ||
474 | CONFIG_MISC_DEVICES=y | 483 | CONFIG_MISC_DEVICES=y |
475 | # CONFIG_PHANTOM is not set | 484 | # CONFIG_PHANTOM is not set |
476 | # CONFIG_EEPROM_93CX6 is not set | 485 | # CONFIG_EEPROM_93CX6 is not set |
477 | # CONFIG_SGI_IOC4 is not set | 486 | # CONFIG_SGI_IOC4 is not set |
478 | # CONFIG_TIFM_CORE is not set | 487 | # CONFIG_TIFM_CORE is not set |
479 | # CONFIG_ENCLOSURE_SERVICES is not set | 488 | # CONFIG_ENCLOSURE_SERVICES is not set |
489 | # CONFIG_HP_ILO is not set | ||
480 | CONFIG_HAVE_IDE=y | 490 | CONFIG_HAVE_IDE=y |
481 | # CONFIG_IDE is not set | 491 | # CONFIG_IDE is not set |
482 | 492 | ||
@@ -503,7 +513,6 @@ CONFIG_HAVE_IDE=y | |||
503 | # CONFIG_I2O is not set | 513 | # CONFIG_I2O is not set |
504 | # CONFIG_MACINTOSH_DRIVERS is not set | 514 | # CONFIG_MACINTOSH_DRIVERS is not set |
505 | CONFIG_NETDEVICES=y | 515 | CONFIG_NETDEVICES=y |
506 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
507 | # CONFIG_DUMMY is not set | 516 | # CONFIG_DUMMY is not set |
508 | # CONFIG_BONDING is not set | 517 | # CONFIG_BONDING is not set |
509 | # CONFIG_MACVLAN is not set | 518 | # CONFIG_MACVLAN is not set |
@@ -532,7 +541,6 @@ CONFIG_NETDEV_1000=y | |||
532 | # CONFIG_DL2K is not set | 541 | # CONFIG_DL2K is not set |
533 | # CONFIG_E1000 is not set | 542 | # CONFIG_E1000 is not set |
534 | # CONFIG_E1000E is not set | 543 | # CONFIG_E1000E is not set |
535 | # CONFIG_E1000E_ENABLED is not set | ||
536 | # CONFIG_IP1000 is not set | 544 | # CONFIG_IP1000 is not set |
537 | # CONFIG_IGB is not set | 545 | # CONFIG_IGB is not set |
538 | # CONFIG_NS83820 is not set | 546 | # CONFIG_NS83820 is not set |
@@ -547,6 +555,7 @@ CONFIG_NETDEV_1000=y | |||
547 | # CONFIG_BNX2 is not set | 555 | # CONFIG_BNX2 is not set |
548 | # CONFIG_QLA3XXX is not set | 556 | # CONFIG_QLA3XXX is not set |
549 | # CONFIG_ATL1 is not set | 557 | # CONFIG_ATL1 is not set |
558 | # CONFIG_ATL1E is not set | ||
550 | # CONFIG_NETDEV_10000 is not set | 559 | # CONFIG_NETDEV_10000 is not set |
551 | # CONFIG_TR is not set | 560 | # CONFIG_TR is not set |
552 | 561 | ||
@@ -619,12 +628,14 @@ CONFIG_SERIO_SERPORT=y | |||
619 | # CONFIG_SERIO_PCIPS2 is not set | 628 | # CONFIG_SERIO_PCIPS2 is not set |
620 | CONFIG_SERIO_LIBPS2=y | 629 | CONFIG_SERIO_LIBPS2=y |
621 | # CONFIG_SERIO_RAW is not set | 630 | # CONFIG_SERIO_RAW is not set |
631 | # CONFIG_SERIO_XILINX_XPS_PS2 is not set | ||
622 | # CONFIG_GAMEPORT is not set | 632 | # CONFIG_GAMEPORT is not set |
623 | 633 | ||
624 | # | 634 | # |
625 | # Character devices | 635 | # Character devices |
626 | # | 636 | # |
627 | CONFIG_VT=y | 637 | CONFIG_VT=y |
638 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
628 | CONFIG_VT_CONSOLE=y | 639 | CONFIG_VT_CONSOLE=y |
629 | CONFIG_HW_CONSOLE=y | 640 | CONFIG_HW_CONSOLE=y |
630 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | 641 | # CONFIG_VT_HW_CONSOLE_BINDING is not set |
@@ -670,39 +681,59 @@ CONFIG_I2C_CHARDEV=y | |||
670 | # | 681 | # |
671 | # I2C Hardware Bus support | 682 | # I2C Hardware Bus support |
672 | # | 683 | # |
684 | |||
685 | # | ||
686 | # PC SMBus host controller drivers | ||
687 | # | ||
673 | # CONFIG_I2C_ALI1535 is not set | 688 | # CONFIG_I2C_ALI1535 is not set |
674 | # CONFIG_I2C_ALI1563 is not set | 689 | # CONFIG_I2C_ALI1563 is not set |
675 | # CONFIG_I2C_ALI15X3 is not set | 690 | # CONFIG_I2C_ALI15X3 is not set |
676 | # CONFIG_I2C_AMD756 is not set | 691 | # CONFIG_I2C_AMD756 is not set |
677 | # CONFIG_I2C_AMD8111 is not set | 692 | # CONFIG_I2C_AMD8111 is not set |
678 | # CONFIG_I2C_I801 is not set | 693 | # CONFIG_I2C_I801 is not set |
679 | # CONFIG_I2C_I810 is not set | 694 | # CONFIG_I2C_ISCH is not set |
680 | # CONFIG_I2C_PIIX4 is not set | 695 | # CONFIG_I2C_PIIX4 is not set |
681 | # CONFIG_I2C_IBM_IIC is not set | ||
682 | # CONFIG_I2C_MPC is not set | ||
683 | # CONFIG_I2C_NFORCE2 is not set | 696 | # CONFIG_I2C_NFORCE2 is not set |
684 | # CONFIG_I2C_OCORES is not set | ||
685 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
686 | # CONFIG_I2C_PROSAVAGE is not set | ||
687 | # CONFIG_I2C_SAVAGE4 is not set | ||
688 | # CONFIG_I2C_SIMTEC is not set | ||
689 | # CONFIG_I2C_SIS5595 is not set | 697 | # CONFIG_I2C_SIS5595 is not set |
690 | # CONFIG_I2C_SIS630 is not set | 698 | # CONFIG_I2C_SIS630 is not set |
691 | # CONFIG_I2C_SIS96X is not set | 699 | # CONFIG_I2C_SIS96X is not set |
692 | # CONFIG_I2C_TAOS_EVM is not set | ||
693 | # CONFIG_I2C_STUB is not set | ||
694 | # CONFIG_I2C_VIA is not set | 700 | # CONFIG_I2C_VIA is not set |
695 | # CONFIG_I2C_VIAPRO is not set | 701 | # CONFIG_I2C_VIAPRO is not set |
702 | |||
703 | # | ||
704 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
705 | # | ||
706 | # CONFIG_I2C_IBM_IIC is not set | ||
707 | # CONFIG_I2C_MPC is not set | ||
708 | # CONFIG_I2C_OCORES is not set | ||
709 | # CONFIG_I2C_SIMTEC is not set | ||
710 | |||
711 | # | ||
712 | # External I2C/SMBus adapter drivers | ||
713 | # | ||
714 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
715 | # CONFIG_I2C_TAOS_EVM is not set | ||
716 | |||
717 | # | ||
718 | # Graphics adapter I2C/DDC channel drivers | ||
719 | # | ||
696 | # CONFIG_I2C_VOODOO3 is not set | 720 | # CONFIG_I2C_VOODOO3 is not set |
721 | |||
722 | # | ||
723 | # Other I2C/SMBus bus drivers | ||
724 | # | ||
697 | # CONFIG_I2C_PCA_PLATFORM is not set | 725 | # CONFIG_I2C_PCA_PLATFORM is not set |
726 | # CONFIG_I2C_STUB is not set | ||
698 | 727 | ||
699 | # | 728 | # |
700 | # Miscellaneous I2C Chip support | 729 | # Miscellaneous I2C Chip support |
701 | # | 730 | # |
702 | # CONFIG_DS1682 is not set | 731 | # CONFIG_DS1682 is not set |
732 | # CONFIG_AT24 is not set | ||
703 | # CONFIG_SENSORS_EEPROM is not set | 733 | # CONFIG_SENSORS_EEPROM is not set |
704 | # CONFIG_SENSORS_PCF8574 is not set | 734 | # CONFIG_SENSORS_PCF8574 is not set |
705 | # CONFIG_PCF8575 is not set | 735 | # CONFIG_PCF8575 is not set |
736 | # CONFIG_SENSORS_PCA9539 is not set | ||
706 | # CONFIG_SENSORS_PCF8591 is not set | 737 | # CONFIG_SENSORS_PCF8591 is not set |
707 | # CONFIG_SENSORS_MAX6875 is not set | 738 | # CONFIG_SENSORS_MAX6875 is not set |
708 | # CONFIG_SENSORS_TSL2550 is not set | 739 | # CONFIG_SENSORS_TSL2550 is not set |
@@ -711,10 +742,13 @@ CONFIG_I2C_DEBUG_ALGO=y | |||
711 | # CONFIG_I2C_DEBUG_BUS is not set | 742 | # CONFIG_I2C_DEBUG_BUS is not set |
712 | # CONFIG_I2C_DEBUG_CHIP is not set | 743 | # CONFIG_I2C_DEBUG_CHIP is not set |
713 | # CONFIG_SPI is not set | 744 | # CONFIG_SPI is not set |
745 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
746 | # CONFIG_GPIOLIB is not set | ||
714 | # CONFIG_W1 is not set | 747 | # CONFIG_W1 is not set |
715 | # CONFIG_POWER_SUPPLY is not set | 748 | # CONFIG_POWER_SUPPLY is not set |
716 | # CONFIG_HWMON is not set | 749 | # CONFIG_HWMON is not set |
717 | # CONFIG_THERMAL is not set | 750 | # CONFIG_THERMAL is not set |
751 | # CONFIG_THERMAL_HWMON is not set | ||
718 | # CONFIG_WATCHDOG is not set | 752 | # CONFIG_WATCHDOG is not set |
719 | 753 | ||
720 | # | 754 | # |
@@ -726,6 +760,7 @@ CONFIG_SSB_POSSIBLE=y | |||
726 | # | 760 | # |
727 | # Multifunction device drivers | 761 | # Multifunction device drivers |
728 | # | 762 | # |
763 | # CONFIG_MFD_CORE is not set | ||
729 | # CONFIG_MFD_SM501 is not set | 764 | # CONFIG_MFD_SM501 is not set |
730 | # CONFIG_HTC_PASIC3 is not set | 765 | # CONFIG_HTC_PASIC3 is not set |
731 | 766 | ||
@@ -799,6 +834,7 @@ CONFIG_FB_CFB_IMAGEBLIT=y | |||
799 | # CONFIG_FB_TRIDENT is not set | 834 | # CONFIG_FB_TRIDENT is not set |
800 | # CONFIG_FB_ARK is not set | 835 | # CONFIG_FB_ARK is not set |
801 | # CONFIG_FB_PM3 is not set | 836 | # CONFIG_FB_PM3 is not set |
837 | # CONFIG_FB_CARMINE is not set | ||
802 | # CONFIG_FB_IBM_GXT4500 is not set | 838 | # CONFIG_FB_IBM_GXT4500 is not set |
803 | CONFIG_FB_XILINX=y | 839 | CONFIG_FB_XILINX=y |
804 | # CONFIG_FB_VIRTUAL is not set | 840 | # CONFIG_FB_VIRTUAL is not set |
@@ -831,10 +867,6 @@ CONFIG_LOGO=y | |||
831 | CONFIG_LOGO_LINUX_MONO=y | 867 | CONFIG_LOGO_LINUX_MONO=y |
832 | CONFIG_LOGO_LINUX_VGA16=y | 868 | CONFIG_LOGO_LINUX_VGA16=y |
833 | CONFIG_LOGO_LINUX_CLUT224=y | 869 | CONFIG_LOGO_LINUX_CLUT224=y |
834 | |||
835 | # | ||
836 | # Sound | ||
837 | # | ||
838 | # CONFIG_SOUND is not set | 870 | # CONFIG_SOUND is not set |
839 | # CONFIG_HID_SUPPORT is not set | 871 | # CONFIG_HID_SUPPORT is not set |
840 | # CONFIG_USB_SUPPORT is not set | 872 | # CONFIG_USB_SUPPORT is not set |
@@ -910,6 +942,7 @@ CONFIG_TMPFS=y | |||
910 | CONFIG_CRAMFS=y | 942 | CONFIG_CRAMFS=y |
911 | # CONFIG_VXFS_FS is not set | 943 | # CONFIG_VXFS_FS is not set |
912 | # CONFIG_MINIX_FS is not set | 944 | # CONFIG_MINIX_FS is not set |
945 | # CONFIG_OMFS_FS is not set | ||
913 | # CONFIG_HPFS_FS is not set | 946 | # CONFIG_HPFS_FS is not set |
914 | # CONFIG_QNX4FS_FS is not set | 947 | # CONFIG_QNX4FS_FS is not set |
915 | CONFIG_ROMFS_FS=y | 948 | CONFIG_ROMFS_FS=y |
@@ -920,17 +953,16 @@ CONFIG_NFS_FS=y | |||
920 | CONFIG_NFS_V3=y | 953 | CONFIG_NFS_V3=y |
921 | # CONFIG_NFS_V3_ACL is not set | 954 | # CONFIG_NFS_V3_ACL is not set |
922 | # CONFIG_NFS_V4 is not set | 955 | # CONFIG_NFS_V4 is not set |
956 | CONFIG_ROOT_NFS=y | ||
923 | CONFIG_NFSD=y | 957 | CONFIG_NFSD=y |
924 | CONFIG_NFSD_V3=y | 958 | CONFIG_NFSD_V3=y |
925 | # CONFIG_NFSD_V3_ACL is not set | 959 | # CONFIG_NFSD_V3_ACL is not set |
926 | # CONFIG_NFSD_V4 is not set | 960 | # CONFIG_NFSD_V4 is not set |
927 | CONFIG_ROOT_NFS=y | ||
928 | CONFIG_LOCKD=y | 961 | CONFIG_LOCKD=y |
929 | CONFIG_LOCKD_V4=y | 962 | CONFIG_LOCKD_V4=y |
930 | CONFIG_EXPORTFS=y | 963 | CONFIG_EXPORTFS=y |
931 | CONFIG_NFS_COMMON=y | 964 | CONFIG_NFS_COMMON=y |
932 | CONFIG_SUNRPC=y | 965 | CONFIG_SUNRPC=y |
933 | # CONFIG_SUNRPC_BIND34 is not set | ||
934 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 966 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
935 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 967 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
936 | CONFIG_SMB_FS=y | 968 | CONFIG_SMB_FS=y |
@@ -994,6 +1026,7 @@ CONFIG_BITREVERSE=y | |||
994 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 1026 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
995 | CONFIG_CRC_CCITT=y | 1027 | CONFIG_CRC_CCITT=y |
996 | # CONFIG_CRC16 is not set | 1028 | # CONFIG_CRC16 is not set |
1029 | # CONFIG_CRC_T10DIF is not set | ||
997 | # CONFIG_CRC_ITU_T is not set | 1030 | # CONFIG_CRC_ITU_T is not set |
998 | CONFIG_CRC32=y | 1031 | CONFIG_CRC32=y |
999 | # CONFIG_CRC7 is not set | 1032 | # CONFIG_CRC7 is not set |
@@ -1018,7 +1051,16 @@ CONFIG_FRAME_WARN=1024 | |||
1018 | # CONFIG_HEADERS_CHECK is not set | 1051 | # CONFIG_HEADERS_CHECK is not set |
1019 | # CONFIG_DEBUG_KERNEL is not set | 1052 | # CONFIG_DEBUG_KERNEL is not set |
1020 | CONFIG_DEBUG_BUGVERBOSE=y | 1053 | CONFIG_DEBUG_BUGVERBOSE=y |
1054 | CONFIG_DEBUG_MEMORY_INIT=y | ||
1055 | # CONFIG_LATENCYTOP is not set | ||
1056 | CONFIG_HAVE_FTRACE=y | ||
1057 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
1058 | # CONFIG_FTRACE is not set | ||
1059 | # CONFIG_PREEMPT_TRACER is not set | ||
1060 | # CONFIG_SCHED_TRACER is not set | ||
1061 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
1021 | # CONFIG_SAMPLES is not set | 1062 | # CONFIG_SAMPLES is not set |
1063 | CONFIG_HAVE_ARCH_KGDB=y | ||
1022 | # CONFIG_IRQSTACKS is not set | 1064 | # CONFIG_IRQSTACKS is not set |
1023 | # CONFIG_PPC_EARLY_DEBUG is not set | 1065 | # CONFIG_PPC_EARLY_DEBUG is not set |
1024 | 1066 | ||
@@ -1071,6 +1113,10 @@ CONFIG_CRYPTO=y | |||
1071 | # CONFIG_CRYPTO_MD4 is not set | 1113 | # CONFIG_CRYPTO_MD4 is not set |
1072 | # CONFIG_CRYPTO_MD5 is not set | 1114 | # CONFIG_CRYPTO_MD5 is not set |
1073 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 1115 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
1116 | # CONFIG_CRYPTO_RMD128 is not set | ||
1117 | # CONFIG_CRYPTO_RMD160 is not set | ||
1118 | # CONFIG_CRYPTO_RMD256 is not set | ||
1119 | # CONFIG_CRYPTO_RMD320 is not set | ||
1074 | # CONFIG_CRYPTO_SHA1 is not set | 1120 | # CONFIG_CRYPTO_SHA1 is not set |
1075 | # CONFIG_CRYPTO_SHA256 is not set | 1121 | # CONFIG_CRYPTO_SHA256 is not set |
1076 | # CONFIG_CRYPTO_SHA512 is not set | 1122 | # CONFIG_CRYPTO_SHA512 is not set |
diff --git a/arch/powerpc/configs/44x/warp_defconfig b/arch/powerpc/configs/44x/warp_defconfig index 2313c3e8ef61..d9375a969c67 100644 --- a/arch/powerpc/configs/44x/warp_defconfig +++ b/arch/powerpc/configs/44x/warp_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.25-rc2 | 3 | # Linux kernel version: 2.6.27-rc1 |
4 | # Fri Feb 15 21:54:43 2008 | 4 | # Tue Aug 5 09:23:39 2008 |
5 | # | 5 | # |
6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
7 | 7 | ||
@@ -30,8 +30,12 @@ CONFIG_GENERIC_TIME=y | |||
30 | CONFIG_GENERIC_TIME_VSYSCALL=y | 30 | CONFIG_GENERIC_TIME_VSYSCALL=y |
31 | CONFIG_GENERIC_CLOCKEVENTS=y | 31 | CONFIG_GENERIC_CLOCKEVENTS=y |
32 | CONFIG_GENERIC_HARDIRQS=y | 32 | CONFIG_GENERIC_HARDIRQS=y |
33 | # CONFIG_HAVE_GET_USER_PAGES_FAST is not set | ||
33 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | 34 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set |
34 | CONFIG_IRQ_PER_CPU=y | 35 | CONFIG_IRQ_PER_CPU=y |
36 | CONFIG_STACKTRACE_SUPPORT=y | ||
37 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
38 | CONFIG_LOCKDEP_SUPPORT=y | ||
35 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 39 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
36 | CONFIG_ARCH_HAS_ILOG2_U32=y | 40 | CONFIG_ARCH_HAS_ILOG2_U32=y |
37 | CONFIG_GENERIC_HWEIGHT=y | 41 | CONFIG_GENERIC_HWEIGHT=y |
@@ -79,6 +83,7 @@ CONFIG_FAIR_GROUP_SCHED=y | |||
79 | CONFIG_USER_SCHED=y | 83 | CONFIG_USER_SCHED=y |
80 | # CONFIG_CGROUP_SCHED is not set | 84 | # CONFIG_CGROUP_SCHED is not set |
81 | CONFIG_SYSFS_DEPRECATED=y | 85 | CONFIG_SYSFS_DEPRECATED=y |
86 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
82 | # CONFIG_RELAY is not set | 87 | # CONFIG_RELAY is not set |
83 | # CONFIG_NAMESPACES is not set | 88 | # CONFIG_NAMESPACES is not set |
84 | CONFIG_BLK_DEV_INITRD=y | 89 | CONFIG_BLK_DEV_INITRD=y |
@@ -87,6 +92,7 @@ CONFIG_INITRAMFS_SOURCE="" | |||
87 | CONFIG_SYSCTL=y | 92 | CONFIG_SYSCTL=y |
88 | CONFIG_EMBEDDED=y | 93 | CONFIG_EMBEDDED=y |
89 | CONFIG_SYSCTL_SYSCALL=y | 94 | CONFIG_SYSCTL_SYSCALL=y |
95 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
90 | CONFIG_KALLSYMS=y | 96 | CONFIG_KALLSYMS=y |
91 | # CONFIG_KALLSYMS_ALL is not set | 97 | # CONFIG_KALLSYMS_ALL is not set |
92 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 98 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
@@ -111,13 +117,22 @@ CONFIG_SLAB=y | |||
111 | # CONFIG_MARKERS is not set | 117 | # CONFIG_MARKERS is not set |
112 | CONFIG_HAVE_OPROFILE=y | 118 | CONFIG_HAVE_OPROFILE=y |
113 | # CONFIG_KPROBES is not set | 119 | # CONFIG_KPROBES is not set |
120 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
121 | CONFIG_HAVE_IOREMAP_PROT=y | ||
114 | CONFIG_HAVE_KPROBES=y | 122 | CONFIG_HAVE_KPROBES=y |
123 | CONFIG_HAVE_KRETPROBES=y | ||
124 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
125 | # CONFIG_HAVE_DMA_ATTRS is not set | ||
126 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
127 | # CONFIG_HAVE_CLK is not set | ||
115 | CONFIG_PROC_PAGE_MONITOR=y | 128 | CONFIG_PROC_PAGE_MONITOR=y |
129 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
116 | CONFIG_SLABINFO=y | 130 | CONFIG_SLABINFO=y |
117 | CONFIG_RT_MUTEXES=y | 131 | CONFIG_RT_MUTEXES=y |
118 | # CONFIG_TINY_SHMEM is not set | 132 | # CONFIG_TINY_SHMEM is not set |
119 | CONFIG_BASE_SMALL=0 | 133 | CONFIG_BASE_SMALL=0 |
120 | CONFIG_MODULES=y | 134 | CONFIG_MODULES=y |
135 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
121 | CONFIG_MODULE_UNLOAD=y | 136 | CONFIG_MODULE_UNLOAD=y |
122 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 137 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
123 | # CONFIG_MODVERSIONS is not set | 138 | # CONFIG_MODVERSIONS is not set |
@@ -128,6 +143,7 @@ CONFIG_BLOCK=y | |||
128 | # CONFIG_BLK_DEV_IO_TRACE is not set | 143 | # CONFIG_BLK_DEV_IO_TRACE is not set |
129 | # CONFIG_LSF is not set | 144 | # CONFIG_LSF is not set |
130 | # CONFIG_BLK_DEV_BSG is not set | 145 | # CONFIG_BLK_DEV_BSG is not set |
146 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
131 | 147 | ||
132 | # | 148 | # |
133 | # IO Schedulers | 149 | # IO Schedulers |
@@ -142,23 +158,24 @@ CONFIG_DEFAULT_AS=y | |||
142 | # CONFIG_DEFAULT_NOOP is not set | 158 | # CONFIG_DEFAULT_NOOP is not set |
143 | CONFIG_DEFAULT_IOSCHED="anticipatory" | 159 | CONFIG_DEFAULT_IOSCHED="anticipatory" |
144 | CONFIG_CLASSIC_RCU=y | 160 | CONFIG_CLASSIC_RCU=y |
145 | # CONFIG_PREEMPT_RCU is not set | ||
146 | 161 | ||
147 | # | 162 | # |
148 | # Platform support | 163 | # Platform support |
149 | # | 164 | # |
150 | # CONFIG_PPC_MPC512x is not set | ||
151 | # CONFIG_PPC_MPC5121 is not set | ||
152 | # CONFIG_PPC_CELL is not set | 165 | # CONFIG_PPC_CELL is not set |
153 | # CONFIG_PPC_CELL_NATIVE is not set | 166 | # CONFIG_PPC_CELL_NATIVE is not set |
154 | # CONFIG_PQ2ADS is not set | 167 | # CONFIG_PQ2ADS is not set |
155 | # CONFIG_BAMBOO is not set | 168 | # CONFIG_BAMBOO is not set |
156 | # CONFIG_EBONY is not set | 169 | # CONFIG_EBONY is not set |
170 | # CONFIG_SAM440EP is not set | ||
157 | # CONFIG_SEQUOIA is not set | 171 | # CONFIG_SEQUOIA is not set |
158 | # CONFIG_TAISHAN is not set | 172 | # CONFIG_TAISHAN is not set |
159 | # CONFIG_KATMAI is not set | 173 | # CONFIG_KATMAI is not set |
160 | # CONFIG_RAINIER is not set | 174 | # CONFIG_RAINIER is not set |
161 | CONFIG_WARP=y | 175 | CONFIG_WARP=y |
176 | # CONFIG_CANYONLANDS is not set | ||
177 | # CONFIG_YOSEMITE is not set | ||
178 | # CONFIG_XILINX_VIRTEX440_GENERIC_BOARD is not set | ||
162 | CONFIG_440EP=y | 179 | CONFIG_440EP=y |
163 | CONFIG_IBM440EP_ERR42=y | 180 | CONFIG_IBM440EP_ERR42=y |
164 | # CONFIG_IPIC is not set | 181 | # CONFIG_IPIC is not set |
@@ -191,7 +208,6 @@ CONFIG_HZ=1000 | |||
191 | CONFIG_PREEMPT_NONE=y | 208 | CONFIG_PREEMPT_NONE=y |
192 | # CONFIG_PREEMPT_VOLUNTARY is not set | 209 | # CONFIG_PREEMPT_VOLUNTARY is not set |
193 | # CONFIG_PREEMPT is not set | 210 | # CONFIG_PREEMPT is not set |
194 | CONFIG_RCU_TRACE=y | ||
195 | CONFIG_BINFMT_ELF=y | 211 | CONFIG_BINFMT_ELF=y |
196 | # CONFIG_BINFMT_MISC is not set | 212 | # CONFIG_BINFMT_MISC is not set |
197 | # CONFIG_MATH_EMULATION is not set | 213 | # CONFIG_MATH_EMULATION is not set |
@@ -209,14 +225,18 @@ CONFIG_FLATMEM=y | |||
209 | CONFIG_FLAT_NODE_MEM_MAP=y | 225 | CONFIG_FLAT_NODE_MEM_MAP=y |
210 | # CONFIG_SPARSEMEM_STATIC is not set | 226 | # CONFIG_SPARSEMEM_STATIC is not set |
211 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 227 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
228 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
212 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 229 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
230 | CONFIG_MIGRATION=y | ||
213 | CONFIG_RESOURCES_64BIT=y | 231 | CONFIG_RESOURCES_64BIT=y |
214 | CONFIG_ZONE_DMA_FLAG=1 | 232 | CONFIG_ZONE_DMA_FLAG=1 |
215 | CONFIG_BOUNCE=y | 233 | CONFIG_BOUNCE=y |
216 | CONFIG_VIRT_TO_BUS=y | 234 | CONFIG_VIRT_TO_BUS=y |
235 | CONFIG_FORCE_MAX_ZONEORDER=11 | ||
217 | CONFIG_PROC_DEVICETREE=y | 236 | CONFIG_PROC_DEVICETREE=y |
218 | CONFIG_CMDLINE_BOOL=y | 237 | CONFIG_CMDLINE_BOOL=y |
219 | CONFIG_CMDLINE="ip=on" | 238 | CONFIG_CMDLINE="ip=on" |
239 | CONFIG_EXTRA_TARGETS="" | ||
220 | CONFIG_SECCOMP=y | 240 | CONFIG_SECCOMP=y |
221 | CONFIG_ISA_DMA_API=y | 241 | CONFIG_ISA_DMA_API=y |
222 | 242 | ||
@@ -224,10 +244,13 @@ CONFIG_ISA_DMA_API=y | |||
224 | # Bus options | 244 | # Bus options |
225 | # | 245 | # |
226 | CONFIG_ZONE_DMA=y | 246 | CONFIG_ZONE_DMA=y |
247 | CONFIG_4xx_SOC=y | ||
248 | CONFIG_PPC_PCI_CHOICE=y | ||
227 | # CONFIG_PCI is not set | 249 | # CONFIG_PCI is not set |
228 | # CONFIG_PCI_DOMAINS is not set | 250 | # CONFIG_PCI_DOMAINS is not set |
229 | # CONFIG_PCI_SYSCALL is not set | 251 | # CONFIG_PCI_SYSCALL is not set |
230 | # CONFIG_ARCH_SUPPORTS_MSI is not set | 252 | # CONFIG_ARCH_SUPPORTS_MSI is not set |
253 | # CONFIG_HAS_RAPIDIO is not set | ||
231 | 254 | ||
232 | # | 255 | # |
233 | # Advanced setup | 256 | # Advanced setup |
@@ -237,17 +260,13 @@ CONFIG_ZONE_DMA=y | |||
237 | # | 260 | # |
238 | # Default settings for advanced configuration options are used | 261 | # Default settings for advanced configuration options are used |
239 | # | 262 | # |
240 | CONFIG_HIGHMEM_START=0xfe000000 | ||
241 | CONFIG_LOWMEM_SIZE=0x30000000 | 263 | CONFIG_LOWMEM_SIZE=0x30000000 |
264 | CONFIG_PAGE_OFFSET=0xc0000000 | ||
242 | CONFIG_KERNEL_START=0xc0000000 | 265 | CONFIG_KERNEL_START=0xc0000000 |
266 | CONFIG_PHYSICAL_START=0x00000000 | ||
243 | CONFIG_TASK_SIZE=0xc0000000 | 267 | CONFIG_TASK_SIZE=0xc0000000 |
244 | CONFIG_CONSISTENT_START=0xff100000 | 268 | CONFIG_CONSISTENT_START=0xff100000 |
245 | CONFIG_CONSISTENT_SIZE=0x00200000 | 269 | CONFIG_CONSISTENT_SIZE=0x00200000 |
246 | CONFIG_BOOT_LOAD=0x01000000 | ||
247 | |||
248 | # | ||
249 | # Networking | ||
250 | # | ||
251 | CONFIG_NET=y | 270 | CONFIG_NET=y |
252 | 271 | ||
253 | # | 272 | # |
@@ -291,8 +310,6 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
291 | # CONFIG_TCP_MD5SIG is not set | 310 | # CONFIG_TCP_MD5SIG is not set |
292 | # CONFIG_IP_VS is not set | 311 | # CONFIG_IP_VS is not set |
293 | # CONFIG_IPV6 is not set | 312 | # CONFIG_IPV6 is not set |
294 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
295 | # CONFIG_INET6_TUNNEL is not set | ||
296 | # CONFIG_NETWORK_SECMARK is not set | 313 | # CONFIG_NETWORK_SECMARK is not set |
297 | CONFIG_NETFILTER=y | 314 | CONFIG_NETFILTER=y |
298 | # CONFIG_NETFILTER_DEBUG is not set | 315 | # CONFIG_NETFILTER_DEBUG is not set |
@@ -318,6 +335,7 @@ CONFIG_NETFILTER_ADVANCED=y | |||
318 | # CONFIG_ATM is not set | 335 | # CONFIG_ATM is not set |
319 | # CONFIG_BRIDGE is not set | 336 | # CONFIG_BRIDGE is not set |
320 | CONFIG_VLAN_8021Q=y | 337 | CONFIG_VLAN_8021Q=y |
338 | # CONFIG_VLAN_8021Q_GVRP is not set | ||
321 | # CONFIG_DECNET is not set | 339 | # CONFIG_DECNET is not set |
322 | # CONFIG_LLC2 is not set | 340 | # CONFIG_LLC2 is not set |
323 | # CONFIG_IPX is not set | 341 | # CONFIG_IPX is not set |
@@ -368,6 +386,7 @@ CONFIG_MTD_PARTITIONS=y | |||
368 | # CONFIG_MTD_REDBOOT_PARTS is not set | 386 | # CONFIG_MTD_REDBOOT_PARTS is not set |
369 | # CONFIG_MTD_CMDLINE_PARTS is not set | 387 | # CONFIG_MTD_CMDLINE_PARTS is not set |
370 | CONFIG_MTD_OF_PARTS=y | 388 | CONFIG_MTD_OF_PARTS=y |
389 | # CONFIG_MTD_AR7_PARTS is not set | ||
371 | 390 | ||
372 | # | 391 | # |
373 | # User Modules And Translation Layers | 392 | # User Modules And Translation Layers |
@@ -446,6 +465,7 @@ CONFIG_MTD_NAND_IDS=y | |||
446 | # | 465 | # |
447 | # CONFIG_MTD_UBI is not set | 466 | # CONFIG_MTD_UBI is not set |
448 | CONFIG_OF_DEVICE=y | 467 | CONFIG_OF_DEVICE=y |
468 | CONFIG_OF_I2C=y | ||
449 | # CONFIG_PARPORT is not set | 469 | # CONFIG_PARPORT is not set |
450 | CONFIG_BLK_DEV=y | 470 | CONFIG_BLK_DEV=y |
451 | # CONFIG_BLK_DEV_FD is not set | 471 | # CONFIG_BLK_DEV_FD is not set |
@@ -460,6 +480,7 @@ CONFIG_BLK_DEV_RAM_SIZE=4096 | |||
460 | # CONFIG_CDROM_PKTCDVD is not set | 480 | # CONFIG_CDROM_PKTCDVD is not set |
461 | # CONFIG_ATA_OVER_ETH is not set | 481 | # CONFIG_ATA_OVER_ETH is not set |
462 | # CONFIG_XILINX_SYSACE is not set | 482 | # CONFIG_XILINX_SYSACE is not set |
483 | # CONFIG_BLK_DEV_HD is not set | ||
463 | CONFIG_MISC_DEVICES=y | 484 | CONFIG_MISC_DEVICES=y |
464 | # CONFIG_EEPROM_93CX6 is not set | 485 | # CONFIG_EEPROM_93CX6 is not set |
465 | # CONFIG_ENCLOSURE_SERVICES is not set | 486 | # CONFIG_ENCLOSURE_SERVICES is not set |
@@ -504,11 +525,11 @@ CONFIG_SCSI_SPI_ATTRS=y | |||
504 | # CONFIG_SCSI_SAS_LIBSAS is not set | 525 | # CONFIG_SCSI_SAS_LIBSAS is not set |
505 | # CONFIG_SCSI_SRP_ATTRS is not set | 526 | # CONFIG_SCSI_SRP_ATTRS is not set |
506 | # CONFIG_SCSI_LOWLEVEL is not set | 527 | # CONFIG_SCSI_LOWLEVEL is not set |
528 | # CONFIG_SCSI_DH is not set | ||
507 | # CONFIG_ATA is not set | 529 | # CONFIG_ATA is not set |
508 | # CONFIG_MD is not set | 530 | # CONFIG_MD is not set |
509 | # CONFIG_MACINTOSH_DRIVERS is not set | 531 | # CONFIG_MACINTOSH_DRIVERS is not set |
510 | CONFIG_NETDEVICES=y | 532 | CONFIG_NETDEVICES=y |
511 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
512 | # CONFIG_DUMMY is not set | 533 | # CONFIG_DUMMY is not set |
513 | # CONFIG_BONDING is not set | 534 | # CONFIG_BONDING is not set |
514 | # CONFIG_MACVLAN is not set | 535 | # CONFIG_MACVLAN is not set |
@@ -538,6 +559,7 @@ CONFIG_IBM_NEW_EMAC_ZMII=y | |||
538 | # | 559 | # |
539 | # CONFIG_WLAN_PRE80211 is not set | 560 | # CONFIG_WLAN_PRE80211 is not set |
540 | # CONFIG_WLAN_80211 is not set | 561 | # CONFIG_WLAN_80211 is not set |
562 | # CONFIG_IWLWIFI_LEDS is not set | ||
541 | 563 | ||
542 | # | 564 | # |
543 | # USB Network Adapters | 565 | # USB Network Adapters |
@@ -571,6 +593,7 @@ CONFIG_IBM_NEW_EMAC_ZMII=y | |||
571 | # Character devices | 593 | # Character devices |
572 | # | 594 | # |
573 | # CONFIG_VT is not set | 595 | # CONFIG_VT is not set |
596 | CONFIG_DEVKMEM=y | ||
574 | # CONFIG_SERIAL_NONSTANDARD is not set | 597 | # CONFIG_SERIAL_NONSTANDARD is not set |
575 | 598 | ||
576 | # | 599 | # |
@@ -608,44 +631,49 @@ CONFIG_I2C_BOARDINFO=y | |||
608 | # CONFIG_I2C_CHARDEV is not set | 631 | # CONFIG_I2C_CHARDEV is not set |
609 | 632 | ||
610 | # | 633 | # |
611 | # I2C Algorithms | 634 | # I2C Hardware Bus support |
612 | # | 635 | # |
613 | # CONFIG_I2C_ALGOBIT is not set | ||
614 | # CONFIG_I2C_ALGOPCF is not set | ||
615 | # CONFIG_I2C_ALGOPCA is not set | ||
616 | 636 | ||
617 | # | 637 | # |
618 | # I2C Hardware Bus support | 638 | # I2C system bus drivers (mostly embedded / system-on-chip) |
619 | # | 639 | # |
640 | # CONFIG_I2C_IBM_IIC is not set | ||
620 | # CONFIG_I2C_MPC is not set | 641 | # CONFIG_I2C_MPC is not set |
621 | # CONFIG_I2C_OCORES is not set | 642 | # CONFIG_I2C_OCORES is not set |
622 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
623 | # CONFIG_I2C_SIMTEC is not set | 643 | # CONFIG_I2C_SIMTEC is not set |
644 | |||
645 | # | ||
646 | # External I2C/SMBus adapter drivers | ||
647 | # | ||
648 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
624 | # CONFIG_I2C_TAOS_EVM is not set | 649 | # CONFIG_I2C_TAOS_EVM is not set |
625 | # CONFIG_I2C_STUB is not set | ||
626 | # CONFIG_I2C_TINY_USB is not set | 650 | # CONFIG_I2C_TINY_USB is not set |
627 | 651 | ||
628 | # | 652 | # |
653 | # Other I2C/SMBus bus drivers | ||
654 | # | ||
655 | # CONFIG_I2C_PCA_PLATFORM is not set | ||
656 | # CONFIG_I2C_STUB is not set | ||
657 | |||
658 | # | ||
629 | # Miscellaneous I2C Chip support | 659 | # Miscellaneous I2C Chip support |
630 | # | 660 | # |
631 | # CONFIG_DS1682 is not set | 661 | # CONFIG_DS1682 is not set |
662 | # CONFIG_AT24 is not set | ||
632 | CONFIG_SENSORS_EEPROM=y | 663 | CONFIG_SENSORS_EEPROM=y |
633 | # CONFIG_SENSORS_PCF8574 is not set | 664 | # CONFIG_SENSORS_PCF8574 is not set |
634 | # CONFIG_PCF8575 is not set | 665 | # CONFIG_PCF8575 is not set |
666 | # CONFIG_SENSORS_PCA9539 is not set | ||
635 | # CONFIG_SENSORS_PCF8591 is not set | 667 | # CONFIG_SENSORS_PCF8591 is not set |
636 | # CONFIG_TPS65010 is not set | ||
637 | # CONFIG_SENSORS_MAX6875 is not set | 668 | # CONFIG_SENSORS_MAX6875 is not set |
638 | # CONFIG_SENSORS_TSL2550 is not set | 669 | # CONFIG_SENSORS_TSL2550 is not set |
639 | # CONFIG_I2C_DEBUG_CORE is not set | 670 | # CONFIG_I2C_DEBUG_CORE is not set |
640 | # CONFIG_I2C_DEBUG_ALGO is not set | 671 | # CONFIG_I2C_DEBUG_ALGO is not set |
641 | # CONFIG_I2C_DEBUG_BUS is not set | 672 | # CONFIG_I2C_DEBUG_BUS is not set |
642 | # CONFIG_I2C_DEBUG_CHIP is not set | 673 | # CONFIG_I2C_DEBUG_CHIP is not set |
643 | |||
644 | # | ||
645 | # SPI support | ||
646 | # | ||
647 | # CONFIG_SPI is not set | 674 | # CONFIG_SPI is not set |
648 | # CONFIG_SPI_MASTER is not set | 675 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y |
676 | # CONFIG_GPIOLIB is not set | ||
649 | # CONFIG_W1 is not set | 677 | # CONFIG_W1 is not set |
650 | # CONFIG_POWER_SUPPLY is not set | 678 | # CONFIG_POWER_SUPPLY is not set |
651 | CONFIG_HWMON=y | 679 | CONFIG_HWMON=y |
@@ -658,6 +686,7 @@ CONFIG_HWMON=y | |||
658 | # CONFIG_SENSORS_ADM1031 is not set | 686 | # CONFIG_SENSORS_ADM1031 is not set |
659 | # CONFIG_SENSORS_ADM9240 is not set | 687 | # CONFIG_SENSORS_ADM9240 is not set |
660 | # CONFIG_SENSORS_ADT7470 is not set | 688 | # CONFIG_SENSORS_ADT7470 is not set |
689 | # CONFIG_SENSORS_ADT7473 is not set | ||
661 | # CONFIG_SENSORS_ATXP1 is not set | 690 | # CONFIG_SENSORS_ATXP1 is not set |
662 | # CONFIG_SENSORS_DS1621 is not set | 691 | # CONFIG_SENSORS_DS1621 is not set |
663 | # CONFIG_SENSORS_F71805F is not set | 692 | # CONFIG_SENSORS_F71805F is not set |
@@ -698,6 +727,7 @@ CONFIG_HWMON=y | |||
698 | # CONFIG_SENSORS_W83627EHF is not set | 727 | # CONFIG_SENSORS_W83627EHF is not set |
699 | # CONFIG_HWMON_DEBUG_CHIP is not set | 728 | # CONFIG_HWMON_DEBUG_CHIP is not set |
700 | CONFIG_THERMAL=y | 729 | CONFIG_THERMAL=y |
730 | # CONFIG_THERMAL_HWMON is not set | ||
701 | # CONFIG_WATCHDOG is not set | 731 | # CONFIG_WATCHDOG is not set |
702 | 732 | ||
703 | # | 733 | # |
@@ -709,13 +739,24 @@ CONFIG_SSB_POSSIBLE=y | |||
709 | # | 739 | # |
710 | # Multifunction device drivers | 740 | # Multifunction device drivers |
711 | # | 741 | # |
742 | # CONFIG_MFD_CORE is not set | ||
712 | # CONFIG_MFD_SM501 is not set | 743 | # CONFIG_MFD_SM501 is not set |
744 | # CONFIG_HTC_PASIC3 is not set | ||
713 | 745 | ||
714 | # | 746 | # |
715 | # Multimedia devices | 747 | # Multimedia devices |
716 | # | 748 | # |
749 | |||
750 | # | ||
751 | # Multimedia core support | ||
752 | # | ||
717 | # CONFIG_VIDEO_DEV is not set | 753 | # CONFIG_VIDEO_DEV is not set |
718 | # CONFIG_DVB_CORE is not set | 754 | # CONFIG_DVB_CORE is not set |
755 | # CONFIG_VIDEO_MEDIA is not set | ||
756 | |||
757 | # | ||
758 | # Multimedia drivers | ||
759 | # | ||
719 | # CONFIG_DAB is not set | 760 | # CONFIG_DAB is not set |
720 | 761 | ||
721 | # | 762 | # |
@@ -730,10 +771,6 @@ CONFIG_SSB_POSSIBLE=y | |||
730 | # Display device support | 771 | # Display device support |
731 | # | 772 | # |
732 | # CONFIG_DISPLAY_SUPPORT is not set | 773 | # CONFIG_DISPLAY_SUPPORT is not set |
733 | |||
734 | # | ||
735 | # Sound | ||
736 | # | ||
737 | # CONFIG_SOUND is not set | 774 | # CONFIG_SOUND is not set |
738 | CONFIG_USB_SUPPORT=y | 775 | CONFIG_USB_SUPPORT=y |
739 | CONFIG_USB_ARCH_HAS_HCD=y | 776 | CONFIG_USB_ARCH_HAS_HCD=y |
@@ -750,11 +787,15 @@ CONFIG_USB=y | |||
750 | CONFIG_USB_DEVICE_CLASS=y | 787 | CONFIG_USB_DEVICE_CLASS=y |
751 | # CONFIG_USB_DYNAMIC_MINORS is not set | 788 | # CONFIG_USB_DYNAMIC_MINORS is not set |
752 | # CONFIG_USB_OTG is not set | 789 | # CONFIG_USB_OTG is not set |
790 | # CONFIG_USB_OTG_WHITELIST is not set | ||
791 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | ||
753 | 792 | ||
754 | # | 793 | # |
755 | # USB Host Controller Drivers | 794 | # USB Host Controller Drivers |
756 | # | 795 | # |
796 | # CONFIG_USB_C67X00_HCD is not set | ||
757 | # CONFIG_USB_ISP116X_HCD is not set | 797 | # CONFIG_USB_ISP116X_HCD is not set |
798 | # CONFIG_USB_ISP1760_HCD is not set | ||
758 | CONFIG_USB_OHCI_HCD=y | 799 | CONFIG_USB_OHCI_HCD=y |
759 | CONFIG_USB_OHCI_HCD_PPC_OF=y | 800 | CONFIG_USB_OHCI_HCD_PPC_OF=y |
760 | CONFIG_USB_OHCI_HCD_PPC_OF_BE=y | 801 | CONFIG_USB_OHCI_HCD_PPC_OF_BE=y |
@@ -770,6 +811,7 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y | |||
770 | # | 811 | # |
771 | # CONFIG_USB_ACM is not set | 812 | # CONFIG_USB_ACM is not set |
772 | # CONFIG_USB_PRINTER is not set | 813 | # CONFIG_USB_PRINTER is not set |
814 | # CONFIG_USB_WDM is not set | ||
773 | 815 | ||
774 | # | 816 | # |
775 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 817 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
@@ -790,6 +832,7 @@ CONFIG_USB_STORAGE=y | |||
790 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | 832 | # CONFIG_USB_STORAGE_JUMPSHOT is not set |
791 | # CONFIG_USB_STORAGE_ALAUDA is not set | 833 | # CONFIG_USB_STORAGE_ALAUDA is not set |
792 | # CONFIG_USB_STORAGE_KARMA is not set | 834 | # CONFIG_USB_STORAGE_KARMA is not set |
835 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set | ||
793 | # CONFIG_USB_LIBUSUAL is not set | 836 | # CONFIG_USB_LIBUSUAL is not set |
794 | 837 | ||
795 | # | 838 | # |
@@ -825,6 +868,7 @@ CONFIG_USB_MON=y | |||
825 | # CONFIG_USB_LD is not set | 868 | # CONFIG_USB_LD is not set |
826 | # CONFIG_USB_TRANCEVIBRATOR is not set | 869 | # CONFIG_USB_TRANCEVIBRATOR is not set |
827 | # CONFIG_USB_IOWARRIOR is not set | 870 | # CONFIG_USB_IOWARRIOR is not set |
871 | # CONFIG_USB_ISIGHTFW is not set | ||
828 | # CONFIG_USB_GADGET is not set | 872 | # CONFIG_USB_GADGET is not set |
829 | CONFIG_MMC=m | 873 | CONFIG_MMC=m |
830 | # CONFIG_MMC_DEBUG is not set | 874 | # CONFIG_MMC_DEBUG is not set |
@@ -836,19 +880,19 @@ CONFIG_MMC=m | |||
836 | CONFIG_MMC_BLOCK=m | 880 | CONFIG_MMC_BLOCK=m |
837 | CONFIG_MMC_BLOCK_BOUNCE=y | 881 | CONFIG_MMC_BLOCK_BOUNCE=y |
838 | # CONFIG_SDIO_UART is not set | 882 | # CONFIG_SDIO_UART is not set |
883 | # CONFIG_MMC_TEST is not set | ||
839 | 884 | ||
840 | # | 885 | # |
841 | # MMC/SD Host Controller Drivers | 886 | # MMC/SD Host Controller Drivers |
842 | # | 887 | # |
888 | # CONFIG_MMC_SDHCI is not set | ||
843 | # CONFIG_MMC_WBSD is not set | 889 | # CONFIG_MMC_WBSD is not set |
844 | # CONFIG_MEMSTICK is not set | 890 | # CONFIG_MEMSTICK is not set |
845 | # CONFIG_NEW_LEDS is not set | 891 | # CONFIG_NEW_LEDS is not set |
892 | # CONFIG_ACCESSIBILITY is not set | ||
846 | # CONFIG_EDAC is not set | 893 | # CONFIG_EDAC is not set |
847 | # CONFIG_RTC_CLASS is not set | 894 | # CONFIG_RTC_CLASS is not set |
848 | 895 | # CONFIG_DMADEVICES is not set | |
849 | # | ||
850 | # Userspace I/O | ||
851 | # | ||
852 | # CONFIG_UIO is not set | 896 | # CONFIG_UIO is not set |
853 | 897 | ||
854 | # | 898 | # |
@@ -863,7 +907,6 @@ CONFIG_EXT2_FS=y | |||
863 | # CONFIG_JFS_FS is not set | 907 | # CONFIG_JFS_FS is not set |
864 | # CONFIG_FS_POSIX_ACL is not set | 908 | # CONFIG_FS_POSIX_ACL is not set |
865 | # CONFIG_XFS_FS is not set | 909 | # CONFIG_XFS_FS is not set |
866 | # CONFIG_GFS2_FS is not set | ||
867 | # CONFIG_OCFS2_FS is not set | 910 | # CONFIG_OCFS2_FS is not set |
868 | CONFIG_DNOTIFY=y | 911 | CONFIG_DNOTIFY=y |
869 | CONFIG_INOTIFY=y | 912 | CONFIG_INOTIFY=y |
@@ -924,6 +967,7 @@ CONFIG_JFFS2_RTIME=y | |||
924 | CONFIG_CRAMFS=y | 967 | CONFIG_CRAMFS=y |
925 | # CONFIG_VXFS_FS is not set | 968 | # CONFIG_VXFS_FS is not set |
926 | # CONFIG_MINIX_FS is not set | 969 | # CONFIG_MINIX_FS is not set |
970 | # CONFIG_OMFS_FS is not set | ||
927 | # CONFIG_HPFS_FS is not set | 971 | # CONFIG_HPFS_FS is not set |
928 | # CONFIG_QNX4FS_FS is not set | 972 | # CONFIG_QNX4FS_FS is not set |
929 | # CONFIG_ROMFS_FS is not set | 973 | # CONFIG_ROMFS_FS is not set |
@@ -934,14 +978,12 @@ CONFIG_NFS_FS=y | |||
934 | CONFIG_NFS_V3=y | 978 | CONFIG_NFS_V3=y |
935 | # CONFIG_NFS_V3_ACL is not set | 979 | # CONFIG_NFS_V3_ACL is not set |
936 | # CONFIG_NFS_V4 is not set | 980 | # CONFIG_NFS_V4 is not set |
937 | # CONFIG_NFS_DIRECTIO is not set | ||
938 | # CONFIG_NFSD is not set | ||
939 | CONFIG_ROOT_NFS=y | 981 | CONFIG_ROOT_NFS=y |
982 | # CONFIG_NFSD is not set | ||
940 | CONFIG_LOCKD=y | 983 | CONFIG_LOCKD=y |
941 | CONFIG_LOCKD_V4=y | 984 | CONFIG_LOCKD_V4=y |
942 | CONFIG_NFS_COMMON=y | 985 | CONFIG_NFS_COMMON=y |
943 | CONFIG_SUNRPC=y | 986 | CONFIG_SUNRPC=y |
944 | # CONFIG_SUNRPC_BIND34 is not set | ||
945 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 987 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
946 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 988 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
947 | # CONFIG_SMB_FS is not set | 989 | # CONFIG_SMB_FS is not set |
@@ -1001,8 +1043,10 @@ CONFIG_NLS_UTF8=y | |||
1001 | # Library routines | 1043 | # Library routines |
1002 | # | 1044 | # |
1003 | CONFIG_BITREVERSE=y | 1045 | CONFIG_BITREVERSE=y |
1046 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
1004 | CONFIG_CRC_CCITT=y | 1047 | CONFIG_CRC_CCITT=y |
1005 | # CONFIG_CRC16 is not set | 1048 | # CONFIG_CRC16 is not set |
1049 | CONFIG_CRC_T10DIF=y | ||
1006 | # CONFIG_CRC_ITU_T is not set | 1050 | # CONFIG_CRC_ITU_T is not set |
1007 | CONFIG_CRC32=y | 1051 | CONFIG_CRC32=y |
1008 | # CONFIG_CRC7 is not set | 1052 | # CONFIG_CRC7 is not set |
@@ -1013,6 +1057,7 @@ CONFIG_PLIST=y | |||
1013 | CONFIG_HAS_IOMEM=y | 1057 | CONFIG_HAS_IOMEM=y |
1014 | CONFIG_HAS_IOPORT=y | 1058 | CONFIG_HAS_IOPORT=y |
1015 | CONFIG_HAS_DMA=y | 1059 | CONFIG_HAS_DMA=y |
1060 | CONFIG_HAVE_LMB=y | ||
1016 | 1061 | ||
1017 | # | 1062 | # |
1018 | # Kernel hacking | 1063 | # Kernel hacking |
@@ -1020,6 +1065,7 @@ CONFIG_HAS_DMA=y | |||
1020 | # CONFIG_PRINTK_TIME is not set | 1065 | # CONFIG_PRINTK_TIME is not set |
1021 | CONFIG_ENABLE_WARN_DEPRECATED=y | 1066 | CONFIG_ENABLE_WARN_DEPRECATED=y |
1022 | CONFIG_ENABLE_MUST_CHECK=y | 1067 | CONFIG_ENABLE_MUST_CHECK=y |
1068 | CONFIG_FRAME_WARN=1024 | ||
1023 | CONFIG_MAGIC_SYSRQ=y | 1069 | CONFIG_MAGIC_SYSRQ=y |
1024 | # CONFIG_UNUSED_SYMBOLS is not set | 1070 | # CONFIG_UNUSED_SYMBOLS is not set |
1025 | CONFIG_DEBUG_FS=y | 1071 | CONFIG_DEBUG_FS=y |
@@ -1027,9 +1073,12 @@ CONFIG_DEBUG_FS=y | |||
1027 | CONFIG_DEBUG_KERNEL=y | 1073 | CONFIG_DEBUG_KERNEL=y |
1028 | # CONFIG_DEBUG_SHIRQ is not set | 1074 | # CONFIG_DEBUG_SHIRQ is not set |
1029 | CONFIG_DETECT_SOFTLOCKUP=y | 1075 | CONFIG_DETECT_SOFTLOCKUP=y |
1076 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
1077 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
1030 | # CONFIG_SCHED_DEBUG is not set | 1078 | # CONFIG_SCHED_DEBUG is not set |
1031 | # CONFIG_SCHEDSTATS is not set | 1079 | # CONFIG_SCHEDSTATS is not set |
1032 | # CONFIG_TIMER_STATS is not set | 1080 | # CONFIG_TIMER_STATS is not set |
1081 | # CONFIG_DEBUG_OBJECTS is not set | ||
1033 | # CONFIG_DEBUG_SLAB is not set | 1082 | # CONFIG_DEBUG_SLAB is not set |
1034 | # CONFIG_DEBUG_RT_MUTEXES is not set | 1083 | # CONFIG_DEBUG_RT_MUTEXES is not set |
1035 | # CONFIG_RT_MUTEX_TESTER is not set | 1084 | # CONFIG_RT_MUTEX_TESTER is not set |
@@ -1041,17 +1090,30 @@ CONFIG_DETECT_SOFTLOCKUP=y | |||
1041 | # CONFIG_DEBUG_BUGVERBOSE is not set | 1090 | # CONFIG_DEBUG_BUGVERBOSE is not set |
1042 | CONFIG_DEBUG_INFO=y | 1091 | CONFIG_DEBUG_INFO=y |
1043 | # CONFIG_DEBUG_VM is not set | 1092 | # CONFIG_DEBUG_VM is not set |
1093 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
1094 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
1044 | # CONFIG_DEBUG_LIST is not set | 1095 | # CONFIG_DEBUG_LIST is not set |
1045 | # CONFIG_DEBUG_SG is not set | 1096 | # CONFIG_DEBUG_SG is not set |
1046 | # CONFIG_BOOT_PRINTK_DELAY is not set | 1097 | # CONFIG_BOOT_PRINTK_DELAY is not set |
1047 | # CONFIG_RCU_TORTURE_TEST is not set | 1098 | # CONFIG_RCU_TORTURE_TEST is not set |
1048 | # CONFIG_BACKTRACE_SELF_TEST is not set | 1099 | # CONFIG_BACKTRACE_SELF_TEST is not set |
1049 | # CONFIG_FAULT_INJECTION is not set | 1100 | # CONFIG_FAULT_INJECTION is not set |
1101 | # CONFIG_LATENCYTOP is not set | ||
1102 | CONFIG_HAVE_FTRACE=y | ||
1103 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
1104 | # CONFIG_FTRACE is not set | ||
1105 | # CONFIG_SCHED_TRACER is not set | ||
1106 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
1050 | # CONFIG_SAMPLES is not set | 1107 | # CONFIG_SAMPLES is not set |
1108 | CONFIG_HAVE_ARCH_KGDB=y | ||
1109 | # CONFIG_KGDB is not set | ||
1051 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 1110 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
1052 | # CONFIG_DEBUG_STACK_USAGE is not set | 1111 | # CONFIG_DEBUG_STACK_USAGE is not set |
1053 | # CONFIG_DEBUG_PAGEALLOC is not set | 1112 | # CONFIG_DEBUG_PAGEALLOC is not set |
1054 | # CONFIG_DEBUGGER is not set | 1113 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
1114 | # CONFIG_FTR_FIXUP_SELFTEST is not set | ||
1115 | # CONFIG_XMON is not set | ||
1116 | # CONFIG_IRQSTACKS is not set | ||
1055 | # CONFIG_VIRQ_DEBUG is not set | 1117 | # CONFIG_VIRQ_DEBUG is not set |
1056 | CONFIG_BDI_SWITCH=y | 1118 | CONFIG_BDI_SWITCH=y |
1057 | # CONFIG_PPC_EARLY_DEBUG is not set | 1119 | # CONFIG_PPC_EARLY_DEBUG is not set |
@@ -1063,48 +1125,82 @@ CONFIG_BDI_SWITCH=y | |||
1063 | # CONFIG_SECURITY is not set | 1125 | # CONFIG_SECURITY is not set |
1064 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 1126 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
1065 | CONFIG_CRYPTO=y | 1127 | CONFIG_CRYPTO=y |
1066 | # CONFIG_CRYPTO_SEQIV is not set | 1128 | |
1129 | # | ||
1130 | # Crypto core or helper | ||
1131 | # | ||
1067 | # CONFIG_CRYPTO_MANAGER is not set | 1132 | # CONFIG_CRYPTO_MANAGER is not set |
1133 | # CONFIG_CRYPTO_GF128MUL is not set | ||
1134 | # CONFIG_CRYPTO_NULL is not set | ||
1135 | # CONFIG_CRYPTO_CRYPTD is not set | ||
1136 | # CONFIG_CRYPTO_AUTHENC is not set | ||
1137 | # CONFIG_CRYPTO_TEST is not set | ||
1138 | |||
1139 | # | ||
1140 | # Authenticated Encryption with Associated Data | ||
1141 | # | ||
1142 | # CONFIG_CRYPTO_CCM is not set | ||
1143 | # CONFIG_CRYPTO_GCM is not set | ||
1144 | # CONFIG_CRYPTO_SEQIV is not set | ||
1145 | |||
1146 | # | ||
1147 | # Block modes | ||
1148 | # | ||
1149 | # CONFIG_CRYPTO_CBC is not set | ||
1150 | # CONFIG_CRYPTO_CTR is not set | ||
1151 | # CONFIG_CRYPTO_CTS is not set | ||
1152 | # CONFIG_CRYPTO_ECB is not set | ||
1153 | # CONFIG_CRYPTO_LRW is not set | ||
1154 | # CONFIG_CRYPTO_PCBC is not set | ||
1155 | # CONFIG_CRYPTO_XTS is not set | ||
1156 | |||
1157 | # | ||
1158 | # Hash modes | ||
1159 | # | ||
1068 | # CONFIG_CRYPTO_HMAC is not set | 1160 | # CONFIG_CRYPTO_HMAC is not set |
1069 | # CONFIG_CRYPTO_XCBC is not set | 1161 | # CONFIG_CRYPTO_XCBC is not set |
1070 | # CONFIG_CRYPTO_NULL is not set | 1162 | |
1163 | # | ||
1164 | # Digest | ||
1165 | # | ||
1166 | # CONFIG_CRYPTO_CRC32C is not set | ||
1071 | # CONFIG_CRYPTO_MD4 is not set | 1167 | # CONFIG_CRYPTO_MD4 is not set |
1072 | # CONFIG_CRYPTO_MD5 is not set | 1168 | # CONFIG_CRYPTO_MD5 is not set |
1169 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
1170 | # CONFIG_CRYPTO_RMD128 is not set | ||
1171 | # CONFIG_CRYPTO_RMD160 is not set | ||
1172 | # CONFIG_CRYPTO_RMD256 is not set | ||
1173 | # CONFIG_CRYPTO_RMD320 is not set | ||
1073 | # CONFIG_CRYPTO_SHA1 is not set | 1174 | # CONFIG_CRYPTO_SHA1 is not set |
1074 | # CONFIG_CRYPTO_SHA256 is not set | 1175 | # CONFIG_CRYPTO_SHA256 is not set |
1075 | # CONFIG_CRYPTO_SHA512 is not set | 1176 | # CONFIG_CRYPTO_SHA512 is not set |
1076 | # CONFIG_CRYPTO_WP512 is not set | ||
1077 | # CONFIG_CRYPTO_TGR192 is not set | 1177 | # CONFIG_CRYPTO_TGR192 is not set |
1078 | # CONFIG_CRYPTO_GF128MUL is not set | 1178 | # CONFIG_CRYPTO_WP512 is not set |
1079 | # CONFIG_CRYPTO_ECB is not set | 1179 | |
1080 | # CONFIG_CRYPTO_CBC is not set | 1180 | # |
1081 | # CONFIG_CRYPTO_PCBC is not set | 1181 | # Ciphers |
1082 | # CONFIG_CRYPTO_LRW is not set | 1182 | # |
1083 | # CONFIG_CRYPTO_XTS is not set | ||
1084 | # CONFIG_CRYPTO_CTR is not set | ||
1085 | # CONFIG_CRYPTO_GCM is not set | ||
1086 | # CONFIG_CRYPTO_CCM is not set | ||
1087 | # CONFIG_CRYPTO_CRYPTD is not set | ||
1088 | # CONFIG_CRYPTO_DES is not set | ||
1089 | # CONFIG_CRYPTO_FCRYPT is not set | ||
1090 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1091 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1092 | # CONFIG_CRYPTO_SERPENT is not set | ||
1093 | # CONFIG_CRYPTO_AES is not set | 1183 | # CONFIG_CRYPTO_AES is not set |
1184 | # CONFIG_CRYPTO_ANUBIS is not set | ||
1185 | # CONFIG_CRYPTO_ARC4 is not set | ||
1186 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1187 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
1094 | # CONFIG_CRYPTO_CAST5 is not set | 1188 | # CONFIG_CRYPTO_CAST5 is not set |
1095 | # CONFIG_CRYPTO_CAST6 is not set | 1189 | # CONFIG_CRYPTO_CAST6 is not set |
1096 | # CONFIG_CRYPTO_TEA is not set | 1190 | # CONFIG_CRYPTO_DES is not set |
1097 | # CONFIG_CRYPTO_ARC4 is not set | 1191 | # CONFIG_CRYPTO_FCRYPT is not set |
1098 | # CONFIG_CRYPTO_KHAZAD is not set | 1192 | # CONFIG_CRYPTO_KHAZAD is not set |
1099 | # CONFIG_CRYPTO_ANUBIS is not set | ||
1100 | # CONFIG_CRYPTO_SEED is not set | ||
1101 | # CONFIG_CRYPTO_SALSA20 is not set | 1193 | # CONFIG_CRYPTO_SALSA20 is not set |
1194 | # CONFIG_CRYPTO_SEED is not set | ||
1195 | # CONFIG_CRYPTO_SERPENT is not set | ||
1196 | # CONFIG_CRYPTO_TEA is not set | ||
1197 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1198 | |||
1199 | # | ||
1200 | # Compression | ||
1201 | # | ||
1102 | # CONFIG_CRYPTO_DEFLATE is not set | 1202 | # CONFIG_CRYPTO_DEFLATE is not set |
1103 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
1104 | # CONFIG_CRYPTO_CRC32C is not set | ||
1105 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
1106 | # CONFIG_CRYPTO_TEST is not set | ||
1107 | # CONFIG_CRYPTO_AUTHENC is not set | ||
1108 | # CONFIG_CRYPTO_LZO is not set | 1203 | # CONFIG_CRYPTO_LZO is not set |
1109 | CONFIG_CRYPTO_HW=y | 1204 | CONFIG_CRYPTO_HW=y |
1110 | # CONFIG_PPC_CLOCK is not set | 1205 | # CONFIG_PPC_CLOCK is not set |
1206 | # CONFIG_VIRTUALIZATION is not set | ||
diff --git a/arch/powerpc/configs/ppc40x_defconfig b/arch/powerpc/configs/ppc40x_defconfig index 9d0140e3838e..6a5b713a07e0 100644 --- a/arch/powerpc/configs/ppc40x_defconfig +++ b/arch/powerpc/configs/ppc40x_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.25-rc9 | 3 | # Linux kernel version: 2.6.27-rc1 |
4 | # Tue Apr 15 08:46:44 2008 | 4 | # Tue Aug 5 12:34:33 2008 |
5 | # | 5 | # |
6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
7 | 7 | ||
@@ -26,8 +26,12 @@ CONFIG_GENERIC_TIME=y | |||
26 | CONFIG_GENERIC_TIME_VSYSCALL=y | 26 | CONFIG_GENERIC_TIME_VSYSCALL=y |
27 | CONFIG_GENERIC_CLOCKEVENTS=y | 27 | CONFIG_GENERIC_CLOCKEVENTS=y |
28 | CONFIG_GENERIC_HARDIRQS=y | 28 | CONFIG_GENERIC_HARDIRQS=y |
29 | # CONFIG_HAVE_GET_USER_PAGES_FAST is not set | ||
29 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | 30 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set |
30 | CONFIG_IRQ_PER_CPU=y | 31 | CONFIG_IRQ_PER_CPU=y |
32 | CONFIG_STACKTRACE_SUPPORT=y | ||
33 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
34 | CONFIG_LOCKDEP_SUPPORT=y | ||
31 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 35 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
32 | CONFIG_ARCH_HAS_ILOG2_U32=y | 36 | CONFIG_ARCH_HAS_ILOG2_U32=y |
33 | CONFIG_GENERIC_HWEIGHT=y | 37 | CONFIG_GENERIC_HWEIGHT=y |
@@ -84,6 +88,7 @@ CONFIG_INITRAMFS_SOURCE="" | |||
84 | CONFIG_SYSCTL=y | 88 | CONFIG_SYSCTL=y |
85 | CONFIG_EMBEDDED=y | 89 | CONFIG_EMBEDDED=y |
86 | CONFIG_SYSCTL_SYSCALL=y | 90 | CONFIG_SYSCTL_SYSCALL=y |
91 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
87 | CONFIG_KALLSYMS=y | 92 | CONFIG_KALLSYMS=y |
88 | CONFIG_KALLSYMS_ALL=y | 93 | CONFIG_KALLSYMS_ALL=y |
89 | CONFIG_KALLSYMS_EXTRA_PASS=y | 94 | CONFIG_KALLSYMS_EXTRA_PASS=y |
@@ -109,14 +114,22 @@ CONFIG_SLUB=y | |||
109 | # CONFIG_MARKERS is not set | 114 | # CONFIG_MARKERS is not set |
110 | CONFIG_HAVE_OPROFILE=y | 115 | CONFIG_HAVE_OPROFILE=y |
111 | # CONFIG_KPROBES is not set | 116 | # CONFIG_KPROBES is not set |
117 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
118 | CONFIG_HAVE_IOREMAP_PROT=y | ||
112 | CONFIG_HAVE_KPROBES=y | 119 | CONFIG_HAVE_KPROBES=y |
113 | CONFIG_HAVE_KRETPROBES=y | 120 | CONFIG_HAVE_KRETPROBES=y |
121 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
122 | # CONFIG_HAVE_DMA_ATTRS is not set | ||
123 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
124 | # CONFIG_HAVE_CLK is not set | ||
114 | CONFIG_PROC_PAGE_MONITOR=y | 125 | CONFIG_PROC_PAGE_MONITOR=y |
126 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
115 | CONFIG_SLABINFO=y | 127 | CONFIG_SLABINFO=y |
116 | CONFIG_RT_MUTEXES=y | 128 | CONFIG_RT_MUTEXES=y |
117 | # CONFIG_TINY_SHMEM is not set | 129 | # CONFIG_TINY_SHMEM is not set |
118 | CONFIG_BASE_SMALL=0 | 130 | CONFIG_BASE_SMALL=0 |
119 | CONFIG_MODULES=y | 131 | CONFIG_MODULES=y |
132 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
120 | CONFIG_MODULE_UNLOAD=y | 133 | CONFIG_MODULE_UNLOAD=y |
121 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 134 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
122 | # CONFIG_MODVERSIONS is not set | 135 | # CONFIG_MODVERSIONS is not set |
@@ -127,6 +140,7 @@ CONFIG_LBD=y | |||
127 | # CONFIG_BLK_DEV_IO_TRACE is not set | 140 | # CONFIG_BLK_DEV_IO_TRACE is not set |
128 | # CONFIG_LSF is not set | 141 | # CONFIG_LSF is not set |
129 | # CONFIG_BLK_DEV_BSG is not set | 142 | # CONFIG_BLK_DEV_BSG is not set |
143 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
130 | 144 | ||
131 | # | 145 | # |
132 | # IO Schedulers | 146 | # IO Schedulers |
@@ -146,11 +160,10 @@ CONFIG_PPC4xx_PCI_EXPRESS=y | |||
146 | # | 160 | # |
147 | # Platform support | 161 | # Platform support |
148 | # | 162 | # |
149 | # CONFIG_PPC_MPC512x is not set | ||
150 | # CONFIG_PPC_MPC5121 is not set | ||
151 | # CONFIG_PPC_CELL is not set | 163 | # CONFIG_PPC_CELL is not set |
152 | # CONFIG_PPC_CELL_NATIVE is not set | 164 | # CONFIG_PPC_CELL_NATIVE is not set |
153 | # CONFIG_PQ2ADS is not set | 165 | # CONFIG_PQ2ADS is not set |
166 | CONFIG_XILINX_VIRTEX=y | ||
154 | CONFIG_EP405=y | 167 | CONFIG_EP405=y |
155 | CONFIG_KILAUEA=y | 168 | CONFIG_KILAUEA=y |
156 | CONFIG_MAKALU=y | 169 | CONFIG_MAKALU=y |
@@ -158,7 +171,6 @@ CONFIG_WALNUT=y | |||
158 | CONFIG_XILINX_VIRTEX_GENERIC_BOARD=y | 171 | CONFIG_XILINX_VIRTEX_GENERIC_BOARD=y |
159 | CONFIG_405GP=y | 172 | CONFIG_405GP=y |
160 | CONFIG_405EX=y | 173 | CONFIG_405EX=y |
161 | CONFIG_XILINX_VIRTEX=y | ||
162 | CONFIG_XILINX_VIRTEX_II_PRO=y | 174 | CONFIG_XILINX_VIRTEX_II_PRO=y |
163 | CONFIG_XILINX_VIRTEX_4_FX=y | 175 | CONFIG_XILINX_VIRTEX_4_FX=y |
164 | CONFIG_IBM405_ERR77=y | 176 | CONFIG_IBM405_ERR77=y |
@@ -211,7 +223,9 @@ CONFIG_FLATMEM=y | |||
211 | CONFIG_FLAT_NODE_MEM_MAP=y | 223 | CONFIG_FLAT_NODE_MEM_MAP=y |
212 | # CONFIG_SPARSEMEM_STATIC is not set | 224 | # CONFIG_SPARSEMEM_STATIC is not set |
213 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 225 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
226 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
214 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 227 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
228 | CONFIG_MIGRATION=y | ||
215 | CONFIG_RESOURCES_64BIT=y | 229 | CONFIG_RESOURCES_64BIT=y |
216 | CONFIG_ZONE_DMA_FLAG=1 | 230 | CONFIG_ZONE_DMA_FLAG=1 |
217 | CONFIG_BOUNCE=y | 231 | CONFIG_BOUNCE=y |
@@ -219,6 +233,7 @@ CONFIG_VIRT_TO_BUS=y | |||
219 | CONFIG_FORCE_MAX_ZONEORDER=11 | 233 | CONFIG_FORCE_MAX_ZONEORDER=11 |
220 | CONFIG_PROC_DEVICETREE=y | 234 | CONFIG_PROC_DEVICETREE=y |
221 | # CONFIG_CMDLINE_BOOL is not set | 235 | # CONFIG_CMDLINE_BOOL is not set |
236 | CONFIG_EXTRA_TARGETS="" | ||
222 | # CONFIG_PM is not set | 237 | # CONFIG_PM is not set |
223 | CONFIG_SECCOMP=y | 238 | CONFIG_SECCOMP=y |
224 | CONFIG_ISA_DMA_API=y | 239 | CONFIG_ISA_DMA_API=y |
@@ -229,6 +244,7 @@ CONFIG_ISA_DMA_API=y | |||
229 | CONFIG_ZONE_DMA=y | 244 | CONFIG_ZONE_DMA=y |
230 | CONFIG_PPC_INDIRECT_PCI=y | 245 | CONFIG_PPC_INDIRECT_PCI=y |
231 | CONFIG_4xx_SOC=y | 246 | CONFIG_4xx_SOC=y |
247 | CONFIG_PPC_PCI_CHOICE=y | ||
232 | CONFIG_PCI=y | 248 | CONFIG_PCI=y |
233 | CONFIG_PCI_DOMAINS=y | 249 | CONFIG_PCI_DOMAINS=y |
234 | CONFIG_PCI_SYSCALL=y | 250 | CONFIG_PCI_SYSCALL=y |
@@ -239,6 +255,7 @@ CONFIG_ARCH_SUPPORTS_MSI=y | |||
239 | # CONFIG_PCI_DEBUG is not set | 255 | # CONFIG_PCI_DEBUG is not set |
240 | # CONFIG_PCCARD is not set | 256 | # CONFIG_PCCARD is not set |
241 | # CONFIG_HOTPLUG_PCI is not set | 257 | # CONFIG_HOTPLUG_PCI is not set |
258 | # CONFIG_HAS_RAPIDIO is not set | ||
242 | 259 | ||
243 | # | 260 | # |
244 | # Advanced setup | 261 | # Advanced setup |
@@ -248,17 +265,13 @@ CONFIG_ARCH_SUPPORTS_MSI=y | |||
248 | # | 265 | # |
249 | # Default settings for advanced configuration options are used | 266 | # Default settings for advanced configuration options are used |
250 | # | 267 | # |
251 | CONFIG_HIGHMEM_START=0xfe000000 | ||
252 | CONFIG_LOWMEM_SIZE=0x30000000 | 268 | CONFIG_LOWMEM_SIZE=0x30000000 |
269 | CONFIG_PAGE_OFFSET=0xc0000000 | ||
253 | CONFIG_KERNEL_START=0xc0000000 | 270 | CONFIG_KERNEL_START=0xc0000000 |
271 | CONFIG_PHYSICAL_START=0x00000000 | ||
254 | CONFIG_TASK_SIZE=0xc0000000 | 272 | CONFIG_TASK_SIZE=0xc0000000 |
255 | CONFIG_CONSISTENT_START=0xff100000 | 273 | CONFIG_CONSISTENT_START=0xff100000 |
256 | CONFIG_CONSISTENT_SIZE=0x00200000 | 274 | CONFIG_CONSISTENT_SIZE=0x00200000 |
257 | CONFIG_BOOT_LOAD=0x00400000 | ||
258 | |||
259 | # | ||
260 | # Networking | ||
261 | # | ||
262 | CONFIG_NET=y | 275 | CONFIG_NET=y |
263 | 276 | ||
264 | # | 277 | # |
@@ -267,6 +280,11 @@ CONFIG_NET=y | |||
267 | CONFIG_PACKET=y | 280 | CONFIG_PACKET=y |
268 | # CONFIG_PACKET_MMAP is not set | 281 | # CONFIG_PACKET_MMAP is not set |
269 | CONFIG_UNIX=y | 282 | CONFIG_UNIX=y |
283 | CONFIG_XFRM=y | ||
284 | # CONFIG_XFRM_USER is not set | ||
285 | # CONFIG_XFRM_SUB_POLICY is not set | ||
286 | # CONFIG_XFRM_MIGRATE is not set | ||
287 | # CONFIG_XFRM_STATISTICS is not set | ||
270 | # CONFIG_NET_KEY is not set | 288 | # CONFIG_NET_KEY is not set |
271 | CONFIG_INET=y | 289 | CONFIG_INET=y |
272 | # CONFIG_IP_MULTICAST is not set | 290 | # CONFIG_IP_MULTICAST is not set |
@@ -284,7 +302,7 @@ CONFIG_IP_PNP_BOOTP=y | |||
284 | # CONFIG_INET_ESP is not set | 302 | # CONFIG_INET_ESP is not set |
285 | # CONFIG_INET_IPCOMP is not set | 303 | # CONFIG_INET_IPCOMP is not set |
286 | # CONFIG_INET_XFRM_TUNNEL is not set | 304 | # CONFIG_INET_XFRM_TUNNEL is not set |
287 | # CONFIG_INET_TUNNEL is not set | 305 | CONFIG_INET_TUNNEL=m |
288 | # CONFIG_INET_XFRM_MODE_TRANSPORT is not set | 306 | # CONFIG_INET_XFRM_MODE_TRANSPORT is not set |
289 | # CONFIG_INET_XFRM_MODE_TUNNEL is not set | 307 | # CONFIG_INET_XFRM_MODE_TUNNEL is not set |
290 | # CONFIG_INET_XFRM_MODE_BEET is not set | 308 | # CONFIG_INET_XFRM_MODE_BEET is not set |
@@ -295,9 +313,25 @@ CONFIG_INET_TCP_DIAG=y | |||
295 | CONFIG_TCP_CONG_CUBIC=y | 313 | CONFIG_TCP_CONG_CUBIC=y |
296 | CONFIG_DEFAULT_TCP_CONG="cubic" | 314 | CONFIG_DEFAULT_TCP_CONG="cubic" |
297 | # CONFIG_TCP_MD5SIG is not set | 315 | # CONFIG_TCP_MD5SIG is not set |
298 | # CONFIG_IPV6 is not set | 316 | CONFIG_IPV6=m |
317 | # CONFIG_IPV6_PRIVACY is not set | ||
318 | # CONFIG_IPV6_ROUTER_PREF is not set | ||
319 | # CONFIG_IPV6_OPTIMISTIC_DAD is not set | ||
320 | # CONFIG_INET6_AH is not set | ||
321 | # CONFIG_INET6_ESP is not set | ||
322 | # CONFIG_INET6_IPCOMP is not set | ||
323 | # CONFIG_IPV6_MIP6 is not set | ||
299 | # CONFIG_INET6_XFRM_TUNNEL is not set | 324 | # CONFIG_INET6_XFRM_TUNNEL is not set |
300 | # CONFIG_INET6_TUNNEL is not set | 325 | # CONFIG_INET6_TUNNEL is not set |
326 | CONFIG_INET6_XFRM_MODE_TRANSPORT=m | ||
327 | CONFIG_INET6_XFRM_MODE_TUNNEL=m | ||
328 | CONFIG_INET6_XFRM_MODE_BEET=m | ||
329 | # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set | ||
330 | CONFIG_IPV6_SIT=m | ||
331 | CONFIG_IPV6_NDISC_NODETYPE=y | ||
332 | # CONFIG_IPV6_TUNNEL is not set | ||
333 | # CONFIG_IPV6_MULTIPLE_TABLES is not set | ||
334 | # CONFIG_IPV6_MROUTE is not set | ||
301 | # CONFIG_NETWORK_SECMARK is not set | 335 | # CONFIG_NETWORK_SECMARK is not set |
302 | # CONFIG_NETFILTER is not set | 336 | # CONFIG_NETFILTER is not set |
303 | # CONFIG_IP_DCCP is not set | 337 | # CONFIG_IP_DCCP is not set |
@@ -347,6 +381,8 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
347 | CONFIG_STANDALONE=y | 381 | CONFIG_STANDALONE=y |
348 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 382 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
349 | CONFIG_FW_LOADER=y | 383 | CONFIG_FW_LOADER=y |
384 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
385 | CONFIG_EXTRA_FIRMWARE="" | ||
350 | # CONFIG_DEBUG_DRIVER is not set | 386 | # CONFIG_DEBUG_DRIVER is not set |
351 | # CONFIG_DEBUG_DEVRES is not set | 387 | # CONFIG_DEBUG_DEVRES is not set |
352 | # CONFIG_SYS_HYPERVISOR is not set | 388 | # CONFIG_SYS_HYPERVISOR is not set |
@@ -359,6 +395,7 @@ CONFIG_MTD_PARTITIONS=y | |||
359 | # CONFIG_MTD_REDBOOT_PARTS is not set | 395 | # CONFIG_MTD_REDBOOT_PARTS is not set |
360 | CONFIG_MTD_CMDLINE_PARTS=y | 396 | CONFIG_MTD_CMDLINE_PARTS=y |
361 | CONFIG_MTD_OF_PARTS=y | 397 | CONFIG_MTD_OF_PARTS=y |
398 | # CONFIG_MTD_AR7_PARTS is not set | ||
362 | 399 | ||
363 | # | 400 | # |
364 | # User Modules And Translation Layers | 401 | # User Modules And Translation Layers |
@@ -429,8 +466,17 @@ CONFIG_MTD_PHYSMAP_OF=y | |||
429 | # | 466 | # |
430 | # UBI - Unsorted block images | 467 | # UBI - Unsorted block images |
431 | # | 468 | # |
432 | # CONFIG_MTD_UBI is not set | 469 | CONFIG_MTD_UBI=m |
470 | CONFIG_MTD_UBI_WL_THRESHOLD=4096 | ||
471 | CONFIG_MTD_UBI_BEB_RESERVE=1 | ||
472 | CONFIG_MTD_UBI_GLUEBI=y | ||
473 | |||
474 | # | ||
475 | # UBI debugging options | ||
476 | # | ||
477 | # CONFIG_MTD_UBI_DEBUG is not set | ||
433 | CONFIG_OF_DEVICE=y | 478 | CONFIG_OF_DEVICE=y |
479 | CONFIG_OF_I2C=m | ||
434 | # CONFIG_PARPORT is not set | 480 | # CONFIG_PARPORT is not set |
435 | CONFIG_BLK_DEV=y | 481 | CONFIG_BLK_DEV=y |
436 | # CONFIG_BLK_DEV_FD is not set | 482 | # CONFIG_BLK_DEV_FD is not set |
@@ -449,12 +495,14 @@ CONFIG_BLK_DEV_RAM_SIZE=35000 | |||
449 | # CONFIG_CDROM_PKTCDVD is not set | 495 | # CONFIG_CDROM_PKTCDVD is not set |
450 | # CONFIG_ATA_OVER_ETH is not set | 496 | # CONFIG_ATA_OVER_ETH is not set |
451 | # CONFIG_XILINX_SYSACE is not set | 497 | # CONFIG_XILINX_SYSACE is not set |
498 | # CONFIG_BLK_DEV_HD is not set | ||
452 | CONFIG_MISC_DEVICES=y | 499 | CONFIG_MISC_DEVICES=y |
453 | # CONFIG_PHANTOM is not set | 500 | # CONFIG_PHANTOM is not set |
454 | # CONFIG_EEPROM_93CX6 is not set | 501 | # CONFIG_EEPROM_93CX6 is not set |
455 | # CONFIG_SGI_IOC4 is not set | 502 | # CONFIG_SGI_IOC4 is not set |
456 | # CONFIG_TIFM_CORE is not set | 503 | # CONFIG_TIFM_CORE is not set |
457 | # CONFIG_ENCLOSURE_SERVICES is not set | 504 | # CONFIG_ENCLOSURE_SERVICES is not set |
505 | # CONFIG_HP_ILO is not set | ||
458 | CONFIG_HAVE_IDE=y | 506 | CONFIG_HAVE_IDE=y |
459 | # CONFIG_IDE is not set | 507 | # CONFIG_IDE is not set |
460 | 508 | ||
@@ -472,12 +520,15 @@ CONFIG_HAVE_IDE=y | |||
472 | # | 520 | # |
473 | # IEEE 1394 (FireWire) support | 521 | # IEEE 1394 (FireWire) support |
474 | # | 522 | # |
523 | |||
524 | # | ||
525 | # Enable only one of the two stacks, unless you know what you are doing | ||
526 | # | ||
475 | # CONFIG_FIREWIRE is not set | 527 | # CONFIG_FIREWIRE is not set |
476 | # CONFIG_IEEE1394 is not set | 528 | # CONFIG_IEEE1394 is not set |
477 | # CONFIG_I2O is not set | 529 | # CONFIG_I2O is not set |
478 | # CONFIG_MACINTOSH_DRIVERS is not set | 530 | # CONFIG_MACINTOSH_DRIVERS is not set |
479 | CONFIG_NETDEVICES=y | 531 | CONFIG_NETDEVICES=y |
480 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
481 | # CONFIG_DUMMY is not set | 532 | # CONFIG_DUMMY is not set |
482 | # CONFIG_BONDING is not set | 533 | # CONFIG_BONDING is not set |
483 | # CONFIG_MACVLAN is not set | 534 | # CONFIG_MACVLAN is not set |
@@ -512,7 +563,6 @@ CONFIG_NETDEV_1000=y | |||
512 | # CONFIG_DL2K is not set | 563 | # CONFIG_DL2K is not set |
513 | # CONFIG_E1000 is not set | 564 | # CONFIG_E1000 is not set |
514 | # CONFIG_E1000E is not set | 565 | # CONFIG_E1000E is not set |
515 | # CONFIG_E1000E_ENABLED is not set | ||
516 | # CONFIG_IP1000 is not set | 566 | # CONFIG_IP1000 is not set |
517 | # CONFIG_IGB is not set | 567 | # CONFIG_IGB is not set |
518 | # CONFIG_NS83820 is not set | 568 | # CONFIG_NS83820 is not set |
@@ -522,12 +572,12 @@ CONFIG_NETDEV_1000=y | |||
522 | # CONFIG_SIS190 is not set | 572 | # CONFIG_SIS190 is not set |
523 | # CONFIG_SKGE is not set | 573 | # CONFIG_SKGE is not set |
524 | # CONFIG_SKY2 is not set | 574 | # CONFIG_SKY2 is not set |
525 | # CONFIG_SK98LIN is not set | ||
526 | # CONFIG_VIA_VELOCITY is not set | 575 | # CONFIG_VIA_VELOCITY is not set |
527 | # CONFIG_TIGON3 is not set | 576 | # CONFIG_TIGON3 is not set |
528 | # CONFIG_BNX2 is not set | 577 | # CONFIG_BNX2 is not set |
529 | # CONFIG_QLA3XXX is not set | 578 | # CONFIG_QLA3XXX is not set |
530 | # CONFIG_ATL1 is not set | 579 | # CONFIG_ATL1 is not set |
580 | # CONFIG_ATL1E is not set | ||
531 | CONFIG_NETDEV_10000=y | 581 | CONFIG_NETDEV_10000=y |
532 | # CONFIG_CHELSIO_T1 is not set | 582 | # CONFIG_CHELSIO_T1 is not set |
533 | # CONFIG_CHELSIO_T3 is not set | 583 | # CONFIG_CHELSIO_T3 is not set |
@@ -540,6 +590,7 @@ CONFIG_NETDEV_10000=y | |||
540 | # CONFIG_MLX4_CORE is not set | 590 | # CONFIG_MLX4_CORE is not set |
541 | # CONFIG_TEHUTI is not set | 591 | # CONFIG_TEHUTI is not set |
542 | # CONFIG_BNX2X is not set | 592 | # CONFIG_BNX2X is not set |
593 | # CONFIG_SFC is not set | ||
543 | # CONFIG_TR is not set | 594 | # CONFIG_TR is not set |
544 | 595 | ||
545 | # | 596 | # |
@@ -547,6 +598,7 @@ CONFIG_NETDEV_10000=y | |||
547 | # | 598 | # |
548 | # CONFIG_WLAN_PRE80211 is not set | 599 | # CONFIG_WLAN_PRE80211 is not set |
549 | # CONFIG_WLAN_80211 is not set | 600 | # CONFIG_WLAN_80211 is not set |
601 | # CONFIG_IWLWIFI_LEDS is not set | ||
550 | # CONFIG_WAN is not set | 602 | # CONFIG_WAN is not set |
551 | # CONFIG_FDDI is not set | 603 | # CONFIG_FDDI is not set |
552 | # CONFIG_HIPPI is not set | 604 | # CONFIG_HIPPI is not set |
@@ -573,6 +625,7 @@ CONFIG_NETDEV_10000=y | |||
573 | # Character devices | 625 | # Character devices |
574 | # | 626 | # |
575 | # CONFIG_VT is not set | 627 | # CONFIG_VT is not set |
628 | CONFIG_DEVKMEM=y | ||
576 | # CONFIG_SERIAL_NONSTANDARD is not set | 629 | # CONFIG_SERIAL_NONSTANDARD is not set |
577 | # CONFIG_NOZOMI is not set | 630 | # CONFIG_NOZOMI is not set |
578 | 631 | ||
@@ -611,13 +664,76 @@ CONFIG_XILINX_HWICAP=m | |||
611 | # CONFIG_RAW_DRIVER is not set | 664 | # CONFIG_RAW_DRIVER is not set |
612 | # CONFIG_TCG_TPM is not set | 665 | # CONFIG_TCG_TPM is not set |
613 | CONFIG_DEVPORT=y | 666 | CONFIG_DEVPORT=y |
614 | # CONFIG_I2C is not set | 667 | CONFIG_I2C=m |
668 | CONFIG_I2C_BOARDINFO=y | ||
669 | CONFIG_I2C_CHARDEV=m | ||
615 | 670 | ||
616 | # | 671 | # |
617 | # SPI support | 672 | # I2C Hardware Bus support |
673 | # | ||
674 | |||
675 | # | ||
676 | # PC SMBus host controller drivers | ||
677 | # | ||
678 | # CONFIG_I2C_ALI1535 is not set | ||
679 | # CONFIG_I2C_ALI1563 is not set | ||
680 | # CONFIG_I2C_ALI15X3 is not set | ||
681 | # CONFIG_I2C_AMD756 is not set | ||
682 | # CONFIG_I2C_AMD8111 is not set | ||
683 | # CONFIG_I2C_I801 is not set | ||
684 | # CONFIG_I2C_ISCH is not set | ||
685 | # CONFIG_I2C_PIIX4 is not set | ||
686 | # CONFIG_I2C_NFORCE2 is not set | ||
687 | # CONFIG_I2C_SIS5595 is not set | ||
688 | # CONFIG_I2C_SIS630 is not set | ||
689 | # CONFIG_I2C_SIS96X is not set | ||
690 | # CONFIG_I2C_VIA is not set | ||
691 | # CONFIG_I2C_VIAPRO is not set | ||
692 | |||
618 | # | 693 | # |
694 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
695 | # | ||
696 | CONFIG_I2C_IBM_IIC=m | ||
697 | # CONFIG_I2C_MPC is not set | ||
698 | # CONFIG_I2C_OCORES is not set | ||
699 | # CONFIG_I2C_SIMTEC is not set | ||
700 | |||
701 | # | ||
702 | # External I2C/SMBus adapter drivers | ||
703 | # | ||
704 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
705 | # CONFIG_I2C_TAOS_EVM is not set | ||
706 | |||
707 | # | ||
708 | # Graphics adapter I2C/DDC channel drivers | ||
709 | # | ||
710 | # CONFIG_I2C_VOODOO3 is not set | ||
711 | |||
712 | # | ||
713 | # Other I2C/SMBus bus drivers | ||
714 | # | ||
715 | # CONFIG_I2C_PCA_PLATFORM is not set | ||
716 | # CONFIG_I2C_STUB is not set | ||
717 | |||
718 | # | ||
719 | # Miscellaneous I2C Chip support | ||
720 | # | ||
721 | # CONFIG_DS1682 is not set | ||
722 | # CONFIG_AT24 is not set | ||
723 | # CONFIG_SENSORS_EEPROM is not set | ||
724 | # CONFIG_SENSORS_PCF8574 is not set | ||
725 | # CONFIG_PCF8575 is not set | ||
726 | # CONFIG_SENSORS_PCA9539 is not set | ||
727 | # CONFIG_SENSORS_PCF8591 is not set | ||
728 | # CONFIG_SENSORS_MAX6875 is not set | ||
729 | # CONFIG_SENSORS_TSL2550 is not set | ||
730 | # CONFIG_I2C_DEBUG_CORE is not set | ||
731 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
732 | # CONFIG_I2C_DEBUG_BUS is not set | ||
733 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
619 | # CONFIG_SPI is not set | 734 | # CONFIG_SPI is not set |
620 | # CONFIG_SPI_MASTER is not set | 735 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y |
736 | # CONFIG_GPIOLIB is not set | ||
621 | # CONFIG_W1 is not set | 737 | # CONFIG_W1 is not set |
622 | # CONFIG_POWER_SUPPLY is not set | 738 | # CONFIG_POWER_SUPPLY is not set |
623 | # CONFIG_HWMON is not set | 739 | # CONFIG_HWMON is not set |
@@ -633,13 +749,24 @@ CONFIG_SSB_POSSIBLE=y | |||
633 | # | 749 | # |
634 | # Multifunction device drivers | 750 | # Multifunction device drivers |
635 | # | 751 | # |
752 | # CONFIG_MFD_CORE is not set | ||
636 | # CONFIG_MFD_SM501 is not set | 753 | # CONFIG_MFD_SM501 is not set |
754 | # CONFIG_HTC_PASIC3 is not set | ||
637 | 755 | ||
638 | # | 756 | # |
639 | # Multimedia devices | 757 | # Multimedia devices |
640 | # | 758 | # |
759 | |||
760 | # | ||
761 | # Multimedia core support | ||
762 | # | ||
641 | # CONFIG_VIDEO_DEV is not set | 763 | # CONFIG_VIDEO_DEV is not set |
642 | # CONFIG_DVB_CORE is not set | 764 | # CONFIG_DVB_CORE is not set |
765 | # CONFIG_VIDEO_MEDIA is not set | ||
766 | |||
767 | # | ||
768 | # Multimedia drivers | ||
769 | # | ||
643 | # CONFIG_DAB is not set | 770 | # CONFIG_DAB is not set |
644 | 771 | ||
645 | # | 772 | # |
@@ -656,16 +783,14 @@ CONFIG_VIDEO_OUTPUT_CONTROL=m | |||
656 | # Display device support | 783 | # Display device support |
657 | # | 784 | # |
658 | # CONFIG_DISPLAY_SUPPORT is not set | 785 | # CONFIG_DISPLAY_SUPPORT is not set |
659 | |||
660 | # | ||
661 | # Sound | ||
662 | # | ||
663 | # CONFIG_SOUND is not set | 786 | # CONFIG_SOUND is not set |
664 | CONFIG_USB_SUPPORT=y | 787 | CONFIG_USB_SUPPORT=y |
665 | CONFIG_USB_ARCH_HAS_HCD=y | 788 | CONFIG_USB_ARCH_HAS_HCD=y |
666 | CONFIG_USB_ARCH_HAS_OHCI=y | 789 | CONFIG_USB_ARCH_HAS_OHCI=y |
667 | CONFIG_USB_ARCH_HAS_EHCI=y | 790 | CONFIG_USB_ARCH_HAS_EHCI=y |
668 | # CONFIG_USB is not set | 791 | # CONFIG_USB is not set |
792 | # CONFIG_USB_OTG_WHITELIST is not set | ||
793 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | ||
669 | 794 | ||
670 | # | 795 | # |
671 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 796 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
@@ -674,14 +799,11 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
674 | # CONFIG_MMC is not set | 799 | # CONFIG_MMC is not set |
675 | # CONFIG_MEMSTICK is not set | 800 | # CONFIG_MEMSTICK is not set |
676 | # CONFIG_NEW_LEDS is not set | 801 | # CONFIG_NEW_LEDS is not set |
802 | # CONFIG_ACCESSIBILITY is not set | ||
677 | # CONFIG_INFINIBAND is not set | 803 | # CONFIG_INFINIBAND is not set |
678 | # CONFIG_EDAC is not set | 804 | # CONFIG_EDAC is not set |
679 | # CONFIG_RTC_CLASS is not set | 805 | # CONFIG_RTC_CLASS is not set |
680 | # CONFIG_DMADEVICES is not set | 806 | # CONFIG_DMADEVICES is not set |
681 | |||
682 | # | ||
683 | # Userspace I/O | ||
684 | # | ||
685 | # CONFIG_UIO is not set | 807 | # CONFIG_UIO is not set |
686 | 808 | ||
687 | # | 809 | # |
@@ -690,13 +812,18 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
690 | CONFIG_EXT2_FS=y | 812 | CONFIG_EXT2_FS=y |
691 | # CONFIG_EXT2_FS_XATTR is not set | 813 | # CONFIG_EXT2_FS_XATTR is not set |
692 | # CONFIG_EXT2_FS_XIP is not set | 814 | # CONFIG_EXT2_FS_XIP is not set |
693 | # CONFIG_EXT3_FS is not set | 815 | CONFIG_EXT3_FS=m |
816 | CONFIG_EXT3_FS_XATTR=y | ||
817 | # CONFIG_EXT3_FS_POSIX_ACL is not set | ||
818 | # CONFIG_EXT3_FS_SECURITY is not set | ||
694 | # CONFIG_EXT4DEV_FS is not set | 819 | # CONFIG_EXT4DEV_FS is not set |
820 | CONFIG_JBD=m | ||
821 | # CONFIG_JBD_DEBUG is not set | ||
822 | CONFIG_FS_MBCACHE=y | ||
695 | # CONFIG_REISERFS_FS is not set | 823 | # CONFIG_REISERFS_FS is not set |
696 | # CONFIG_JFS_FS is not set | 824 | # CONFIG_JFS_FS is not set |
697 | # CONFIG_FS_POSIX_ACL is not set | 825 | # CONFIG_FS_POSIX_ACL is not set |
698 | # CONFIG_XFS_FS is not set | 826 | # CONFIG_XFS_FS is not set |
699 | # CONFIG_GFS2_FS is not set | ||
700 | # CONFIG_OCFS2_FS is not set | 827 | # CONFIG_OCFS2_FS is not set |
701 | CONFIG_DNOTIFY=y | 828 | CONFIG_DNOTIFY=y |
702 | CONFIG_INOTIFY=y | 829 | CONFIG_INOTIFY=y |
@@ -715,8 +842,11 @@ CONFIG_INOTIFY_USER=y | |||
715 | # | 842 | # |
716 | # DOS/FAT/NT Filesystems | 843 | # DOS/FAT/NT Filesystems |
717 | # | 844 | # |
845 | CONFIG_FAT_FS=m | ||
718 | # CONFIG_MSDOS_FS is not set | 846 | # CONFIG_MSDOS_FS is not set |
719 | # CONFIG_VFAT_FS is not set | 847 | CONFIG_VFAT_FS=m |
848 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
849 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
720 | # CONFIG_NTFS_FS is not set | 850 | # CONFIG_NTFS_FS is not set |
721 | 851 | ||
722 | # | 852 | # |
@@ -741,10 +871,27 @@ CONFIG_TMPFS=y | |||
741 | # CONFIG_BEFS_FS is not set | 871 | # CONFIG_BEFS_FS is not set |
742 | # CONFIG_BFS_FS is not set | 872 | # CONFIG_BFS_FS is not set |
743 | # CONFIG_EFS_FS is not set | 873 | # CONFIG_EFS_FS is not set |
744 | # CONFIG_JFFS2_FS is not set | 874 | CONFIG_JFFS2_FS=m |
875 | CONFIG_JFFS2_FS_DEBUG=0 | ||
876 | CONFIG_JFFS2_FS_WRITEBUFFER=y | ||
877 | # CONFIG_JFFS2_FS_WBUF_VERIFY is not set | ||
878 | # CONFIG_JFFS2_SUMMARY is not set | ||
879 | # CONFIG_JFFS2_FS_XATTR is not set | ||
880 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | ||
881 | CONFIG_JFFS2_ZLIB=y | ||
882 | # CONFIG_JFFS2_LZO is not set | ||
883 | CONFIG_JFFS2_RTIME=y | ||
884 | # CONFIG_JFFS2_RUBIN is not set | ||
885 | CONFIG_UBIFS_FS=m | ||
886 | # CONFIG_UBIFS_FS_XATTR is not set | ||
887 | # CONFIG_UBIFS_FS_ADVANCED_COMPR is not set | ||
888 | CONFIG_UBIFS_FS_LZO=y | ||
889 | CONFIG_UBIFS_FS_ZLIB=y | ||
890 | # CONFIG_UBIFS_FS_DEBUG is not set | ||
745 | CONFIG_CRAMFS=y | 891 | CONFIG_CRAMFS=y |
746 | # CONFIG_VXFS_FS is not set | 892 | # CONFIG_VXFS_FS is not set |
747 | # CONFIG_MINIX_FS is not set | 893 | # CONFIG_MINIX_FS is not set |
894 | # CONFIG_OMFS_FS is not set | ||
748 | # CONFIG_HPFS_FS is not set | 895 | # CONFIG_HPFS_FS is not set |
749 | # CONFIG_QNX4FS_FS is not set | 896 | # CONFIG_QNX4FS_FS is not set |
750 | # CONFIG_ROMFS_FS is not set | 897 | # CONFIG_ROMFS_FS is not set |
@@ -755,14 +902,12 @@ CONFIG_NFS_FS=y | |||
755 | CONFIG_NFS_V3=y | 902 | CONFIG_NFS_V3=y |
756 | # CONFIG_NFS_V3_ACL is not set | 903 | # CONFIG_NFS_V3_ACL is not set |
757 | # CONFIG_NFS_V4 is not set | 904 | # CONFIG_NFS_V4 is not set |
758 | # CONFIG_NFS_DIRECTIO is not set | ||
759 | # CONFIG_NFSD is not set | ||
760 | CONFIG_ROOT_NFS=y | 905 | CONFIG_ROOT_NFS=y |
906 | # CONFIG_NFSD is not set | ||
761 | CONFIG_LOCKD=y | 907 | CONFIG_LOCKD=y |
762 | CONFIG_LOCKD_V4=y | 908 | CONFIG_LOCKD_V4=y |
763 | CONFIG_NFS_COMMON=y | 909 | CONFIG_NFS_COMMON=y |
764 | CONFIG_SUNRPC=y | 910 | CONFIG_SUNRPC=y |
765 | # CONFIG_SUNRPC_BIND34 is not set | ||
766 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 911 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
767 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 912 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
768 | # CONFIG_SMB_FS is not set | 913 | # CONFIG_SMB_FS is not set |
@@ -776,20 +921,64 @@ CONFIG_SUNRPC=y | |||
776 | # | 921 | # |
777 | # CONFIG_PARTITION_ADVANCED is not set | 922 | # CONFIG_PARTITION_ADVANCED is not set |
778 | CONFIG_MSDOS_PARTITION=y | 923 | CONFIG_MSDOS_PARTITION=y |
779 | # CONFIG_NLS is not set | 924 | CONFIG_NLS=m |
925 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
926 | CONFIG_NLS_CODEPAGE_437=m | ||
927 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
928 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
929 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
930 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
931 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
932 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
933 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
934 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
935 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
936 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
937 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
938 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
939 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
940 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
941 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
942 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
943 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
944 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
945 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
946 | # CONFIG_NLS_ISO8859_8 is not set | ||
947 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
948 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
949 | # CONFIG_NLS_ASCII is not set | ||
950 | CONFIG_NLS_ISO8859_1=m | ||
951 | # CONFIG_NLS_ISO8859_2 is not set | ||
952 | # CONFIG_NLS_ISO8859_3 is not set | ||
953 | # CONFIG_NLS_ISO8859_4 is not set | ||
954 | # CONFIG_NLS_ISO8859_5 is not set | ||
955 | # CONFIG_NLS_ISO8859_6 is not set | ||
956 | # CONFIG_NLS_ISO8859_7 is not set | ||
957 | # CONFIG_NLS_ISO8859_9 is not set | ||
958 | # CONFIG_NLS_ISO8859_13 is not set | ||
959 | # CONFIG_NLS_ISO8859_14 is not set | ||
960 | # CONFIG_NLS_ISO8859_15 is not set | ||
961 | # CONFIG_NLS_KOI8_R is not set | ||
962 | # CONFIG_NLS_KOI8_U is not set | ||
963 | # CONFIG_NLS_UTF8 is not set | ||
780 | # CONFIG_DLM is not set | 964 | # CONFIG_DLM is not set |
781 | 965 | ||
782 | # | 966 | # |
783 | # Library routines | 967 | # Library routines |
784 | # | 968 | # |
785 | CONFIG_BITREVERSE=y | 969 | CONFIG_BITREVERSE=y |
970 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
786 | # CONFIG_CRC_CCITT is not set | 971 | # CONFIG_CRC_CCITT is not set |
787 | # CONFIG_CRC16 is not set | 972 | CONFIG_CRC16=m |
973 | # CONFIG_CRC_T10DIF is not set | ||
788 | # CONFIG_CRC_ITU_T is not set | 974 | # CONFIG_CRC_ITU_T is not set |
789 | CONFIG_CRC32=y | 975 | CONFIG_CRC32=y |
790 | # CONFIG_CRC7 is not set | 976 | # CONFIG_CRC7 is not set |
791 | # CONFIG_LIBCRC32C is not set | 977 | # CONFIG_LIBCRC32C is not set |
792 | CONFIG_ZLIB_INFLATE=y | 978 | CONFIG_ZLIB_INFLATE=y |
979 | CONFIG_ZLIB_DEFLATE=m | ||
980 | CONFIG_LZO_COMPRESS=m | ||
981 | CONFIG_LZO_DECOMPRESS=m | ||
793 | CONFIG_PLIST=y | 982 | CONFIG_PLIST=y |
794 | CONFIG_HAS_IOMEM=y | 983 | CONFIG_HAS_IOMEM=y |
795 | CONFIG_HAS_IOPORT=y | 984 | CONFIG_HAS_IOPORT=y |
@@ -802,6 +991,7 @@ CONFIG_HAVE_LMB=y | |||
802 | # CONFIG_PRINTK_TIME is not set | 991 | # CONFIG_PRINTK_TIME is not set |
803 | CONFIG_ENABLE_WARN_DEPRECATED=y | 992 | CONFIG_ENABLE_WARN_DEPRECATED=y |
804 | CONFIG_ENABLE_MUST_CHECK=y | 993 | CONFIG_ENABLE_MUST_CHECK=y |
994 | CONFIG_FRAME_WARN=1024 | ||
805 | CONFIG_MAGIC_SYSRQ=y | 995 | CONFIG_MAGIC_SYSRQ=y |
806 | # CONFIG_UNUSED_SYMBOLS is not set | 996 | # CONFIG_UNUSED_SYMBOLS is not set |
807 | CONFIG_DEBUG_FS=y | 997 | CONFIG_DEBUG_FS=y |
@@ -809,9 +999,12 @@ CONFIG_DEBUG_FS=y | |||
809 | CONFIG_DEBUG_KERNEL=y | 999 | CONFIG_DEBUG_KERNEL=y |
810 | # CONFIG_DEBUG_SHIRQ is not set | 1000 | # CONFIG_DEBUG_SHIRQ is not set |
811 | CONFIG_DETECT_SOFTLOCKUP=y | 1001 | CONFIG_DETECT_SOFTLOCKUP=y |
1002 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
1003 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
812 | CONFIG_SCHED_DEBUG=y | 1004 | CONFIG_SCHED_DEBUG=y |
813 | # CONFIG_SCHEDSTATS is not set | 1005 | # CONFIG_SCHEDSTATS is not set |
814 | # CONFIG_TIMER_STATS is not set | 1006 | # CONFIG_TIMER_STATS is not set |
1007 | # CONFIG_DEBUG_OBJECTS is not set | ||
815 | # CONFIG_SLUB_DEBUG_ON is not set | 1008 | # CONFIG_SLUB_DEBUG_ON is not set |
816 | # CONFIG_SLUB_STATS is not set | 1009 | # CONFIG_SLUB_STATS is not set |
817 | # CONFIG_DEBUG_RT_MUTEXES is not set | 1010 | # CONFIG_DEBUG_RT_MUTEXES is not set |
@@ -824,17 +1017,30 @@ CONFIG_SCHED_DEBUG=y | |||
824 | CONFIG_DEBUG_BUGVERBOSE=y | 1017 | CONFIG_DEBUG_BUGVERBOSE=y |
825 | # CONFIG_DEBUG_INFO is not set | 1018 | # CONFIG_DEBUG_INFO is not set |
826 | # CONFIG_DEBUG_VM is not set | 1019 | # CONFIG_DEBUG_VM is not set |
1020 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
1021 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
827 | # CONFIG_DEBUG_LIST is not set | 1022 | # CONFIG_DEBUG_LIST is not set |
828 | # CONFIG_DEBUG_SG is not set | 1023 | # CONFIG_DEBUG_SG is not set |
829 | # CONFIG_BOOT_PRINTK_DELAY is not set | 1024 | # CONFIG_BOOT_PRINTK_DELAY is not set |
830 | # CONFIG_RCU_TORTURE_TEST is not set | 1025 | # CONFIG_RCU_TORTURE_TEST is not set |
831 | # CONFIG_BACKTRACE_SELF_TEST is not set | 1026 | # CONFIG_BACKTRACE_SELF_TEST is not set |
832 | # CONFIG_FAULT_INJECTION is not set | 1027 | # CONFIG_FAULT_INJECTION is not set |
1028 | # CONFIG_LATENCYTOP is not set | ||
1029 | CONFIG_HAVE_FTRACE=y | ||
1030 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
1031 | # CONFIG_FTRACE is not set | ||
1032 | # CONFIG_SCHED_TRACER is not set | ||
1033 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
833 | # CONFIG_SAMPLES is not set | 1034 | # CONFIG_SAMPLES is not set |
1035 | CONFIG_HAVE_ARCH_KGDB=y | ||
1036 | # CONFIG_KGDB is not set | ||
834 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 1037 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
835 | # CONFIG_DEBUG_STACK_USAGE is not set | 1038 | # CONFIG_DEBUG_STACK_USAGE is not set |
836 | # CONFIG_DEBUG_PAGEALLOC is not set | 1039 | # CONFIG_DEBUG_PAGEALLOC is not set |
837 | # CONFIG_DEBUGGER is not set | 1040 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
1041 | # CONFIG_FTR_FIXUP_SELFTEST is not set | ||
1042 | # CONFIG_XMON is not set | ||
1043 | # CONFIG_IRQSTACKS is not set | ||
838 | # CONFIG_VIRQ_DEBUG is not set | 1044 | # CONFIG_VIRQ_DEBUG is not set |
839 | # CONFIG_BDI_SWITCH is not set | 1045 | # CONFIG_BDI_SWITCH is not set |
840 | # CONFIG_PPC_EARLY_DEBUG is not set | 1046 | # CONFIG_PPC_EARLY_DEBUG is not set |
@@ -846,51 +1052,85 @@ CONFIG_DEBUG_BUGVERBOSE=y | |||
846 | # CONFIG_SECURITY is not set | 1052 | # CONFIG_SECURITY is not set |
847 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 1053 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
848 | CONFIG_CRYPTO=y | 1054 | CONFIG_CRYPTO=y |
1055 | |||
1056 | # | ||
1057 | # Crypto core or helper | ||
1058 | # | ||
849 | CONFIG_CRYPTO_ALGAPI=y | 1059 | CONFIG_CRYPTO_ALGAPI=y |
850 | CONFIG_CRYPTO_BLKCIPHER=y | 1060 | CONFIG_CRYPTO_BLKCIPHER=y |
851 | # CONFIG_CRYPTO_SEQIV is not set | ||
852 | CONFIG_CRYPTO_MANAGER=y | 1061 | CONFIG_CRYPTO_MANAGER=y |
1062 | # CONFIG_CRYPTO_GF128MUL is not set | ||
1063 | # CONFIG_CRYPTO_NULL is not set | ||
1064 | # CONFIG_CRYPTO_CRYPTD is not set | ||
1065 | # CONFIG_CRYPTO_AUTHENC is not set | ||
1066 | # CONFIG_CRYPTO_TEST is not set | ||
1067 | |||
1068 | # | ||
1069 | # Authenticated Encryption with Associated Data | ||
1070 | # | ||
1071 | # CONFIG_CRYPTO_CCM is not set | ||
1072 | # CONFIG_CRYPTO_GCM is not set | ||
1073 | # CONFIG_CRYPTO_SEQIV is not set | ||
1074 | |||
1075 | # | ||
1076 | # Block modes | ||
1077 | # | ||
1078 | CONFIG_CRYPTO_CBC=y | ||
1079 | # CONFIG_CRYPTO_CTR is not set | ||
1080 | # CONFIG_CRYPTO_CTS is not set | ||
1081 | CONFIG_CRYPTO_ECB=y | ||
1082 | # CONFIG_CRYPTO_LRW is not set | ||
1083 | CONFIG_CRYPTO_PCBC=y | ||
1084 | # CONFIG_CRYPTO_XTS is not set | ||
1085 | |||
1086 | # | ||
1087 | # Hash modes | ||
1088 | # | ||
853 | # CONFIG_CRYPTO_HMAC is not set | 1089 | # CONFIG_CRYPTO_HMAC is not set |
854 | # CONFIG_CRYPTO_XCBC is not set | 1090 | # CONFIG_CRYPTO_XCBC is not set |
855 | # CONFIG_CRYPTO_NULL is not set | 1091 | |
1092 | # | ||
1093 | # Digest | ||
1094 | # | ||
1095 | # CONFIG_CRYPTO_CRC32C is not set | ||
856 | # CONFIG_CRYPTO_MD4 is not set | 1096 | # CONFIG_CRYPTO_MD4 is not set |
857 | CONFIG_CRYPTO_MD5=y | 1097 | CONFIG_CRYPTO_MD5=y |
1098 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
1099 | # CONFIG_CRYPTO_RMD128 is not set | ||
1100 | # CONFIG_CRYPTO_RMD160 is not set | ||
1101 | # CONFIG_CRYPTO_RMD256 is not set | ||
1102 | # CONFIG_CRYPTO_RMD320 is not set | ||
858 | # CONFIG_CRYPTO_SHA1 is not set | 1103 | # CONFIG_CRYPTO_SHA1 is not set |
859 | # CONFIG_CRYPTO_SHA256 is not set | 1104 | # CONFIG_CRYPTO_SHA256 is not set |
860 | # CONFIG_CRYPTO_SHA512 is not set | 1105 | # CONFIG_CRYPTO_SHA512 is not set |
861 | # CONFIG_CRYPTO_WP512 is not set | ||
862 | # CONFIG_CRYPTO_TGR192 is not set | 1106 | # CONFIG_CRYPTO_TGR192 is not set |
863 | # CONFIG_CRYPTO_GF128MUL is not set | 1107 | # CONFIG_CRYPTO_WP512 is not set |
864 | CONFIG_CRYPTO_ECB=y | 1108 | |
865 | CONFIG_CRYPTO_CBC=y | 1109 | # |
866 | CONFIG_CRYPTO_PCBC=y | 1110 | # Ciphers |
867 | # CONFIG_CRYPTO_LRW is not set | 1111 | # |
868 | # CONFIG_CRYPTO_XTS is not set | ||
869 | # CONFIG_CRYPTO_CTR is not set | ||
870 | # CONFIG_CRYPTO_GCM is not set | ||
871 | # CONFIG_CRYPTO_CCM is not set | ||
872 | # CONFIG_CRYPTO_CRYPTD is not set | ||
873 | CONFIG_CRYPTO_DES=y | ||
874 | # CONFIG_CRYPTO_FCRYPT is not set | ||
875 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
876 | # CONFIG_CRYPTO_TWOFISH is not set | ||
877 | # CONFIG_CRYPTO_SERPENT is not set | ||
878 | # CONFIG_CRYPTO_AES is not set | 1112 | # CONFIG_CRYPTO_AES is not set |
1113 | # CONFIG_CRYPTO_ANUBIS is not set | ||
1114 | # CONFIG_CRYPTO_ARC4 is not set | ||
1115 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1116 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
879 | # CONFIG_CRYPTO_CAST5 is not set | 1117 | # CONFIG_CRYPTO_CAST5 is not set |
880 | # CONFIG_CRYPTO_CAST6 is not set | 1118 | # CONFIG_CRYPTO_CAST6 is not set |
881 | # CONFIG_CRYPTO_TEA is not set | 1119 | CONFIG_CRYPTO_DES=y |
882 | # CONFIG_CRYPTO_ARC4 is not set | 1120 | # CONFIG_CRYPTO_FCRYPT is not set |
883 | # CONFIG_CRYPTO_KHAZAD is not set | 1121 | # CONFIG_CRYPTO_KHAZAD is not set |
884 | # CONFIG_CRYPTO_ANUBIS is not set | ||
885 | # CONFIG_CRYPTO_SEED is not set | ||
886 | # CONFIG_CRYPTO_SALSA20 is not set | 1122 | # CONFIG_CRYPTO_SALSA20 is not set |
887 | # CONFIG_CRYPTO_DEFLATE is not set | 1123 | # CONFIG_CRYPTO_SEED is not set |
888 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 1124 | # CONFIG_CRYPTO_SERPENT is not set |
889 | # CONFIG_CRYPTO_CRC32C is not set | 1125 | # CONFIG_CRYPTO_TEA is not set |
890 | # CONFIG_CRYPTO_CAMELLIA is not set | 1126 | # CONFIG_CRYPTO_TWOFISH is not set |
891 | # CONFIG_CRYPTO_TEST is not set | 1127 | |
892 | # CONFIG_CRYPTO_AUTHENC is not set | 1128 | # |
893 | # CONFIG_CRYPTO_LZO is not set | 1129 | # Compression |
1130 | # | ||
1131 | CONFIG_CRYPTO_DEFLATE=m | ||
1132 | CONFIG_CRYPTO_LZO=m | ||
894 | CONFIG_CRYPTO_HW=y | 1133 | CONFIG_CRYPTO_HW=y |
895 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | 1134 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set |
896 | # CONFIG_PPC_CLOCK is not set | 1135 | # CONFIG_PPC_CLOCK is not set |
1136 | # CONFIG_VIRTUALIZATION is not set | ||
diff --git a/arch/powerpc/configs/ppc44x_defconfig b/arch/powerpc/configs/ppc44x_defconfig index f9d279bb700b..c7825dcbf415 100644 --- a/arch/powerpc/configs/ppc44x_defconfig +++ b/arch/powerpc/configs/ppc44x_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.26-rc8 | 3 | # Linux kernel version: 2.6.27-rc1 |
4 | # Wed Jul 9 13:50:48 2008 | 4 | # Tue Aug 5 10:01:31 2008 |
5 | # | 5 | # |
6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
7 | 7 | ||
@@ -30,9 +30,11 @@ CONFIG_GENERIC_TIME=y | |||
30 | CONFIG_GENERIC_TIME_VSYSCALL=y | 30 | CONFIG_GENERIC_TIME_VSYSCALL=y |
31 | CONFIG_GENERIC_CLOCKEVENTS=y | 31 | CONFIG_GENERIC_CLOCKEVENTS=y |
32 | CONFIG_GENERIC_HARDIRQS=y | 32 | CONFIG_GENERIC_HARDIRQS=y |
33 | # CONFIG_HAVE_GET_USER_PAGES_FAST is not set | ||
33 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | 34 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set |
34 | CONFIG_IRQ_PER_CPU=y | 35 | CONFIG_IRQ_PER_CPU=y |
35 | CONFIG_STACKTRACE_SUPPORT=y | 36 | CONFIG_STACKTRACE_SUPPORT=y |
37 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
36 | CONFIG_LOCKDEP_SUPPORT=y | 38 | CONFIG_LOCKDEP_SUPPORT=y |
37 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 39 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
38 | CONFIG_ARCH_HAS_ILOG2_U32=y | 40 | CONFIG_ARCH_HAS_ILOG2_U32=y |
@@ -116,10 +118,16 @@ CONFIG_SLUB=y | |||
116 | # CONFIG_MARKERS is not set | 118 | # CONFIG_MARKERS is not set |
117 | CONFIG_HAVE_OPROFILE=y | 119 | CONFIG_HAVE_OPROFILE=y |
118 | # CONFIG_KPROBES is not set | 120 | # CONFIG_KPROBES is not set |
121 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
122 | CONFIG_HAVE_IOREMAP_PROT=y | ||
119 | CONFIG_HAVE_KPROBES=y | 123 | CONFIG_HAVE_KPROBES=y |
120 | CONFIG_HAVE_KRETPROBES=y | 124 | CONFIG_HAVE_KRETPROBES=y |
125 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
121 | # CONFIG_HAVE_DMA_ATTRS is not set | 126 | # CONFIG_HAVE_DMA_ATTRS is not set |
127 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
128 | # CONFIG_HAVE_CLK is not set | ||
122 | CONFIG_PROC_PAGE_MONITOR=y | 129 | CONFIG_PROC_PAGE_MONITOR=y |
130 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
123 | CONFIG_SLABINFO=y | 131 | CONFIG_SLABINFO=y |
124 | CONFIG_RT_MUTEXES=y | 132 | CONFIG_RT_MUTEXES=y |
125 | # CONFIG_TINY_SHMEM is not set | 133 | # CONFIG_TINY_SHMEM is not set |
@@ -136,6 +144,7 @@ CONFIG_LBD=y | |||
136 | # CONFIG_BLK_DEV_IO_TRACE is not set | 144 | # CONFIG_BLK_DEV_IO_TRACE is not set |
137 | # CONFIG_LSF is not set | 145 | # CONFIG_LSF is not set |
138 | # CONFIG_BLK_DEV_BSG is not set | 146 | # CONFIG_BLK_DEV_BSG is not set |
147 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
139 | 148 | ||
140 | # | 149 | # |
141 | # IO Schedulers | 150 | # IO Schedulers |
@@ -155,8 +164,6 @@ CONFIG_PPC4xx_PCI_EXPRESS=y | |||
155 | # | 164 | # |
156 | # Platform support | 165 | # Platform support |
157 | # | 166 | # |
158 | # CONFIG_PPC_MPC512x is not set | ||
159 | # CONFIG_PPC_MPC5121 is not set | ||
160 | # CONFIG_PPC_CELL is not set | 167 | # CONFIG_PPC_CELL is not set |
161 | # CONFIG_PPC_CELL_NATIVE is not set | 168 | # CONFIG_PPC_CELL_NATIVE is not set |
162 | # CONFIG_PQ2ADS is not set | 169 | # CONFIG_PQ2ADS is not set |
@@ -231,6 +238,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
231 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 238 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
232 | CONFIG_PAGEFLAGS_EXTENDED=y | 239 | CONFIG_PAGEFLAGS_EXTENDED=y |
233 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 240 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
241 | CONFIG_MIGRATION=y | ||
234 | CONFIG_RESOURCES_64BIT=y | 242 | CONFIG_RESOURCES_64BIT=y |
235 | CONFIG_ZONE_DMA_FLAG=1 | 243 | CONFIG_ZONE_DMA_FLAG=1 |
236 | CONFIG_BOUNCE=y | 244 | CONFIG_BOUNCE=y |
@@ -248,6 +256,7 @@ CONFIG_ISA_DMA_API=y | |||
248 | CONFIG_ZONE_DMA=y | 256 | CONFIG_ZONE_DMA=y |
249 | CONFIG_PPC_INDIRECT_PCI=y | 257 | CONFIG_PPC_INDIRECT_PCI=y |
250 | CONFIG_4xx_SOC=y | 258 | CONFIG_4xx_SOC=y |
259 | CONFIG_PPC_PCI_CHOICE=y | ||
251 | CONFIG_PCI=y | 260 | CONFIG_PCI=y |
252 | CONFIG_PCI_DOMAINS=y | 261 | CONFIG_PCI_DOMAINS=y |
253 | CONFIG_PCI_SYSCALL=y | 262 | CONFIG_PCI_SYSCALL=y |
@@ -275,10 +284,6 @@ CONFIG_PHYSICAL_START=0x00000000 | |||
275 | CONFIG_TASK_SIZE=0xc0000000 | 284 | CONFIG_TASK_SIZE=0xc0000000 |
276 | CONFIG_CONSISTENT_START=0xff100000 | 285 | CONFIG_CONSISTENT_START=0xff100000 |
277 | CONFIG_CONSISTENT_SIZE=0x00200000 | 286 | CONFIG_CONSISTENT_SIZE=0x00200000 |
278 | |||
279 | # | ||
280 | # Networking | ||
281 | # | ||
282 | CONFIG_NET=y | 287 | CONFIG_NET=y |
283 | 288 | ||
284 | # | 289 | # |
@@ -287,6 +292,11 @@ CONFIG_NET=y | |||
287 | CONFIG_PACKET=y | 292 | CONFIG_PACKET=y |
288 | # CONFIG_PACKET_MMAP is not set | 293 | # CONFIG_PACKET_MMAP is not set |
289 | CONFIG_UNIX=y | 294 | CONFIG_UNIX=y |
295 | CONFIG_XFRM=y | ||
296 | # CONFIG_XFRM_USER is not set | ||
297 | # CONFIG_XFRM_SUB_POLICY is not set | ||
298 | # CONFIG_XFRM_MIGRATE is not set | ||
299 | # CONFIG_XFRM_STATISTICS is not set | ||
290 | # CONFIG_NET_KEY is not set | 300 | # CONFIG_NET_KEY is not set |
291 | CONFIG_INET=y | 301 | CONFIG_INET=y |
292 | # CONFIG_IP_MULTICAST is not set | 302 | # CONFIG_IP_MULTICAST is not set |
@@ -304,7 +314,7 @@ CONFIG_IP_PNP_BOOTP=y | |||
304 | # CONFIG_INET_ESP is not set | 314 | # CONFIG_INET_ESP is not set |
305 | # CONFIG_INET_IPCOMP is not set | 315 | # CONFIG_INET_IPCOMP is not set |
306 | # CONFIG_INET_XFRM_TUNNEL is not set | 316 | # CONFIG_INET_XFRM_TUNNEL is not set |
307 | # CONFIG_INET_TUNNEL is not set | 317 | CONFIG_INET_TUNNEL=m |
308 | # CONFIG_INET_XFRM_MODE_TRANSPORT is not set | 318 | # CONFIG_INET_XFRM_MODE_TRANSPORT is not set |
309 | # CONFIG_INET_XFRM_MODE_TUNNEL is not set | 319 | # CONFIG_INET_XFRM_MODE_TUNNEL is not set |
310 | # CONFIG_INET_XFRM_MODE_BEET is not set | 320 | # CONFIG_INET_XFRM_MODE_BEET is not set |
@@ -315,7 +325,25 @@ CONFIG_INET_TCP_DIAG=y | |||
315 | CONFIG_TCP_CONG_CUBIC=y | 325 | CONFIG_TCP_CONG_CUBIC=y |
316 | CONFIG_DEFAULT_TCP_CONG="cubic" | 326 | CONFIG_DEFAULT_TCP_CONG="cubic" |
317 | # CONFIG_TCP_MD5SIG is not set | 327 | # CONFIG_TCP_MD5SIG is not set |
318 | # CONFIG_IPV6 is not set | 328 | CONFIG_IPV6=m |
329 | # CONFIG_IPV6_PRIVACY is not set | ||
330 | # CONFIG_IPV6_ROUTER_PREF is not set | ||
331 | # CONFIG_IPV6_OPTIMISTIC_DAD is not set | ||
332 | # CONFIG_INET6_AH is not set | ||
333 | # CONFIG_INET6_ESP is not set | ||
334 | # CONFIG_INET6_IPCOMP is not set | ||
335 | # CONFIG_IPV6_MIP6 is not set | ||
336 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
337 | # CONFIG_INET6_TUNNEL is not set | ||
338 | CONFIG_INET6_XFRM_MODE_TRANSPORT=m | ||
339 | CONFIG_INET6_XFRM_MODE_TUNNEL=m | ||
340 | CONFIG_INET6_XFRM_MODE_BEET=m | ||
341 | # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set | ||
342 | CONFIG_IPV6_SIT=m | ||
343 | CONFIG_IPV6_NDISC_NODETYPE=y | ||
344 | # CONFIG_IPV6_TUNNEL is not set | ||
345 | # CONFIG_IPV6_MULTIPLE_TABLES is not set | ||
346 | # CONFIG_IPV6_MROUTE is not set | ||
319 | # CONFIG_NETWORK_SECMARK is not set | 347 | # CONFIG_NETWORK_SECMARK is not set |
320 | # CONFIG_NETFILTER is not set | 348 | # CONFIG_NETFILTER is not set |
321 | # CONFIG_IP_DCCP is not set | 349 | # CONFIG_IP_DCCP is not set |
@@ -365,6 +393,8 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
365 | CONFIG_STANDALONE=y | 393 | CONFIG_STANDALONE=y |
366 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 394 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
367 | CONFIG_FW_LOADER=y | 395 | CONFIG_FW_LOADER=y |
396 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
397 | CONFIG_EXTRA_FIRMWARE="" | ||
368 | # CONFIG_DEBUG_DRIVER is not set | 398 | # CONFIG_DEBUG_DRIVER is not set |
369 | # CONFIG_DEBUG_DEVRES is not set | 399 | # CONFIG_DEBUG_DEVRES is not set |
370 | # CONFIG_SYS_HYPERVISOR is not set | 400 | # CONFIG_SYS_HYPERVISOR is not set |
@@ -447,8 +477,17 @@ CONFIG_MTD_PHYSMAP_OF=y | |||
447 | # | 477 | # |
448 | # UBI - Unsorted block images | 478 | # UBI - Unsorted block images |
449 | # | 479 | # |
450 | # CONFIG_MTD_UBI is not set | 480 | CONFIG_MTD_UBI=m |
481 | CONFIG_MTD_UBI_WL_THRESHOLD=4096 | ||
482 | CONFIG_MTD_UBI_BEB_RESERVE=1 | ||
483 | CONFIG_MTD_UBI_GLUEBI=y | ||
484 | |||
485 | # | ||
486 | # UBI debugging options | ||
487 | # | ||
488 | # CONFIG_MTD_UBI_DEBUG is not set | ||
451 | CONFIG_OF_DEVICE=y | 489 | CONFIG_OF_DEVICE=y |
490 | CONFIG_OF_I2C=m | ||
452 | # CONFIG_PARPORT is not set | 491 | # CONFIG_PARPORT is not set |
453 | CONFIG_BLK_DEV=y | 492 | CONFIG_BLK_DEV=y |
454 | # CONFIG_BLK_DEV_FD is not set | 493 | # CONFIG_BLK_DEV_FD is not set |
@@ -460,6 +499,7 @@ CONFIG_BLK_DEV=y | |||
460 | # CONFIG_BLK_DEV_LOOP is not set | 499 | # CONFIG_BLK_DEV_LOOP is not set |
461 | # CONFIG_BLK_DEV_NBD is not set | 500 | # CONFIG_BLK_DEV_NBD is not set |
462 | # CONFIG_BLK_DEV_SX8 is not set | 501 | # CONFIG_BLK_DEV_SX8 is not set |
502 | # CONFIG_BLK_DEV_UB is not set | ||
463 | CONFIG_BLK_DEV_RAM=y | 503 | CONFIG_BLK_DEV_RAM=y |
464 | CONFIG_BLK_DEV_RAM_COUNT=16 | 504 | CONFIG_BLK_DEV_RAM_COUNT=16 |
465 | CONFIG_BLK_DEV_RAM_SIZE=35000 | 505 | CONFIG_BLK_DEV_RAM_SIZE=35000 |
@@ -467,12 +507,14 @@ CONFIG_BLK_DEV_RAM_SIZE=35000 | |||
467 | # CONFIG_CDROM_PKTCDVD is not set | 507 | # CONFIG_CDROM_PKTCDVD is not set |
468 | # CONFIG_ATA_OVER_ETH is not set | 508 | # CONFIG_ATA_OVER_ETH is not set |
469 | # CONFIG_XILINX_SYSACE is not set | 509 | # CONFIG_XILINX_SYSACE is not set |
510 | # CONFIG_BLK_DEV_HD is not set | ||
470 | CONFIG_MISC_DEVICES=y | 511 | CONFIG_MISC_DEVICES=y |
471 | # CONFIG_PHANTOM is not set | 512 | # CONFIG_PHANTOM is not set |
472 | # CONFIG_EEPROM_93CX6 is not set | 513 | # CONFIG_EEPROM_93CX6 is not set |
473 | # CONFIG_SGI_IOC4 is not set | 514 | # CONFIG_SGI_IOC4 is not set |
474 | # CONFIG_TIFM_CORE is not set | 515 | # CONFIG_TIFM_CORE is not set |
475 | # CONFIG_ENCLOSURE_SERVICES is not set | 516 | # CONFIG_ENCLOSURE_SERVICES is not set |
517 | # CONFIG_HP_ILO is not set | ||
476 | CONFIG_HAVE_IDE=y | 518 | CONFIG_HAVE_IDE=y |
477 | # CONFIG_IDE is not set | 519 | # CONFIG_IDE is not set |
478 | 520 | ||
@@ -480,9 +522,41 @@ CONFIG_HAVE_IDE=y | |||
480 | # SCSI device support | 522 | # SCSI device support |
481 | # | 523 | # |
482 | # CONFIG_RAID_ATTRS is not set | 524 | # CONFIG_RAID_ATTRS is not set |
483 | # CONFIG_SCSI is not set | 525 | CONFIG_SCSI=m |
484 | # CONFIG_SCSI_DMA is not set | 526 | CONFIG_SCSI_DMA=y |
527 | # CONFIG_SCSI_TGT is not set | ||
485 | # CONFIG_SCSI_NETLINK is not set | 528 | # CONFIG_SCSI_NETLINK is not set |
529 | CONFIG_SCSI_PROC_FS=y | ||
530 | |||
531 | # | ||
532 | # SCSI support type (disk, tape, CD-ROM) | ||
533 | # | ||
534 | CONFIG_BLK_DEV_SD=m | ||
535 | # CONFIG_CHR_DEV_ST is not set | ||
536 | # CONFIG_CHR_DEV_OSST is not set | ||
537 | # CONFIG_BLK_DEV_SR is not set | ||
538 | # CONFIG_CHR_DEV_SG is not set | ||
539 | # CONFIG_CHR_DEV_SCH is not set | ||
540 | |||
541 | # | ||
542 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
543 | # | ||
544 | # CONFIG_SCSI_MULTI_LUN is not set | ||
545 | # CONFIG_SCSI_CONSTANTS is not set | ||
546 | # CONFIG_SCSI_LOGGING is not set | ||
547 | # CONFIG_SCSI_SCAN_ASYNC is not set | ||
548 | CONFIG_SCSI_WAIT_SCAN=m | ||
549 | |||
550 | # | ||
551 | # SCSI Transports | ||
552 | # | ||
553 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
554 | # CONFIG_SCSI_FC_ATTRS is not set | ||
555 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
556 | # CONFIG_SCSI_SAS_LIBSAS is not set | ||
557 | # CONFIG_SCSI_SRP_ATTRS is not set | ||
558 | # CONFIG_SCSI_LOWLEVEL is not set | ||
559 | # CONFIG_SCSI_DH is not set | ||
486 | # CONFIG_ATA is not set | 560 | # CONFIG_ATA is not set |
487 | # CONFIG_MD is not set | 561 | # CONFIG_MD is not set |
488 | # CONFIG_FUSION is not set | 562 | # CONFIG_FUSION is not set |
@@ -499,7 +573,6 @@ CONFIG_HAVE_IDE=y | |||
499 | # CONFIG_I2O is not set | 573 | # CONFIG_I2O is not set |
500 | # CONFIG_MACINTOSH_DRIVERS is not set | 574 | # CONFIG_MACINTOSH_DRIVERS is not set |
501 | CONFIG_NETDEVICES=y | 575 | CONFIG_NETDEVICES=y |
502 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
503 | # CONFIG_DUMMY is not set | 576 | # CONFIG_DUMMY is not set |
504 | # CONFIG_BONDING is not set | 577 | # CONFIG_BONDING is not set |
505 | # CONFIG_MACVLAN is not set | 578 | # CONFIG_MACVLAN is not set |
@@ -534,7 +607,6 @@ CONFIG_NETDEV_1000=y | |||
534 | # CONFIG_DL2K is not set | 607 | # CONFIG_DL2K is not set |
535 | # CONFIG_E1000 is not set | 608 | # CONFIG_E1000 is not set |
536 | # CONFIG_E1000E is not set | 609 | # CONFIG_E1000E is not set |
537 | # CONFIG_E1000E_ENABLED is not set | ||
538 | # CONFIG_IP1000 is not set | 610 | # CONFIG_IP1000 is not set |
539 | # CONFIG_IGB is not set | 611 | # CONFIG_IGB is not set |
540 | # CONFIG_NS83820 is not set | 612 | # CONFIG_NS83820 is not set |
@@ -549,6 +621,7 @@ CONFIG_NETDEV_1000=y | |||
549 | # CONFIG_BNX2 is not set | 621 | # CONFIG_BNX2 is not set |
550 | # CONFIG_QLA3XXX is not set | 622 | # CONFIG_QLA3XXX is not set |
551 | # CONFIG_ATL1 is not set | 623 | # CONFIG_ATL1 is not set |
624 | # CONFIG_ATL1E is not set | ||
552 | CONFIG_NETDEV_10000=y | 625 | CONFIG_NETDEV_10000=y |
553 | # CONFIG_CHELSIO_T1 is not set | 626 | # CONFIG_CHELSIO_T1 is not set |
554 | # CONFIG_CHELSIO_T3 is not set | 627 | # CONFIG_CHELSIO_T3 is not set |
@@ -570,11 +643,21 @@ CONFIG_NETDEV_10000=y | |||
570 | # CONFIG_WLAN_PRE80211 is not set | 643 | # CONFIG_WLAN_PRE80211 is not set |
571 | # CONFIG_WLAN_80211 is not set | 644 | # CONFIG_WLAN_80211 is not set |
572 | # CONFIG_IWLWIFI_LEDS is not set | 645 | # CONFIG_IWLWIFI_LEDS is not set |
646 | |||
647 | # | ||
648 | # USB Network Adapters | ||
649 | # | ||
650 | # CONFIG_USB_CATC is not set | ||
651 | # CONFIG_USB_KAWETH is not set | ||
652 | # CONFIG_USB_PEGASUS is not set | ||
653 | # CONFIG_USB_RTL8150 is not set | ||
654 | # CONFIG_USB_USBNET is not set | ||
573 | # CONFIG_WAN is not set | 655 | # CONFIG_WAN is not set |
574 | # CONFIG_FDDI is not set | 656 | # CONFIG_FDDI is not set |
575 | # CONFIG_HIPPI is not set | 657 | # CONFIG_HIPPI is not set |
576 | # CONFIG_PPP is not set | 658 | # CONFIG_PPP is not set |
577 | # CONFIG_SLIP is not set | 659 | # CONFIG_SLIP is not set |
660 | # CONFIG_NET_FC is not set | ||
578 | # CONFIG_NETCONSOLE is not set | 661 | # CONFIG_NETCONSOLE is not set |
579 | # CONFIG_NETPOLL is not set | 662 | # CONFIG_NETPOLL is not set |
580 | # CONFIG_NET_POLL_CONTROLLER is not set | 663 | # CONFIG_NET_POLL_CONTROLLER is not set |
@@ -635,8 +718,77 @@ CONFIG_XILINX_HWICAP=m | |||
635 | # CONFIG_RAW_DRIVER is not set | 718 | # CONFIG_RAW_DRIVER is not set |
636 | # CONFIG_TCG_TPM is not set | 719 | # CONFIG_TCG_TPM is not set |
637 | CONFIG_DEVPORT=y | 720 | CONFIG_DEVPORT=y |
638 | # CONFIG_I2C is not set | 721 | CONFIG_I2C=m |
722 | CONFIG_I2C_BOARDINFO=y | ||
723 | CONFIG_I2C_CHARDEV=m | ||
724 | |||
725 | # | ||
726 | # I2C Hardware Bus support | ||
727 | # | ||
728 | |||
729 | # | ||
730 | # PC SMBus host controller drivers | ||
731 | # | ||
732 | # CONFIG_I2C_ALI1535 is not set | ||
733 | # CONFIG_I2C_ALI1563 is not set | ||
734 | # CONFIG_I2C_ALI15X3 is not set | ||
735 | # CONFIG_I2C_AMD756 is not set | ||
736 | # CONFIG_I2C_AMD8111 is not set | ||
737 | # CONFIG_I2C_I801 is not set | ||
738 | # CONFIG_I2C_ISCH is not set | ||
739 | # CONFIG_I2C_PIIX4 is not set | ||
740 | # CONFIG_I2C_NFORCE2 is not set | ||
741 | # CONFIG_I2C_SIS5595 is not set | ||
742 | # CONFIG_I2C_SIS630 is not set | ||
743 | # CONFIG_I2C_SIS96X is not set | ||
744 | # CONFIG_I2C_VIA is not set | ||
745 | # CONFIG_I2C_VIAPRO is not set | ||
746 | |||
747 | # | ||
748 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
749 | # | ||
750 | CONFIG_I2C_IBM_IIC=m | ||
751 | # CONFIG_I2C_MPC is not set | ||
752 | # CONFIG_I2C_OCORES is not set | ||
753 | # CONFIG_I2C_SIMTEC is not set | ||
754 | |||
755 | # | ||
756 | # External I2C/SMBus adapter drivers | ||
757 | # | ||
758 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
759 | # CONFIG_I2C_TAOS_EVM is not set | ||
760 | # CONFIG_I2C_TINY_USB is not set | ||
761 | |||
762 | # | ||
763 | # Graphics adapter I2C/DDC channel drivers | ||
764 | # | ||
765 | # CONFIG_I2C_VOODOO3 is not set | ||
766 | |||
767 | # | ||
768 | # Other I2C/SMBus bus drivers | ||
769 | # | ||
770 | # CONFIG_I2C_PCA_PLATFORM is not set | ||
771 | # CONFIG_I2C_STUB is not set | ||
772 | |||
773 | # | ||
774 | # Miscellaneous I2C Chip support | ||
775 | # | ||
776 | # CONFIG_DS1682 is not set | ||
777 | # CONFIG_AT24 is not set | ||
778 | # CONFIG_SENSORS_EEPROM is not set | ||
779 | # CONFIG_SENSORS_PCF8574 is not set | ||
780 | # CONFIG_PCF8575 is not set | ||
781 | # CONFIG_SENSORS_PCA9539 is not set | ||
782 | # CONFIG_SENSORS_PCF8591 is not set | ||
783 | # CONFIG_SENSORS_MAX6875 is not set | ||
784 | # CONFIG_SENSORS_TSL2550 is not set | ||
785 | # CONFIG_I2C_DEBUG_CORE is not set | ||
786 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
787 | # CONFIG_I2C_DEBUG_BUS is not set | ||
788 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
639 | # CONFIG_SPI is not set | 789 | # CONFIG_SPI is not set |
790 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
791 | # CONFIG_GPIOLIB is not set | ||
640 | # CONFIG_W1 is not set | 792 | # CONFIG_W1 is not set |
641 | # CONFIG_POWER_SUPPLY is not set | 793 | # CONFIG_POWER_SUPPLY is not set |
642 | # CONFIG_HWMON is not set | 794 | # CONFIG_HWMON is not set |
@@ -653,6 +805,7 @@ CONFIG_SSB_POSSIBLE=y | |||
653 | # | 805 | # |
654 | # Multifunction device drivers | 806 | # Multifunction device drivers |
655 | # | 807 | # |
808 | # CONFIG_MFD_CORE is not set | ||
656 | # CONFIG_MFD_SM501 is not set | 809 | # CONFIG_MFD_SM501 is not set |
657 | # CONFIG_HTC_PASIC3 is not set | 810 | # CONFIG_HTC_PASIC3 is not set |
658 | 811 | ||
@@ -686,22 +839,113 @@ CONFIG_SSB_POSSIBLE=y | |||
686 | # Display device support | 839 | # Display device support |
687 | # | 840 | # |
688 | # CONFIG_DISPLAY_SUPPORT is not set | 841 | # CONFIG_DISPLAY_SUPPORT is not set |
689 | |||
690 | # | ||
691 | # Sound | ||
692 | # | ||
693 | # CONFIG_SOUND is not set | 842 | # CONFIG_SOUND is not set |
694 | CONFIG_USB_SUPPORT=y | 843 | CONFIG_USB_SUPPORT=y |
695 | CONFIG_USB_ARCH_HAS_HCD=y | 844 | CONFIG_USB_ARCH_HAS_HCD=y |
696 | CONFIG_USB_ARCH_HAS_OHCI=y | 845 | CONFIG_USB_ARCH_HAS_OHCI=y |
697 | CONFIG_USB_ARCH_HAS_EHCI=y | 846 | CONFIG_USB_ARCH_HAS_EHCI=y |
698 | # CONFIG_USB is not set | 847 | CONFIG_USB=m |
848 | # CONFIG_USB_DEBUG is not set | ||
849 | # CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set | ||
850 | |||
851 | # | ||
852 | # Miscellaneous USB options | ||
853 | # | ||
854 | # CONFIG_USB_DEVICEFS is not set | ||
855 | CONFIG_USB_DEVICE_CLASS=y | ||
856 | # CONFIG_USB_DYNAMIC_MINORS is not set | ||
857 | # CONFIG_USB_OTG is not set | ||
699 | # CONFIG_USB_OTG_WHITELIST is not set | 858 | # CONFIG_USB_OTG_WHITELIST is not set |
700 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | 859 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set |
701 | 860 | ||
702 | # | 861 | # |
862 | # USB Host Controller Drivers | ||
863 | # | ||
864 | # CONFIG_USB_C67X00_HCD is not set | ||
865 | CONFIG_USB_EHCI_HCD=m | ||
866 | # CONFIG_USB_EHCI_ROOT_HUB_TT is not set | ||
867 | # CONFIG_USB_EHCI_TT_NEWSCHED is not set | ||
868 | CONFIG_USB_EHCI_BIG_ENDIAN_MMIO=y | ||
869 | CONFIG_USB_EHCI_BIG_ENDIAN_DESC=y | ||
870 | CONFIG_USB_EHCI_HCD_PPC_OF=y | ||
871 | # CONFIG_USB_ISP116X_HCD is not set | ||
872 | # CONFIG_USB_ISP1760_HCD is not set | ||
873 | CONFIG_USB_OHCI_HCD=m | ||
874 | CONFIG_USB_OHCI_HCD_PPC_OF=y | ||
875 | CONFIG_USB_OHCI_HCD_PPC_OF_BE=y | ||
876 | # CONFIG_USB_OHCI_HCD_PPC_OF_LE is not set | ||
877 | # CONFIG_USB_OHCI_HCD_PCI is not set | ||
878 | CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y | ||
879 | CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y | ||
880 | CONFIG_USB_OHCI_LITTLE_ENDIAN=y | ||
881 | # CONFIG_USB_UHCI_HCD is not set | ||
882 | # CONFIG_USB_SL811_HCD is not set | ||
883 | # CONFIG_USB_R8A66597_HCD is not set | ||
884 | |||
885 | # | ||
886 | # USB Device Class drivers | ||
887 | # | ||
888 | # CONFIG_USB_ACM is not set | ||
889 | # CONFIG_USB_PRINTER is not set | ||
890 | # CONFIG_USB_WDM is not set | ||
891 | |||
892 | # | ||
703 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 893 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
704 | # | 894 | # |
895 | |||
896 | # | ||
897 | # may also be needed; see USB_STORAGE Help for more information | ||
898 | # | ||
899 | CONFIG_USB_STORAGE=m | ||
900 | # CONFIG_USB_STORAGE_DEBUG is not set | ||
901 | # CONFIG_USB_STORAGE_DATAFAB is not set | ||
902 | # CONFIG_USB_STORAGE_FREECOM is not set | ||
903 | # CONFIG_USB_STORAGE_ISD200 is not set | ||
904 | # CONFIG_USB_STORAGE_DPCM is not set | ||
905 | # CONFIG_USB_STORAGE_USBAT is not set | ||
906 | # CONFIG_USB_STORAGE_SDDR09 is not set | ||
907 | # CONFIG_USB_STORAGE_SDDR55 is not set | ||
908 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | ||
909 | # CONFIG_USB_STORAGE_ALAUDA is not set | ||
910 | # CONFIG_USB_STORAGE_KARMA is not set | ||
911 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set | ||
912 | # CONFIG_USB_LIBUSUAL is not set | ||
913 | |||
914 | # | ||
915 | # USB Imaging devices | ||
916 | # | ||
917 | # CONFIG_USB_MDC800 is not set | ||
918 | # CONFIG_USB_MICROTEK is not set | ||
919 | # CONFIG_USB_MON is not set | ||
920 | |||
921 | # | ||
922 | # USB port drivers | ||
923 | # | ||
924 | # CONFIG_USB_SERIAL is not set | ||
925 | |||
926 | # | ||
927 | # USB Miscellaneous drivers | ||
928 | # | ||
929 | # CONFIG_USB_EMI62 is not set | ||
930 | # CONFIG_USB_EMI26 is not set | ||
931 | # CONFIG_USB_ADUTUX is not set | ||
932 | # CONFIG_USB_AUERSWALD is not set | ||
933 | # CONFIG_USB_RIO500 is not set | ||
934 | # CONFIG_USB_LEGOTOWER is not set | ||
935 | # CONFIG_USB_LCD is not set | ||
936 | # CONFIG_USB_BERRY_CHARGE is not set | ||
937 | # CONFIG_USB_LED is not set | ||
938 | # CONFIG_USB_CYPRESS_CY7C63 is not set | ||
939 | # CONFIG_USB_CYTHERM is not set | ||
940 | # CONFIG_USB_PHIDGET is not set | ||
941 | # CONFIG_USB_IDMOUSE is not set | ||
942 | # CONFIG_USB_FTDI_ELAN is not set | ||
943 | # CONFIG_USB_APPLEDISPLAY is not set | ||
944 | # CONFIG_USB_SISUSBVGA is not set | ||
945 | # CONFIG_USB_LD is not set | ||
946 | # CONFIG_USB_TRANCEVIBRATOR is not set | ||
947 | # CONFIG_USB_IOWARRIOR is not set | ||
948 | # CONFIG_USB_ISIGHTFW is not set | ||
705 | # CONFIG_USB_GADGET is not set | 949 | # CONFIG_USB_GADGET is not set |
706 | # CONFIG_MMC is not set | 950 | # CONFIG_MMC is not set |
707 | # CONFIG_MEMSTICK is not set | 951 | # CONFIG_MEMSTICK is not set |
@@ -719,8 +963,13 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
719 | CONFIG_EXT2_FS=y | 963 | CONFIG_EXT2_FS=y |
720 | # CONFIG_EXT2_FS_XATTR is not set | 964 | # CONFIG_EXT2_FS_XATTR is not set |
721 | # CONFIG_EXT2_FS_XIP is not set | 965 | # CONFIG_EXT2_FS_XIP is not set |
722 | # CONFIG_EXT3_FS is not set | 966 | CONFIG_EXT3_FS=m |
967 | CONFIG_EXT3_FS_XATTR=y | ||
968 | # CONFIG_EXT3_FS_POSIX_ACL is not set | ||
969 | # CONFIG_EXT3_FS_SECURITY is not set | ||
723 | # CONFIG_EXT4DEV_FS is not set | 970 | # CONFIG_EXT4DEV_FS is not set |
971 | CONFIG_JBD=m | ||
972 | CONFIG_FS_MBCACHE=y | ||
724 | # CONFIG_REISERFS_FS is not set | 973 | # CONFIG_REISERFS_FS is not set |
725 | # CONFIG_JFS_FS is not set | 974 | # CONFIG_JFS_FS is not set |
726 | # CONFIG_FS_POSIX_ACL is not set | 975 | # CONFIG_FS_POSIX_ACL is not set |
@@ -743,8 +992,11 @@ CONFIG_INOTIFY_USER=y | |||
743 | # | 992 | # |
744 | # DOS/FAT/NT Filesystems | 993 | # DOS/FAT/NT Filesystems |
745 | # | 994 | # |
995 | CONFIG_FAT_FS=m | ||
746 | # CONFIG_MSDOS_FS is not set | 996 | # CONFIG_MSDOS_FS is not set |
747 | # CONFIG_VFAT_FS is not set | 997 | CONFIG_VFAT_FS=m |
998 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
999 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
748 | # CONFIG_NTFS_FS is not set | 1000 | # CONFIG_NTFS_FS is not set |
749 | 1001 | ||
750 | # | 1002 | # |
@@ -780,9 +1032,16 @@ CONFIG_JFFS2_ZLIB=y | |||
780 | # CONFIG_JFFS2_LZO is not set | 1032 | # CONFIG_JFFS2_LZO is not set |
781 | CONFIG_JFFS2_RTIME=y | 1033 | CONFIG_JFFS2_RTIME=y |
782 | # CONFIG_JFFS2_RUBIN is not set | 1034 | # CONFIG_JFFS2_RUBIN is not set |
1035 | CONFIG_UBIFS_FS=m | ||
1036 | CONFIG_UBIFS_FS_XATTR=y | ||
1037 | # CONFIG_UBIFS_FS_ADVANCED_COMPR is not set | ||
1038 | CONFIG_UBIFS_FS_LZO=y | ||
1039 | CONFIG_UBIFS_FS_ZLIB=y | ||
1040 | # CONFIG_UBIFS_FS_DEBUG is not set | ||
783 | CONFIG_CRAMFS=y | 1041 | CONFIG_CRAMFS=y |
784 | # CONFIG_VXFS_FS is not set | 1042 | # CONFIG_VXFS_FS is not set |
785 | # CONFIG_MINIX_FS is not set | 1043 | # CONFIG_MINIX_FS is not set |
1044 | # CONFIG_OMFS_FS is not set | ||
786 | # CONFIG_HPFS_FS is not set | 1045 | # CONFIG_HPFS_FS is not set |
787 | # CONFIG_QNX4FS_FS is not set | 1046 | # CONFIG_QNX4FS_FS is not set |
788 | # CONFIG_ROMFS_FS is not set | 1047 | # CONFIG_ROMFS_FS is not set |
@@ -793,13 +1052,12 @@ CONFIG_NFS_FS=y | |||
793 | CONFIG_NFS_V3=y | 1052 | CONFIG_NFS_V3=y |
794 | # CONFIG_NFS_V3_ACL is not set | 1053 | # CONFIG_NFS_V3_ACL is not set |
795 | # CONFIG_NFS_V4 is not set | 1054 | # CONFIG_NFS_V4 is not set |
796 | # CONFIG_NFSD is not set | ||
797 | CONFIG_ROOT_NFS=y | 1055 | CONFIG_ROOT_NFS=y |
1056 | # CONFIG_NFSD is not set | ||
798 | CONFIG_LOCKD=y | 1057 | CONFIG_LOCKD=y |
799 | CONFIG_LOCKD_V4=y | 1058 | CONFIG_LOCKD_V4=y |
800 | CONFIG_NFS_COMMON=y | 1059 | CONFIG_NFS_COMMON=y |
801 | CONFIG_SUNRPC=y | 1060 | CONFIG_SUNRPC=y |
802 | # CONFIG_SUNRPC_BIND34 is not set | ||
803 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 1061 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
804 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1062 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
805 | # CONFIG_SMB_FS is not set | 1063 | # CONFIG_SMB_FS is not set |
@@ -813,7 +1071,46 @@ CONFIG_SUNRPC=y | |||
813 | # | 1071 | # |
814 | # CONFIG_PARTITION_ADVANCED is not set | 1072 | # CONFIG_PARTITION_ADVANCED is not set |
815 | CONFIG_MSDOS_PARTITION=y | 1073 | CONFIG_MSDOS_PARTITION=y |
816 | # CONFIG_NLS is not set | 1074 | CONFIG_NLS=m |
1075 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
1076 | CONFIG_NLS_CODEPAGE_437=m | ||
1077 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
1078 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
1079 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
1080 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
1081 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
1082 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
1083 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
1084 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
1085 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
1086 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
1087 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
1088 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
1089 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
1090 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
1091 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
1092 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
1093 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
1094 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
1095 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
1096 | # CONFIG_NLS_ISO8859_8 is not set | ||
1097 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
1098 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
1099 | # CONFIG_NLS_ASCII is not set | ||
1100 | CONFIG_NLS_ISO8859_1=m | ||
1101 | # CONFIG_NLS_ISO8859_2 is not set | ||
1102 | # CONFIG_NLS_ISO8859_3 is not set | ||
1103 | # CONFIG_NLS_ISO8859_4 is not set | ||
1104 | # CONFIG_NLS_ISO8859_5 is not set | ||
1105 | # CONFIG_NLS_ISO8859_6 is not set | ||
1106 | # CONFIG_NLS_ISO8859_7 is not set | ||
1107 | # CONFIG_NLS_ISO8859_9 is not set | ||
1108 | # CONFIG_NLS_ISO8859_13 is not set | ||
1109 | # CONFIG_NLS_ISO8859_14 is not set | ||
1110 | # CONFIG_NLS_ISO8859_15 is not set | ||
1111 | # CONFIG_NLS_KOI8_R is not set | ||
1112 | # CONFIG_NLS_KOI8_U is not set | ||
1113 | # CONFIG_NLS_UTF8 is not set | ||
817 | # CONFIG_DLM is not set | 1114 | # CONFIG_DLM is not set |
818 | 1115 | ||
819 | # | 1116 | # |
@@ -822,13 +1119,16 @@ CONFIG_MSDOS_PARTITION=y | |||
822 | CONFIG_BITREVERSE=y | 1119 | CONFIG_BITREVERSE=y |
823 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 1120 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
824 | # CONFIG_CRC_CCITT is not set | 1121 | # CONFIG_CRC_CCITT is not set |
825 | # CONFIG_CRC16 is not set | 1122 | CONFIG_CRC16=m |
1123 | CONFIG_CRC_T10DIF=m | ||
826 | # CONFIG_CRC_ITU_T is not set | 1124 | # CONFIG_CRC_ITU_T is not set |
827 | CONFIG_CRC32=y | 1125 | CONFIG_CRC32=y |
828 | # CONFIG_CRC7 is not set | 1126 | # CONFIG_CRC7 is not set |
829 | # CONFIG_LIBCRC32C is not set | 1127 | # CONFIG_LIBCRC32C is not set |
830 | CONFIG_ZLIB_INFLATE=y | 1128 | CONFIG_ZLIB_INFLATE=y |
831 | CONFIG_ZLIB_DEFLATE=y | 1129 | CONFIG_ZLIB_DEFLATE=y |
1130 | CONFIG_LZO_COMPRESS=m | ||
1131 | CONFIG_LZO_DECOMPRESS=m | ||
832 | CONFIG_PLIST=y | 1132 | CONFIG_PLIST=y |
833 | CONFIG_HAS_IOMEM=y | 1133 | CONFIG_HAS_IOMEM=y |
834 | CONFIG_HAS_IOPORT=y | 1134 | CONFIG_HAS_IOPORT=y |
@@ -849,6 +1149,8 @@ CONFIG_MAGIC_SYSRQ=y | |||
849 | CONFIG_DEBUG_KERNEL=y | 1149 | CONFIG_DEBUG_KERNEL=y |
850 | # CONFIG_DEBUG_SHIRQ is not set | 1150 | # CONFIG_DEBUG_SHIRQ is not set |
851 | CONFIG_DETECT_SOFTLOCKUP=y | 1151 | CONFIG_DETECT_SOFTLOCKUP=y |
1152 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
1153 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
852 | CONFIG_SCHED_DEBUG=y | 1154 | CONFIG_SCHED_DEBUG=y |
853 | # CONFIG_SCHEDSTATS is not set | 1155 | # CONFIG_SCHEDSTATS is not set |
854 | # CONFIG_TIMER_STATS is not set | 1156 | # CONFIG_TIMER_STATS is not set |
@@ -866,19 +1168,28 @@ CONFIG_DEBUG_BUGVERBOSE=y | |||
866 | # CONFIG_DEBUG_INFO is not set | 1168 | # CONFIG_DEBUG_INFO is not set |
867 | # CONFIG_DEBUG_VM is not set | 1169 | # CONFIG_DEBUG_VM is not set |
868 | # CONFIG_DEBUG_WRITECOUNT is not set | 1170 | # CONFIG_DEBUG_WRITECOUNT is not set |
1171 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
869 | # CONFIG_DEBUG_LIST is not set | 1172 | # CONFIG_DEBUG_LIST is not set |
870 | # CONFIG_DEBUG_SG is not set | 1173 | # CONFIG_DEBUG_SG is not set |
871 | # CONFIG_BOOT_PRINTK_DELAY is not set | 1174 | # CONFIG_BOOT_PRINTK_DELAY is not set |
872 | # CONFIG_RCU_TORTURE_TEST is not set | 1175 | # CONFIG_RCU_TORTURE_TEST is not set |
873 | # CONFIG_BACKTRACE_SELF_TEST is not set | 1176 | # CONFIG_BACKTRACE_SELF_TEST is not set |
874 | # CONFIG_FAULT_INJECTION is not set | 1177 | # CONFIG_FAULT_INJECTION is not set |
1178 | # CONFIG_LATENCYTOP is not set | ||
1179 | CONFIG_HAVE_FTRACE=y | ||
1180 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
1181 | # CONFIG_FTRACE is not set | ||
1182 | # CONFIG_SCHED_TRACER is not set | ||
1183 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
875 | # CONFIG_SAMPLES is not set | 1184 | # CONFIG_SAMPLES is not set |
1185 | CONFIG_HAVE_ARCH_KGDB=y | ||
1186 | # CONFIG_KGDB is not set | ||
876 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 1187 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
877 | # CONFIG_DEBUG_STACK_USAGE is not set | 1188 | # CONFIG_DEBUG_STACK_USAGE is not set |
878 | # CONFIG_DEBUG_PAGEALLOC is not set | 1189 | # CONFIG_DEBUG_PAGEALLOC is not set |
879 | # CONFIG_DEBUGGER is not set | ||
880 | # CONFIG_CODE_PATCHING_SELFTEST is not set | 1190 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
881 | # CONFIG_FTR_FIXUP_SELFTEST is not set | 1191 | # CONFIG_FTR_FIXUP_SELFTEST is not set |
1192 | # CONFIG_XMON is not set | ||
882 | # CONFIG_IRQSTACKS is not set | 1193 | # CONFIG_IRQSTACKS is not set |
883 | # CONFIG_BDI_SWITCH is not set | 1194 | # CONFIG_BDI_SWITCH is not set |
884 | # CONFIG_PPC_EARLY_DEBUG is not set | 1195 | # CONFIG_PPC_EARLY_DEBUG is not set |
@@ -934,6 +1245,10 @@ CONFIG_CRYPTO_PCBC=y | |||
934 | # CONFIG_CRYPTO_MD4 is not set | 1245 | # CONFIG_CRYPTO_MD4 is not set |
935 | CONFIG_CRYPTO_MD5=y | 1246 | CONFIG_CRYPTO_MD5=y |
936 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 1247 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
1248 | # CONFIG_CRYPTO_RMD128 is not set | ||
1249 | # CONFIG_CRYPTO_RMD160 is not set | ||
1250 | # CONFIG_CRYPTO_RMD256 is not set | ||
1251 | # CONFIG_CRYPTO_RMD320 is not set | ||
937 | # CONFIG_CRYPTO_SHA1 is not set | 1252 | # CONFIG_CRYPTO_SHA1 is not set |
938 | # CONFIG_CRYPTO_SHA256 is not set | 1253 | # CONFIG_CRYPTO_SHA256 is not set |
939 | # CONFIG_CRYPTO_SHA512 is not set | 1254 | # CONFIG_CRYPTO_SHA512 is not set |
@@ -962,8 +1277,8 @@ CONFIG_CRYPTO_DES=y | |||
962 | # | 1277 | # |
963 | # Compression | 1278 | # Compression |
964 | # | 1279 | # |
965 | # CONFIG_CRYPTO_DEFLATE is not set | 1280 | CONFIG_CRYPTO_DEFLATE=m |
966 | # CONFIG_CRYPTO_LZO is not set | 1281 | CONFIG_CRYPTO_LZO=m |
967 | # CONFIG_CRYPTO_HW is not set | 1282 | # CONFIG_CRYPTO_HW is not set |
968 | # CONFIG_PPC_CLOCK is not set | 1283 | # CONFIG_PPC_CLOCK is not set |
969 | # CONFIG_VIRTUALIZATION is not set | 1284 | # CONFIG_VIRTUALIZATION is not set |
diff --git a/arch/powerpc/include/asm/mmu-hash64.h b/arch/powerpc/include/asm/mmu-hash64.h index 19c7a9403490..c2df53c5ceb9 100644 --- a/arch/powerpc/include/asm/mmu-hash64.h +++ b/arch/powerpc/include/asm/mmu-hash64.h | |||
@@ -278,7 +278,7 @@ extern int hash_huge_page(struct mm_struct *mm, unsigned long access, | |||
278 | unsigned long trap); | 278 | unsigned long trap); |
279 | 279 | ||
280 | extern int htab_bolt_mapping(unsigned long vstart, unsigned long vend, | 280 | extern int htab_bolt_mapping(unsigned long vstart, unsigned long vend, |
281 | unsigned long pstart, unsigned long mode, | 281 | unsigned long pstart, unsigned long prot, |
282 | int psize, int ssize); | 282 | int psize, int ssize); |
283 | extern void set_huge_psize(int psize); | 283 | extern void set_huge_psize(int psize); |
284 | extern void add_gpage(unsigned long addr, unsigned long page_size, | 284 | extern void add_gpage(unsigned long addr, unsigned long page_size, |
diff --git a/arch/powerpc/kernel/pci-common.c b/arch/powerpc/kernel/pci-common.c index 224e9a11765c..ea0c61e09b76 100644 --- a/arch/powerpc/kernel/pci-common.c +++ b/arch/powerpc/kernel/pci-common.c | |||
@@ -650,11 +650,18 @@ void __devinit pci_process_bridge_OF_ranges(struct pci_controller *hose, | |||
650 | } | 650 | } |
651 | } | 651 | } |
652 | 652 | ||
653 | /* Out of paranoia, let's put the ISA hole last if any */ | 653 | /* If there's an ISA hole and the pci_mem_offset is -not- matching |
654 | if (isa_hole >= 0 && memno > 0 && isa_hole != (memno-1)) { | 654 | * the ISA hole offset, then we need to remove the ISA hole from |
655 | struct resource tmp = hose->mem_resources[isa_hole]; | 655 | * the resource list for that brige |
656 | hose->mem_resources[isa_hole] = hose->mem_resources[memno-1]; | 656 | */ |
657 | hose->mem_resources[memno-1] = tmp; | 657 | if (isa_hole >= 0 && hose->pci_mem_offset != isa_mb) { |
658 | unsigned int next = isa_hole + 1; | ||
659 | printk(KERN_INFO " Removing ISA hole at 0x%016llx\n", isa_mb); | ||
660 | if (next < memno) | ||
661 | memmove(&hose->mem_resources[isa_hole], | ||
662 | &hose->mem_resources[next], | ||
663 | sizeof(struct resource) * (memno - next)); | ||
664 | hose->mem_resources[--memno].flags = 0; | ||
658 | } | 665 | } |
659 | } | 666 | } |
660 | 667 | ||
diff --git a/arch/powerpc/kernel/rtas.c b/arch/powerpc/kernel/rtas.c index c680f1bbd387..1f8505c23548 100644 --- a/arch/powerpc/kernel/rtas.c +++ b/arch/powerpc/kernel/rtas.c | |||
@@ -792,6 +792,9 @@ asmlinkage int ppc_rtas(struct rtas_args __user *uargs) | |||
792 | if (args.token == RTAS_UNKNOWN_SERVICE) | 792 | if (args.token == RTAS_UNKNOWN_SERVICE) |
793 | return -EINVAL; | 793 | return -EINVAL; |
794 | 794 | ||
795 | args.rets = &args.args[nargs]; | ||
796 | memset(args.rets, 0, args.nret * sizeof(rtas_arg_t)); | ||
797 | |||
795 | /* Need to handle ibm,suspend_me call specially */ | 798 | /* Need to handle ibm,suspend_me call specially */ |
796 | if (args.token == ibm_suspend_me_token) { | 799 | if (args.token == ibm_suspend_me_token) { |
797 | rc = rtas_ibm_suspend_me(&args); | 800 | rc = rtas_ibm_suspend_me(&args); |
@@ -808,8 +811,6 @@ asmlinkage int ppc_rtas(struct rtas_args __user *uargs) | |||
808 | enter_rtas(__pa(&rtas.args)); | 811 | enter_rtas(__pa(&rtas.args)); |
809 | args = rtas.args; | 812 | args = rtas.args; |
810 | 813 | ||
811 | args.rets = &args.args[nargs]; | ||
812 | |||
813 | /* A -1 return code indicates that the last command couldn't | 814 | /* A -1 return code indicates that the last command couldn't |
814 | be completed due to a hardware error. */ | 815 | be completed due to a hardware error. */ |
815 | if (args.rets[0] == -1) | 816 | if (args.rets[0] == -1) |
diff --git a/arch/powerpc/mm/hash_utils_64.c b/arch/powerpc/mm/hash_utils_64.c index 5ce5a4dcd008..14be408dfc9b 100644 --- a/arch/powerpc/mm/hash_utils_64.c +++ b/arch/powerpc/mm/hash_utils_64.c | |||
@@ -151,39 +151,53 @@ static struct mmu_psize_def mmu_psize_defaults_gp[] = { | |||
151 | }, | 151 | }, |
152 | }; | 152 | }; |
153 | 153 | ||
154 | static unsigned long htab_convert_pte_flags(unsigned long pteflags) | ||
155 | { | ||
156 | unsigned long rflags = pteflags & 0x1fa; | ||
157 | |||
158 | /* _PAGE_EXEC -> NOEXEC */ | ||
159 | if ((pteflags & _PAGE_EXEC) == 0) | ||
160 | rflags |= HPTE_R_N; | ||
161 | |||
162 | /* PP bits. PAGE_USER is already PP bit 0x2, so we only | ||
163 | * need to add in 0x1 if it's a read-only user page | ||
164 | */ | ||
165 | if ((pteflags & _PAGE_USER) && !((pteflags & _PAGE_RW) && | ||
166 | (pteflags & _PAGE_DIRTY))) | ||
167 | rflags |= 1; | ||
168 | |||
169 | /* Always add C */ | ||
170 | return rflags | HPTE_R_C; | ||
171 | } | ||
154 | 172 | ||
155 | int htab_bolt_mapping(unsigned long vstart, unsigned long vend, | 173 | int htab_bolt_mapping(unsigned long vstart, unsigned long vend, |
156 | unsigned long pstart, unsigned long mode, | 174 | unsigned long pstart, unsigned long prot, |
157 | int psize, int ssize) | 175 | int psize, int ssize) |
158 | { | 176 | { |
159 | unsigned long vaddr, paddr; | 177 | unsigned long vaddr, paddr; |
160 | unsigned int step, shift; | 178 | unsigned int step, shift; |
161 | unsigned long tmp_mode; | ||
162 | int ret = 0; | 179 | int ret = 0; |
163 | 180 | ||
164 | shift = mmu_psize_defs[psize].shift; | 181 | shift = mmu_psize_defs[psize].shift; |
165 | step = 1 << shift; | 182 | step = 1 << shift; |
166 | 183 | ||
184 | prot = htab_convert_pte_flags(prot); | ||
185 | |||
186 | DBG("htab_bolt_mapping(%lx..%lx -> %lx (%lx,%d,%d)\n", | ||
187 | vstart, vend, pstart, prot, psize, ssize); | ||
188 | |||
167 | for (vaddr = vstart, paddr = pstart; vaddr < vend; | 189 | for (vaddr = vstart, paddr = pstart; vaddr < vend; |
168 | vaddr += step, paddr += step) { | 190 | vaddr += step, paddr += step) { |
169 | unsigned long hash, hpteg; | 191 | unsigned long hash, hpteg; |
170 | unsigned long vsid = get_kernel_vsid(vaddr, ssize); | 192 | unsigned long vsid = get_kernel_vsid(vaddr, ssize); |
171 | unsigned long va = hpt_va(vaddr, vsid, ssize); | 193 | unsigned long va = hpt_va(vaddr, vsid, ssize); |
172 | 194 | ||
173 | tmp_mode = mode; | ||
174 | |||
175 | /* Make non-kernel text non-executable */ | ||
176 | if (!in_kernel_text(vaddr)) | ||
177 | tmp_mode = mode | HPTE_R_N; | ||
178 | |||
179 | hash = hpt_hash(va, shift, ssize); | 195 | hash = hpt_hash(va, shift, ssize); |
180 | hpteg = ((hash & htab_hash_mask) * HPTES_PER_GROUP); | 196 | hpteg = ((hash & htab_hash_mask) * HPTES_PER_GROUP); |
181 | 197 | ||
182 | DBG("htab_bolt_mapping: calling %p\n", ppc_md.hpte_insert); | ||
183 | |||
184 | BUG_ON(!ppc_md.hpte_insert); | 198 | BUG_ON(!ppc_md.hpte_insert); |
185 | ret = ppc_md.hpte_insert(hpteg, va, paddr, | 199 | ret = ppc_md.hpte_insert(hpteg, va, paddr, prot, |
186 | tmp_mode, HPTE_V_BOLTED, psize, ssize); | 200 | HPTE_V_BOLTED, psize, ssize); |
187 | 201 | ||
188 | if (ret < 0) | 202 | if (ret < 0) |
189 | break; | 203 | break; |
@@ -519,9 +533,9 @@ static unsigned long __init htab_get_table_size(void) | |||
519 | #ifdef CONFIG_MEMORY_HOTPLUG | 533 | #ifdef CONFIG_MEMORY_HOTPLUG |
520 | void create_section_mapping(unsigned long start, unsigned long end) | 534 | void create_section_mapping(unsigned long start, unsigned long end) |
521 | { | 535 | { |
522 | BUG_ON(htab_bolt_mapping(start, end, __pa(start), | 536 | BUG_ON(htab_bolt_mapping(start, end, __pa(start), |
523 | _PAGE_ACCESSED | _PAGE_DIRTY | _PAGE_COHERENT | PP_RWXX, | 537 | PAGE_KERNEL, mmu_linear_psize, |
524 | mmu_linear_psize, mmu_kernel_ssize)); | 538 | mmu_kernel_ssize)); |
525 | } | 539 | } |
526 | 540 | ||
527 | int remove_section_mapping(unsigned long start, unsigned long end) | 541 | int remove_section_mapping(unsigned long start, unsigned long end) |
@@ -570,7 +584,7 @@ void __init htab_initialize(void) | |||
570 | { | 584 | { |
571 | unsigned long table; | 585 | unsigned long table; |
572 | unsigned long pteg_count; | 586 | unsigned long pteg_count; |
573 | unsigned long mode_rw; | 587 | unsigned long prot, tprot; |
574 | unsigned long base = 0, size = 0, limit; | 588 | unsigned long base = 0, size = 0, limit; |
575 | int i; | 589 | int i; |
576 | 590 | ||
@@ -628,7 +642,7 @@ void __init htab_initialize(void) | |||
628 | mtspr(SPRN_SDR1, _SDR1); | 642 | mtspr(SPRN_SDR1, _SDR1); |
629 | } | 643 | } |
630 | 644 | ||
631 | mode_rw = _PAGE_ACCESSED | _PAGE_DIRTY | _PAGE_COHERENT | PP_RWXX; | 645 | prot = PAGE_KERNEL; |
632 | 646 | ||
633 | #ifdef CONFIG_DEBUG_PAGEALLOC | 647 | #ifdef CONFIG_DEBUG_PAGEALLOC |
634 | linear_map_hash_count = lmb_end_of_DRAM() >> PAGE_SHIFT; | 648 | linear_map_hash_count = lmb_end_of_DRAM() >> PAGE_SHIFT; |
@@ -646,8 +660,10 @@ void __init htab_initialize(void) | |||
646 | for (i=0; i < lmb.memory.cnt; i++) { | 660 | for (i=0; i < lmb.memory.cnt; i++) { |
647 | base = (unsigned long)__va(lmb.memory.region[i].base); | 661 | base = (unsigned long)__va(lmb.memory.region[i].base); |
648 | size = lmb.memory.region[i].size; | 662 | size = lmb.memory.region[i].size; |
663 | tprot = prot | (in_kernel_text(base) ? _PAGE_EXEC : 0); | ||
649 | 664 | ||
650 | DBG("creating mapping for region: %lx : %lx\n", base, size); | 665 | DBG("creating mapping for region: %lx..%lx (prot: %x)\n", |
666 | base, size, tprot); | ||
651 | 667 | ||
652 | #ifdef CONFIG_U3_DART | 668 | #ifdef CONFIG_U3_DART |
653 | /* Do not map the DART space. Fortunately, it will be aligned | 669 | /* Do not map the DART space. Fortunately, it will be aligned |
@@ -664,21 +680,21 @@ void __init htab_initialize(void) | |||
664 | unsigned long dart_table_end = dart_tablebase + 16 * MB; | 680 | unsigned long dart_table_end = dart_tablebase + 16 * MB; |
665 | if (base != dart_tablebase) | 681 | if (base != dart_tablebase) |
666 | BUG_ON(htab_bolt_mapping(base, dart_tablebase, | 682 | BUG_ON(htab_bolt_mapping(base, dart_tablebase, |
667 | __pa(base), mode_rw, | 683 | __pa(base), tprot, |
668 | mmu_linear_psize, | 684 | mmu_linear_psize, |
669 | mmu_kernel_ssize)); | 685 | mmu_kernel_ssize)); |
670 | if ((base + size) > dart_table_end) | 686 | if ((base + size) > dart_table_end) |
671 | BUG_ON(htab_bolt_mapping(dart_tablebase+16*MB, | 687 | BUG_ON(htab_bolt_mapping(dart_tablebase+16*MB, |
672 | base + size, | 688 | base + size, |
673 | __pa(dart_table_end), | 689 | __pa(dart_table_end), |
674 | mode_rw, | 690 | tprot, |
675 | mmu_linear_psize, | 691 | mmu_linear_psize, |
676 | mmu_kernel_ssize)); | 692 | mmu_kernel_ssize)); |
677 | continue; | 693 | continue; |
678 | } | 694 | } |
679 | #endif /* CONFIG_U3_DART */ | 695 | #endif /* CONFIG_U3_DART */ |
680 | BUG_ON(htab_bolt_mapping(base, base + size, __pa(base), | 696 | BUG_ON(htab_bolt_mapping(base, base + size, __pa(base), |
681 | mode_rw, mmu_linear_psize, mmu_kernel_ssize)); | 697 | tprot, mmu_linear_psize, mmu_kernel_ssize)); |
682 | } | 698 | } |
683 | 699 | ||
684 | /* | 700 | /* |
@@ -696,7 +712,7 @@ void __init htab_initialize(void) | |||
696 | tce_alloc_start = base + size + 1; | 712 | tce_alloc_start = base + size + 1; |
697 | 713 | ||
698 | BUG_ON(htab_bolt_mapping(tce_alloc_start, tce_alloc_end, | 714 | BUG_ON(htab_bolt_mapping(tce_alloc_start, tce_alloc_end, |
699 | __pa(tce_alloc_start), mode_rw, | 715 | __pa(tce_alloc_start), prot, |
700 | mmu_linear_psize, mmu_kernel_ssize)); | 716 | mmu_linear_psize, mmu_kernel_ssize)); |
701 | } | 717 | } |
702 | 718 | ||
@@ -1117,8 +1133,7 @@ static void kernel_map_linear_page(unsigned long vaddr, unsigned long lmi) | |||
1117 | unsigned long hash, hpteg; | 1133 | unsigned long hash, hpteg; |
1118 | unsigned long vsid = get_kernel_vsid(vaddr, mmu_kernel_ssize); | 1134 | unsigned long vsid = get_kernel_vsid(vaddr, mmu_kernel_ssize); |
1119 | unsigned long va = hpt_va(vaddr, vsid, mmu_kernel_ssize); | 1135 | unsigned long va = hpt_va(vaddr, vsid, mmu_kernel_ssize); |
1120 | unsigned long mode = _PAGE_ACCESSED | _PAGE_DIRTY | | 1136 | unsigned long mode = htab_convert_pte_flags(PAGE_KERNEL); |
1121 | _PAGE_COHERENT | PP_RWXX | HPTE_R_N; | ||
1122 | int ret; | 1137 | int ret; |
1123 | 1138 | ||
1124 | hash = hpt_hash(va, PAGE_SHIFT, mmu_kernel_ssize); | 1139 | hash = hpt_hash(va, PAGE_SHIFT, mmu_kernel_ssize); |
diff --git a/arch/powerpc/mm/init_64.c b/arch/powerpc/mm/init_64.c index 4f7df85129d8..036fe2f10c77 100644 --- a/arch/powerpc/mm/init_64.c +++ b/arch/powerpc/mm/init_64.c | |||
@@ -206,13 +206,10 @@ static int __meminit vmemmap_populated(unsigned long start, int page_size) | |||
206 | int __meminit vmemmap_populate(struct page *start_page, | 206 | int __meminit vmemmap_populate(struct page *start_page, |
207 | unsigned long nr_pages, int node) | 207 | unsigned long nr_pages, int node) |
208 | { | 208 | { |
209 | unsigned long mode_rw; | ||
210 | unsigned long start = (unsigned long)start_page; | 209 | unsigned long start = (unsigned long)start_page; |
211 | unsigned long end = (unsigned long)(start_page + nr_pages); | 210 | unsigned long end = (unsigned long)(start_page + nr_pages); |
212 | unsigned long page_size = 1 << mmu_psize_defs[mmu_vmemmap_psize].shift; | 211 | unsigned long page_size = 1 << mmu_psize_defs[mmu_vmemmap_psize].shift; |
213 | 212 | ||
214 | mode_rw = _PAGE_ACCESSED | _PAGE_DIRTY | _PAGE_COHERENT | PP_RWXX; | ||
215 | |||
216 | /* Align to the page size of the linear mapping. */ | 213 | /* Align to the page size of the linear mapping. */ |
217 | start = _ALIGN_DOWN(start, page_size); | 214 | start = _ALIGN_DOWN(start, page_size); |
218 | 215 | ||
@@ -230,9 +227,9 @@ int __meminit vmemmap_populate(struct page *start_page, | |||
230 | pr_debug("vmemmap %08lx allocated at %p, physical %08lx.\n", | 227 | pr_debug("vmemmap %08lx allocated at %p, physical %08lx.\n", |
231 | start, p, __pa(p)); | 228 | start, p, __pa(p)); |
232 | 229 | ||
233 | mapped = htab_bolt_mapping(start, start + page_size, | 230 | mapped = htab_bolt_mapping(start, start + page_size, __pa(p), |
234 | __pa(p), mode_rw, mmu_vmemmap_psize, | 231 | PAGE_KERNEL, mmu_vmemmap_psize, |
235 | mmu_kernel_ssize); | 232 | mmu_kernel_ssize); |
236 | BUG_ON(mapped < 0); | 233 | BUG_ON(mapped < 0); |
237 | } | 234 | } |
238 | 235 | ||
diff --git a/arch/powerpc/platforms/44x/warp-nand.c b/arch/powerpc/platforms/44x/warp-nand.c index e55746b824b4..89ecd76127d8 100644 --- a/arch/powerpc/platforms/44x/warp-nand.c +++ b/arch/powerpc/platforms/44x/warp-nand.c | |||
@@ -24,7 +24,7 @@ | |||
24 | 24 | ||
25 | static struct resource warp_ndfc = { | 25 | static struct resource warp_ndfc = { |
26 | .start = WARP_NAND_FLASH_REG_ADDR, | 26 | .start = WARP_NAND_FLASH_REG_ADDR, |
27 | .end = WARP_NAND_FLASH_REG_ADDR + WARP_NAND_FLASH_REG_SIZE, | 27 | .end = WARP_NAND_FLASH_REG_ADDR + WARP_NAND_FLASH_REG_SIZE - 1, |
28 | .flags = IORESOURCE_MEM, | 28 | .flags = IORESOURCE_MEM, |
29 | }; | 29 | }; |
30 | 30 | ||
diff --git a/arch/powerpc/platforms/44x/warp.c b/arch/powerpc/platforms/44x/warp.c index 9565995cba7f..960edf89be51 100644 --- a/arch/powerpc/platforms/44x/warp.c +++ b/arch/powerpc/platforms/44x/warp.c | |||
@@ -30,18 +30,6 @@ static __initdata struct of_device_id warp_of_bus[] = { | |||
30 | {}, | 30 | {}, |
31 | }; | 31 | }; |
32 | 32 | ||
33 | static __initdata struct i2c_board_info warp_i2c_info[] = { | ||
34 | { I2C_BOARD_INFO("ad7414", 0x4a) } | ||
35 | }; | ||
36 | |||
37 | static int __init warp_arch_init(void) | ||
38 | { | ||
39 | /* This should go away once support is moved to the dts. */ | ||
40 | i2c_register_board_info(0, warp_i2c_info, ARRAY_SIZE(warp_i2c_info)); | ||
41 | return 0; | ||
42 | } | ||
43 | machine_arch_initcall(warp, warp_arch_init); | ||
44 | |||
45 | static int __init warp_device_probe(void) | 33 | static int __init warp_device_probe(void) |
46 | { | 34 | { |
47 | of_platform_bus_probe(NULL, warp_of_bus, NULL); | 35 | of_platform_bus_probe(NULL, warp_of_bus, NULL); |
@@ -223,7 +211,7 @@ static void pika_setup_critical_temp(struct i2c_client *client) | |||
223 | 211 | ||
224 | /* These registers are in 1 degree increments. */ | 212 | /* These registers are in 1 degree increments. */ |
225 | i2c_smbus_write_byte_data(client, 2, 65); /* Thigh */ | 213 | i2c_smbus_write_byte_data(client, 2, 65); /* Thigh */ |
226 | i2c_smbus_write_byte_data(client, 3, 55); /* Tlow */ | 214 | i2c_smbus_write_byte_data(client, 3, 0); /* Tlow */ |
227 | 215 | ||
228 | np = of_find_compatible_node(NULL, NULL, "adi,ad7414"); | 216 | np = of_find_compatible_node(NULL, NULL, "adi,ad7414"); |
229 | if (np == NULL) { | 217 | if (np == NULL) { |
@@ -289,8 +277,15 @@ found_it: | |||
289 | printk(KERN_INFO "PIKA DTM thread running.\n"); | 277 | printk(KERN_INFO "PIKA DTM thread running.\n"); |
290 | 278 | ||
291 | while (!kthread_should_stop()) { | 279 | while (!kthread_should_stop()) { |
292 | u16 temp = swab16(i2c_smbus_read_word_data(client, 0)); | 280 | int val; |
293 | out_be32(fpga + 0x20, temp); | 281 | |
282 | val = i2c_smbus_read_word_data(client, 0); | ||
283 | if (val < 0) | ||
284 | dev_dbg(&client->dev, "DTM read temp failed.\n"); | ||
285 | else { | ||
286 | s16 temp = swab16(val); | ||
287 | out_be32(fpga + 0x20, temp); | ||
288 | } | ||
294 | 289 | ||
295 | pika_dtm_check_fan(fpga); | 290 | pika_dtm_check_fan(fpga); |
296 | 291 | ||
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 3d0f2b6a5a16..ac2fb0641a04 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -22,7 +22,6 @@ config X86 | |||
22 | select HAVE_IDE | 22 | select HAVE_IDE |
23 | select HAVE_OPROFILE | 23 | select HAVE_OPROFILE |
24 | select HAVE_IOREMAP_PROT | 24 | select HAVE_IOREMAP_PROT |
25 | select HAVE_GET_USER_PAGES_FAST | ||
26 | select HAVE_KPROBES | 25 | select HAVE_KPROBES |
27 | select ARCH_WANT_OPTIONAL_GPIOLIB | 26 | select ARCH_WANT_OPTIONAL_GPIOLIB |
28 | select HAVE_KRETPROBES | 27 | select HAVE_KRETPROBES |
diff --git a/arch/x86/kernel/apic_32.c b/arch/x86/kernel/apic_32.c index d6c898358371..039a8d4aaf62 100644 --- a/arch/x86/kernel/apic_32.c +++ b/arch/x86/kernel/apic_32.c | |||
@@ -1720,15 +1720,19 @@ static int __init parse_lapic_timer_c2_ok(char *arg) | |||
1720 | } | 1720 | } |
1721 | early_param("lapic_timer_c2_ok", parse_lapic_timer_c2_ok); | 1721 | early_param("lapic_timer_c2_ok", parse_lapic_timer_c2_ok); |
1722 | 1722 | ||
1723 | static int __init apic_set_verbosity(char *str) | 1723 | static int __init apic_set_verbosity(char *arg) |
1724 | { | 1724 | { |
1725 | if (strcmp("debug", str) == 0) | 1725 | if (!arg) |
1726 | return -EINVAL; | ||
1727 | |||
1728 | if (strcmp(arg, "debug") == 0) | ||
1726 | apic_verbosity = APIC_DEBUG; | 1729 | apic_verbosity = APIC_DEBUG; |
1727 | else if (strcmp("verbose", str) == 0) | 1730 | else if (strcmp(arg, "verbose") == 0) |
1728 | apic_verbosity = APIC_VERBOSE; | 1731 | apic_verbosity = APIC_VERBOSE; |
1729 | return 1; | 1732 | |
1733 | return 0; | ||
1730 | } | 1734 | } |
1731 | __setup("apic=", apic_set_verbosity); | 1735 | early_param("apic", apic_set_verbosity); |
1732 | 1736 | ||
1733 | static int __init lapic_insert_resource(void) | 1737 | static int __init lapic_insert_resource(void) |
1734 | { | 1738 | { |
diff --git a/arch/x86/kernel/cpu/bugs.c b/arch/x86/kernel/cpu/bugs.c index c9b58a806e85..c8e315f1aa83 100644 --- a/arch/x86/kernel/cpu/bugs.c +++ b/arch/x86/kernel/cpu/bugs.c | |||
@@ -50,6 +50,8 @@ static double __initdata y = 3145727.0; | |||
50 | */ | 50 | */ |
51 | static void __init check_fpu(void) | 51 | static void __init check_fpu(void) |
52 | { | 52 | { |
53 | s32 fdiv_bug; | ||
54 | |||
53 | if (!boot_cpu_data.hard_math) { | 55 | if (!boot_cpu_data.hard_math) { |
54 | #ifndef CONFIG_MATH_EMULATION | 56 | #ifndef CONFIG_MATH_EMULATION |
55 | printk(KERN_EMERG "No coprocessor found and no math emulation present.\n"); | 57 | printk(KERN_EMERG "No coprocessor found and no math emulation present.\n"); |
@@ -74,8 +76,10 @@ static void __init check_fpu(void) | |||
74 | "fistpl %0\n\t" | 76 | "fistpl %0\n\t" |
75 | "fwait\n\t" | 77 | "fwait\n\t" |
76 | "fninit" | 78 | "fninit" |
77 | : "=m" (*&boot_cpu_data.fdiv_bug) | 79 | : "=m" (*&fdiv_bug) |
78 | : "m" (*&x), "m" (*&y)); | 80 | : "m" (*&x), "m" (*&y)); |
81 | |||
82 | boot_cpu_data.fdiv_bug = fdiv_bug; | ||
79 | if (boot_cpu_data.fdiv_bug) | 83 | if (boot_cpu_data.fdiv_bug) |
80 | printk("Hmm, FPU with FDIV bug.\n"); | 84 | printk("Hmm, FPU with FDIV bug.\n"); |
81 | } | 85 | } |
diff --git a/arch/x86/kernel/io_apic_32.c b/arch/x86/kernel/io_apic_32.c index de9aa0e3a9c5..09cddb57bec4 100644 --- a/arch/x86/kernel/io_apic_32.c +++ b/arch/x86/kernel/io_apic_32.c | |||
@@ -57,7 +57,7 @@ atomic_t irq_mis_count; | |||
57 | static struct { int pin, apic; } ioapic_i8259 = { -1, -1 }; | 57 | static struct { int pin, apic; } ioapic_i8259 = { -1, -1 }; |
58 | 58 | ||
59 | static DEFINE_SPINLOCK(ioapic_lock); | 59 | static DEFINE_SPINLOCK(ioapic_lock); |
60 | static DEFINE_SPINLOCK(vector_lock); | 60 | DEFINE_SPINLOCK(vector_lock); |
61 | 61 | ||
62 | int timer_through_8259 __initdata; | 62 | int timer_through_8259 __initdata; |
63 | 63 | ||
@@ -1209,10 +1209,6 @@ static int assign_irq_vector(int irq) | |||
1209 | return vector; | 1209 | return vector; |
1210 | } | 1210 | } |
1211 | 1211 | ||
1212 | void setup_vector_irq(int cpu) | ||
1213 | { | ||
1214 | } | ||
1215 | |||
1216 | static struct irq_chip ioapic_chip; | 1212 | static struct irq_chip ioapic_chip; |
1217 | 1213 | ||
1218 | #define IOAPIC_AUTO -1 | 1214 | #define IOAPIC_AUTO -1 |
diff --git a/arch/x86/kernel/io_apic_64.c b/arch/x86/kernel/io_apic_64.c index 8269434d1707..61a83b70c18f 100644 --- a/arch/x86/kernel/io_apic_64.c +++ b/arch/x86/kernel/io_apic_64.c | |||
@@ -101,7 +101,7 @@ int timer_through_8259 __initdata; | |||
101 | static struct { int pin, apic; } ioapic_i8259 = { -1, -1 }; | 101 | static struct { int pin, apic; } ioapic_i8259 = { -1, -1 }; |
102 | 102 | ||
103 | static DEFINE_SPINLOCK(ioapic_lock); | 103 | static DEFINE_SPINLOCK(ioapic_lock); |
104 | DEFINE_SPINLOCK(vector_lock); | 104 | static DEFINE_SPINLOCK(vector_lock); |
105 | 105 | ||
106 | /* | 106 | /* |
107 | * # of IRQ routing registers | 107 | * # of IRQ routing registers |
@@ -697,6 +697,19 @@ static int pin_2_irq(int idx, int apic, int pin) | |||
697 | return irq; | 697 | return irq; |
698 | } | 698 | } |
699 | 699 | ||
700 | void lock_vector_lock(void) | ||
701 | { | ||
702 | /* Used to the online set of cpus does not change | ||
703 | * during assign_irq_vector. | ||
704 | */ | ||
705 | spin_lock(&vector_lock); | ||
706 | } | ||
707 | |||
708 | void unlock_vector_lock(void) | ||
709 | { | ||
710 | spin_unlock(&vector_lock); | ||
711 | } | ||
712 | |||
700 | static int __assign_irq_vector(int irq, cpumask_t mask) | 713 | static int __assign_irq_vector(int irq, cpumask_t mask) |
701 | { | 714 | { |
702 | /* | 715 | /* |
@@ -802,7 +815,7 @@ static void __clear_irq_vector(int irq) | |||
802 | cpus_clear(cfg->domain); | 815 | cpus_clear(cfg->domain); |
803 | } | 816 | } |
804 | 817 | ||
805 | static void __setup_vector_irq(int cpu) | 818 | void __setup_vector_irq(int cpu) |
806 | { | 819 | { |
807 | /* Initialize vector_irq on a new cpu */ | 820 | /* Initialize vector_irq on a new cpu */ |
808 | /* This function must be called with vector_lock held */ | 821 | /* This function must be called with vector_lock held */ |
@@ -825,14 +838,6 @@ static void __setup_vector_irq(int cpu) | |||
825 | } | 838 | } |
826 | } | 839 | } |
827 | 840 | ||
828 | void setup_vector_irq(int cpu) | ||
829 | { | ||
830 | spin_lock(&vector_lock); | ||
831 | __setup_vector_irq(smp_processor_id()); | ||
832 | spin_unlock(&vector_lock); | ||
833 | } | ||
834 | |||
835 | |||
836 | static struct irq_chip ioapic_chip; | 841 | static struct irq_chip ioapic_chip; |
837 | 842 | ||
838 | static void ioapic_register_intr(int irq, unsigned long trigger) | 843 | static void ioapic_register_intr(int irq, unsigned long trigger) |
diff --git a/arch/x86/kernel/mpparse.c b/arch/x86/kernel/mpparse.c index 6ae005ccaed8..678090508a62 100644 --- a/arch/x86/kernel/mpparse.c +++ b/arch/x86/kernel/mpparse.c | |||
@@ -83,7 +83,7 @@ static void __init MP_bus_info(struct mpc_config_bus *m) | |||
83 | if (x86_quirks->mpc_oem_bus_info) | 83 | if (x86_quirks->mpc_oem_bus_info) |
84 | x86_quirks->mpc_oem_bus_info(m, str); | 84 | x86_quirks->mpc_oem_bus_info(m, str); |
85 | else | 85 | else |
86 | printk(KERN_INFO "Bus #%d is %s\n", m->mpc_busid, str); | 86 | apic_printk(APIC_VERBOSE, "Bus #%d is %s\n", m->mpc_busid, str); |
87 | 87 | ||
88 | #if MAX_MP_BUSSES < 256 | 88 | #if MAX_MP_BUSSES < 256 |
89 | if (m->mpc_busid >= MAX_MP_BUSSES) { | 89 | if (m->mpc_busid >= MAX_MP_BUSSES) { |
@@ -154,7 +154,7 @@ static void __init MP_ioapic_info(struct mpc_config_ioapic *m) | |||
154 | 154 | ||
155 | static void print_MP_intsrc_info(struct mpc_config_intsrc *m) | 155 | static void print_MP_intsrc_info(struct mpc_config_intsrc *m) |
156 | { | 156 | { |
157 | printk(KERN_CONT "Int: type %d, pol %d, trig %d, bus %02x," | 157 | apic_printk(APIC_VERBOSE, "Int: type %d, pol %d, trig %d, bus %02x," |
158 | " IRQ %02x, APIC ID %x, APIC INT %02x\n", | 158 | " IRQ %02x, APIC ID %x, APIC INT %02x\n", |
159 | m->mpc_irqtype, m->mpc_irqflag & 3, | 159 | m->mpc_irqtype, m->mpc_irqflag & 3, |
160 | (m->mpc_irqflag >> 2) & 3, m->mpc_srcbus, | 160 | (m->mpc_irqflag >> 2) & 3, m->mpc_srcbus, |
@@ -163,7 +163,7 @@ static void print_MP_intsrc_info(struct mpc_config_intsrc *m) | |||
163 | 163 | ||
164 | static void __init print_mp_irq_info(struct mp_config_intsrc *mp_irq) | 164 | static void __init print_mp_irq_info(struct mp_config_intsrc *mp_irq) |
165 | { | 165 | { |
166 | printk(KERN_CONT "Int: type %d, pol %d, trig %d, bus %02x," | 166 | apic_printk(APIC_VERBOSE, "Int: type %d, pol %d, trig %d, bus %02x," |
167 | " IRQ %02x, APIC ID %x, APIC INT %02x\n", | 167 | " IRQ %02x, APIC ID %x, APIC INT %02x\n", |
168 | mp_irq->mp_irqtype, mp_irq->mp_irqflag & 3, | 168 | mp_irq->mp_irqtype, mp_irq->mp_irqflag & 3, |
169 | (mp_irq->mp_irqflag >> 2) & 3, mp_irq->mp_srcbus, | 169 | (mp_irq->mp_irqflag >> 2) & 3, mp_irq->mp_srcbus, |
@@ -235,7 +235,7 @@ static void __init MP_intsrc_info(struct mpc_config_intsrc *m) | |||
235 | 235 | ||
236 | static void __init MP_lintsrc_info(struct mpc_config_lintsrc *m) | 236 | static void __init MP_lintsrc_info(struct mpc_config_lintsrc *m) |
237 | { | 237 | { |
238 | printk(KERN_INFO "Lint: type %d, pol %d, trig %d, bus %02x," | 238 | apic_printk(APIC_VERBOSE, "Lint: type %d, pol %d, trig %d, bus %02x," |
239 | " IRQ %02x, APIC ID %x, APIC LINT %02x\n", | 239 | " IRQ %02x, APIC ID %x, APIC LINT %02x\n", |
240 | m->mpc_irqtype, m->mpc_irqflag & 3, | 240 | m->mpc_irqtype, m->mpc_irqflag & 3, |
241 | (m->mpc_irqflag >> 2) & 3, m->mpc_srcbusid, | 241 | (m->mpc_irqflag >> 2) & 3, m->mpc_srcbusid, |
@@ -695,7 +695,8 @@ static int __init smp_scan_config(unsigned long base, unsigned long length, | |||
695 | unsigned int *bp = phys_to_virt(base); | 695 | unsigned int *bp = phys_to_virt(base); |
696 | struct intel_mp_floating *mpf; | 696 | struct intel_mp_floating *mpf; |
697 | 697 | ||
698 | printk(KERN_DEBUG "Scan SMP from %p for %ld bytes.\n", bp, length); | 698 | apic_printk(APIC_VERBOSE, "Scan SMP from %p for %ld bytes.\n", |
699 | bp, length); | ||
699 | BUILD_BUG_ON(sizeof(*mpf) != 16); | 700 | BUILD_BUG_ON(sizeof(*mpf) != 16); |
700 | 701 | ||
701 | while (length > 0) { | 702 | while (length > 0) { |
diff --git a/arch/x86/kernel/pci-calgary_64.c b/arch/x86/kernel/pci-calgary_64.c index b67a4b1d4eae..02d19328525d 100644 --- a/arch/x86/kernel/pci-calgary_64.c +++ b/arch/x86/kernel/pci-calgary_64.c | |||
@@ -1350,7 +1350,7 @@ static void calgary_init_bitmap_from_tce_table(struct iommu_table *tbl) | |||
1350 | * Function for kdump case. Get the tce tables from first kernel | 1350 | * Function for kdump case. Get the tce tables from first kernel |
1351 | * by reading the contents of the base adress register of calgary iommu | 1351 | * by reading the contents of the base adress register of calgary iommu |
1352 | */ | 1352 | */ |
1353 | static void get_tce_space_from_tar() | 1353 | static void get_tce_space_from_tar(void) |
1354 | { | 1354 | { |
1355 | int bus; | 1355 | int bus; |
1356 | void __iomem *target; | 1356 | void __iomem *target; |
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c index 2d888586385d..68b48e3fbcbd 100644 --- a/arch/x86/kernel/setup.c +++ b/arch/x86/kernel/setup.c | |||
@@ -604,6 +604,14 @@ void __init setup_arch(char **cmdline_p) | |||
604 | early_cpu_init(); | 604 | early_cpu_init(); |
605 | early_ioremap_init(); | 605 | early_ioremap_init(); |
606 | 606 | ||
607 | #if defined(CONFIG_VMI) && defined(CONFIG_X86_32) | ||
608 | /* | ||
609 | * Must be before kernel pagetables are setup | ||
610 | * or fixmap area is touched. | ||
611 | */ | ||
612 | vmi_init(); | ||
613 | #endif | ||
614 | |||
607 | ROOT_DEV = old_decode_dev(boot_params.hdr.root_dev); | 615 | ROOT_DEV = old_decode_dev(boot_params.hdr.root_dev); |
608 | screen_info = boot_params.screen_info; | 616 | screen_info = boot_params.screen_info; |
609 | edid_info = boot_params.edid_info; | 617 | edid_info = boot_params.edid_info; |
@@ -817,14 +825,6 @@ void __init setup_arch(char **cmdline_p) | |||
817 | kvmclock_init(); | 825 | kvmclock_init(); |
818 | #endif | 826 | #endif |
819 | 827 | ||
820 | #if defined(CONFIG_VMI) && defined(CONFIG_X86_32) | ||
821 | /* | ||
822 | * Must be after max_low_pfn is determined, and before kernel | ||
823 | * pagetables are setup. | ||
824 | */ | ||
825 | vmi_init(); | ||
826 | #endif | ||
827 | |||
828 | paravirt_pagetable_setup_start(swapper_pg_dir); | 828 | paravirt_pagetable_setup_start(swapper_pg_dir); |
829 | paging_init(); | 829 | paging_init(); |
830 | paravirt_pagetable_setup_done(swapper_pg_dir); | 830 | paravirt_pagetable_setup_done(swapper_pg_dir); |
@@ -861,12 +861,6 @@ void __init setup_arch(char **cmdline_p) | |||
861 | init_apic_mappings(); | 861 | init_apic_mappings(); |
862 | ioapic_init_mappings(); | 862 | ioapic_init_mappings(); |
863 | 863 | ||
864 | #if defined(CONFIG_SMP) && defined(CONFIG_X86_PC) && defined(CONFIG_X86_32) | ||
865 | if (def_to_bigsmp) | ||
866 | printk(KERN_WARNING "More than 8 CPUs detected and " | ||
867 | "CONFIG_X86_PC cannot handle it.\nUse " | ||
868 | "CONFIG_X86_GENERICARCH or CONFIG_X86_BIGSMP.\n"); | ||
869 | #endif | ||
870 | kvm_guest_init(); | 864 | kvm_guest_init(); |
871 | 865 | ||
872 | e820_reserve_resources(); | 866 | e820_reserve_resources(); |
diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c index 332512767f4f..91055d7fc1b0 100644 --- a/arch/x86/kernel/smpboot.c +++ b/arch/x86/kernel/smpboot.c | |||
@@ -326,12 +326,16 @@ static void __cpuinit start_secondary(void *unused) | |||
326 | * for which cpus receive the IPI. Holding this | 326 | * for which cpus receive the IPI. Holding this |
327 | * lock helps us to not include this cpu in a currently in progress | 327 | * lock helps us to not include this cpu in a currently in progress |
328 | * smp_call_function(). | 328 | * smp_call_function(). |
329 | * | ||
330 | * We need to hold vector_lock so there the set of online cpus | ||
331 | * does not change while we are assigning vectors to cpus. Holding | ||
332 | * this lock ensures we don't half assign or remove an irq from a cpu. | ||
329 | */ | 333 | */ |
330 | ipi_call_lock_irq(); | 334 | ipi_call_lock_irq(); |
331 | #ifdef CONFIG_X86_IO_APIC | 335 | lock_vector_lock(); |
332 | setup_vector_irq(smp_processor_id()); | 336 | __setup_vector_irq(smp_processor_id()); |
333 | #endif | ||
334 | cpu_set(smp_processor_id(), cpu_online_map); | 337 | cpu_set(smp_processor_id(), cpu_online_map); |
338 | unlock_vector_lock(); | ||
335 | ipi_call_unlock_irq(); | 339 | ipi_call_unlock_irq(); |
336 | per_cpu(cpu_state, smp_processor_id()) = CPU_ONLINE; | 340 | per_cpu(cpu_state, smp_processor_id()) = CPU_ONLINE; |
337 | 341 | ||
@@ -990,7 +994,17 @@ int __cpuinit native_cpu_up(unsigned int cpu) | |||
990 | flush_tlb_all(); | 994 | flush_tlb_all(); |
991 | low_mappings = 1; | 995 | low_mappings = 1; |
992 | 996 | ||
997 | #ifdef CONFIG_X86_PC | ||
998 | if (def_to_bigsmp && apicid > 8) { | ||
999 | printk(KERN_WARNING | ||
1000 | "More than 8 CPUs detected - skipping them.\n" | ||
1001 | "Use CONFIG_X86_GENERICARCH and CONFIG_X86_BIGSMP.\n"); | ||
1002 | err = -1; | ||
1003 | } else | ||
1004 | err = do_boot_cpu(apicid, cpu); | ||
1005 | #else | ||
993 | err = do_boot_cpu(apicid, cpu); | 1006 | err = do_boot_cpu(apicid, cpu); |
1007 | #endif | ||
994 | 1008 | ||
995 | zap_low_mappings(); | 1009 | zap_low_mappings(); |
996 | low_mappings = 0; | 1010 | low_mappings = 0; |
@@ -1336,7 +1350,9 @@ int __cpu_disable(void) | |||
1336 | remove_siblinginfo(cpu); | 1350 | remove_siblinginfo(cpu); |
1337 | 1351 | ||
1338 | /* It's now safe to remove this processor from the online map */ | 1352 | /* It's now safe to remove this processor from the online map */ |
1353 | lock_vector_lock(); | ||
1339 | remove_cpu_from_maps(cpu); | 1354 | remove_cpu_from_maps(cpu); |
1355 | unlock_vector_lock(); | ||
1340 | fixup_irqs(cpu_online_map); | 1356 | fixup_irqs(cpu_online_map); |
1341 | return 0; | 1357 | return 0; |
1342 | } | 1358 | } |
diff --git a/arch/x86/kernel/vmi_32.c b/arch/x86/kernel/vmi_32.c index 0a1b1a9d922d..6ca515d6db54 100644 --- a/arch/x86/kernel/vmi_32.c +++ b/arch/x86/kernel/vmi_32.c | |||
@@ -37,6 +37,7 @@ | |||
37 | #include <asm/timer.h> | 37 | #include <asm/timer.h> |
38 | #include <asm/vmi_time.h> | 38 | #include <asm/vmi_time.h> |
39 | #include <asm/kmap_types.h> | 39 | #include <asm/kmap_types.h> |
40 | #include <asm/setup.h> | ||
40 | 41 | ||
41 | /* Convenient for calling VMI functions indirectly in the ROM */ | 42 | /* Convenient for calling VMI functions indirectly in the ROM */ |
42 | typedef u32 __attribute__((regparm(1))) (VROMFUNC)(void); | 43 | typedef u32 __attribute__((regparm(1))) (VROMFUNC)(void); |
@@ -683,7 +684,7 @@ void vmi_bringup(void) | |||
683 | { | 684 | { |
684 | /* We must establish the lowmem mapping for MMU ops to work */ | 685 | /* We must establish the lowmem mapping for MMU ops to work */ |
685 | if (vmi_ops.set_linear_mapping) | 686 | if (vmi_ops.set_linear_mapping) |
686 | vmi_ops.set_linear_mapping(0, (void *)__PAGE_OFFSET, max_low_pfn, 0); | 687 | vmi_ops.set_linear_mapping(0, (void *)__PAGE_OFFSET, MAXMEM_PFN, 0); |
687 | } | 688 | } |
688 | 689 | ||
689 | /* | 690 | /* |
diff --git a/arch/x86/mm/Makefile b/arch/x86/mm/Makefile index 2977ea37791f..dfb932dcf136 100644 --- a/arch/x86/mm/Makefile +++ b/arch/x86/mm/Makefile | |||
@@ -1,7 +1,6 @@ | |||
1 | obj-y := init_$(BITS).o fault.o ioremap.o extable.o pageattr.o mmap.o \ | 1 | obj-y := init_$(BITS).o fault.o ioremap.o extable.o pageattr.o mmap.o \ |
2 | pat.o pgtable.o | 2 | pat.o pgtable.o gup.o |
3 | 3 | ||
4 | obj-$(CONFIG_HAVE_GET_USER_PAGES_FAST) += gup.o | ||
5 | obj-$(CONFIG_X86_32) += pgtable_32.o | 4 | obj-$(CONFIG_X86_32) += pgtable_32.o |
6 | 5 | ||
7 | obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o | 6 | obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o |
diff --git a/arch/x86/mm/pgtable.c b/arch/x86/mm/pgtable.c index 557b2abceef8..d50302774fe2 100644 --- a/arch/x86/mm/pgtable.c +++ b/arch/x86/mm/pgtable.c | |||
@@ -207,6 +207,9 @@ static void pgd_prepopulate_pmd(struct mm_struct *mm, pgd_t *pgd, pmd_t *pmds[]) | |||
207 | unsigned long addr; | 207 | unsigned long addr; |
208 | int i; | 208 | int i; |
209 | 209 | ||
210 | if (PREALLOCATED_PMDS == 0) /* Work around gcc-3.4.x bug */ | ||
211 | return; | ||
212 | |||
210 | pud = pud_offset(pgd, 0); | 213 | pud = pud_offset(pgd, 0); |
211 | 214 | ||
212 | for (addr = i = 0; i < PREALLOCATED_PMDS; | 215 | for (addr = i = 0; i < PREALLOCATED_PMDS; |