diff options
| -rw-r--r-- | arch/arm/configs/n8x0_defconfig | 160 |
1 files changed, 142 insertions, 18 deletions
diff --git a/arch/arm/configs/n8x0_defconfig b/arch/arm/configs/n8x0_defconfig index e6f667c5e58a..216ad00948af 100644 --- a/arch/arm/configs/n8x0_defconfig +++ b/arch/arm/configs/n8x0_defconfig | |||
| @@ -191,6 +191,7 @@ CONFIG_ARCH_OMAP=y | |||
| 191 | # | 191 | # |
| 192 | CONFIG_ARCH_OMAP_OTG=y | 192 | CONFIG_ARCH_OMAP_OTG=y |
| 193 | # CONFIG_ARCH_OMAP1 is not set | 193 | # CONFIG_ARCH_OMAP1 is not set |
| 194 | CONFIG_ARCH_OMAP2PLUS=y | ||
| 194 | CONFIG_ARCH_OMAP2=y | 195 | CONFIG_ARCH_OMAP2=y |
| 195 | # CONFIG_ARCH_OMAP3 is not set | 196 | # CONFIG_ARCH_OMAP3 is not set |
| 196 | # CONFIG_ARCH_OMAP4 is not set | 197 | # CONFIG_ARCH_OMAP4 is not set |
| @@ -198,8 +199,6 @@ CONFIG_ARCH_OMAP2=y | |||
| 198 | # | 199 | # |
| 199 | # OMAP Feature Selections | 200 | # OMAP Feature Selections |
| 200 | # | 201 | # |
| 201 | # CONFIG_OMAP_DEBUG_POWERDOMAIN is not set | ||
| 202 | # CONFIG_OMAP_DEBUG_CLOCKDOMAIN is not set | ||
| 203 | CONFIG_OMAP_RESET_CLOCKS=y | 202 | CONFIG_OMAP_RESET_CLOCKS=y |
| 204 | # CONFIG_OMAP_MUX is not set | 203 | # CONFIG_OMAP_MUX is not set |
| 205 | # CONFIG_OMAP_MCBSP is not set | 204 | # CONFIG_OMAP_MCBSP is not set |
| @@ -208,15 +207,13 @@ CONFIG_OMAP_MBOX_FWK=y | |||
| 208 | CONFIG_OMAP_32K_TIMER=y | 207 | CONFIG_OMAP_32K_TIMER=y |
| 209 | CONFIG_OMAP_32K_TIMER_HZ=128 | 208 | CONFIG_OMAP_32K_TIMER_HZ=128 |
| 210 | CONFIG_OMAP_DM_TIMER=y | 209 | CONFIG_OMAP_DM_TIMER=y |
| 211 | # CONFIG_OMAP_LL_DEBUG_UART1 is not set | 210 | # CONFIG_OMAP_PM_NONE is not set |
| 212 | # CONFIG_OMAP_LL_DEBUG_UART2 is not set | 211 | CONFIG_OMAP_PM_NOOP=y |
| 213 | CONFIG_OMAP_LL_DEBUG_UART3=y | ||
| 214 | # CONFIG_MACH_OMAP_GENERIC is not set | 212 | # CONFIG_MACH_OMAP_GENERIC is not set |
| 215 | 213 | ||
| 216 | # | 214 | # |
| 217 | # OMAP Core Type | 215 | # OMAP Core Type |
| 218 | # | 216 | # |
| 219 | CONFIG_ARCH_OMAP24XX=y | ||
| 220 | CONFIG_ARCH_OMAP2420=y | 217 | CONFIG_ARCH_OMAP2420=y |
| 221 | # CONFIG_ARCH_OMAP2430 is not set | 218 | # CONFIG_ARCH_OMAP2430 is not set |
| 222 | 219 | ||
| @@ -227,6 +224,9 @@ CONFIG_MACH_OMAP2_TUSB6010=y | |||
| 227 | # CONFIG_MACH_OMAP_H4 is not set | 224 | # CONFIG_MACH_OMAP_H4 is not set |
| 228 | # CONFIG_MACH_OMAP_APOLLON is not set | 225 | # CONFIG_MACH_OMAP_APOLLON is not set |
| 229 | # CONFIG_MACH_OMAP_2430SDP is not set | 226 | # CONFIG_MACH_OMAP_2430SDP is not set |
| 227 | CONFIG_MACH_NOKIA_N800=y | ||
| 228 | CONFIG_MACH_NOKIA_N810=y | ||
| 229 | CONFIG_MACH_NOKIA_N810_WIMAX=y | ||
| 230 | CONFIG_MACH_NOKIA_N8X0=y | 230 | CONFIG_MACH_NOKIA_N8X0=y |
| 231 | 231 | ||
| 232 | # | 232 | # |
| @@ -303,7 +303,7 @@ CONFIG_ALIGNMENT_TRAP=y | |||
| 303 | CONFIG_ZBOOT_ROM_TEXT=0x10C08000 | 303 | CONFIG_ZBOOT_ROM_TEXT=0x10C08000 |
| 304 | CONFIG_ZBOOT_ROM_BSS=0x10200000 | 304 | CONFIG_ZBOOT_ROM_BSS=0x10200000 |
| 305 | # CONFIG_ZBOOT_ROM is not set | 305 | # CONFIG_ZBOOT_ROM is not set |
| 306 | CONFIG_CMDLINE="root=1f03 rootfstype=jffs2 console=ttyS2,115200n8" | 306 | CONFIG_CMDLINE="root=/dev/mmcblk0p2 console=ttyS2,115200n8 debug earlyprintk rootwait" |
| 307 | # CONFIG_XIP_KERNEL is not set | 307 | # CONFIG_XIP_KERNEL is not set |
| 308 | # CONFIG_KEXEC is not set | 308 | # CONFIG_KEXEC is not set |
| 309 | 309 | ||
| @@ -337,7 +337,14 @@ CONFIG_HAVE_AOUT=y | |||
| 337 | # | 337 | # |
| 338 | # Power management options | 338 | # Power management options |
| 339 | # | 339 | # |
| 340 | # CONFIG_PM is not set | 340 | CONFIG_PM=y |
| 341 | # CONFIG_PM_DEBUG is not set | ||
| 342 | CONFIG_PM_SLEEP=y | ||
| 343 | CONFIG_SUSPEND=y | ||
| 344 | CONFIG_SUSPEND_FREEZER=y | ||
| 345 | # CONFIG_APM_EMULATION is not set | ||
| 346 | CONFIG_PM_RUNTIME=y | ||
| 347 | CONFIG_PM_OPS=y | ||
| 341 | CONFIG_ARCH_SUSPEND_POSSIBLE=y | 348 | CONFIG_ARCH_SUSPEND_POSSIBLE=y |
| 342 | CONFIG_NET=y | 349 | CONFIG_NET=y |
| 343 | 350 | ||
| @@ -617,7 +624,55 @@ CONFIG_UNIX98_PTYS=y | |||
| 617 | # CONFIG_R3964 is not set | 624 | # CONFIG_R3964 is not set |
| 618 | # CONFIG_RAW_DRIVER is not set | 625 | # CONFIG_RAW_DRIVER is not set |
| 619 | # CONFIG_TCG_TPM is not set | 626 | # CONFIG_TCG_TPM is not set |
| 620 | # CONFIG_I2C is not set | 627 | CONFIG_I2C=y |
| 628 | CONFIG_I2C_BOARDINFO=y | ||
| 629 | # CONFIG_I2C_COMPAT is not set | ||
| 630 | # CONFIG_I2C_CHARDEV is not set | ||
| 631 | # CONFIG_I2C_HELPER_AUTO is not set | ||
| 632 | # CONFIG_I2C_SMBUS is not set | ||
| 633 | |||
| 634 | # | ||
| 635 | # I2C Algorithms | ||
| 636 | # | ||
| 637 | # CONFIG_I2C_ALGOBIT is not set | ||
| 638 | # CONFIG_I2C_ALGOPCF is not set | ||
| 639 | # CONFIG_I2C_ALGOPCA is not set | ||
| 640 | |||
| 641 | # | ||
| 642 | # I2C Hardware Bus support | ||
| 643 | # | ||
| 644 | |||
| 645 | # | ||
| 646 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
| 647 | # | ||
| 648 | # CONFIG_I2C_DESIGNWARE is not set | ||
| 649 | # CONFIG_I2C_GPIO is not set | ||
| 650 | # CONFIG_I2C_OCORES is not set | ||
| 651 | CONFIG_I2C_OMAP=y | ||
| 652 | # CONFIG_I2C_SIMTEC is not set | ||
| 653 | # CONFIG_I2C_XILINX is not set | ||
| 654 | |||
| 655 | # | ||
| 656 | # External I2C/SMBus adapter drivers | ||
| 657 | # | ||
| 658 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 659 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 660 | # CONFIG_I2C_TINY_USB is not set | ||
| 661 | |||
| 662 | # | ||
| 663 | # Other I2C/SMBus bus drivers | ||
| 664 | # | ||
| 665 | # CONFIG_I2C_PCA_PLATFORM is not set | ||
| 666 | # CONFIG_I2C_STUB is not set | ||
| 667 | |||
| 668 | # | ||
| 669 | # Miscellaneous I2C Chip support | ||
| 670 | # | ||
| 671 | # CONFIG_SENSORS_TSL2550 is not set | ||
| 672 | # CONFIG_I2C_DEBUG_CORE is not set | ||
| 673 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
| 674 | # CONFIG_I2C_DEBUG_BUS is not set | ||
| 675 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
| 621 | CONFIG_SPI=y | 676 | CONFIG_SPI=y |
| 622 | # CONFIG_SPI_DEBUG is not set | 677 | # CONFIG_SPI_DEBUG is not set |
| 623 | CONFIG_SPI_MASTER=y | 678 | CONFIG_SPI_MASTER=y |
| @@ -673,15 +728,44 @@ CONFIG_SSB_POSSIBLE=y | |||
| 673 | # Multifunction device drivers | 728 | # Multifunction device drivers |
| 674 | # | 729 | # |
| 675 | # CONFIG_MFD_CORE is not set | 730 | # CONFIG_MFD_CORE is not set |
| 731 | # CONFIG_MFD_88PM860X is not set | ||
| 676 | # CONFIG_MFD_SM501 is not set | 732 | # CONFIG_MFD_SM501 is not set |
| 677 | # CONFIG_MFD_ASIC3 is not set | 733 | # CONFIG_MFD_ASIC3 is not set |
| 678 | # CONFIG_HTC_EGPIO is not set | 734 | # CONFIG_HTC_EGPIO is not set |
| 679 | # CONFIG_HTC_PASIC3 is not set | 735 | # CONFIG_HTC_PASIC3 is not set |
| 736 | # CONFIG_HTC_I2CPLD is not set | ||
| 737 | # CONFIG_TPS65010 is not set | ||
| 738 | CONFIG_MENELAUS=y | ||
| 739 | # CONFIG_TWL4030_CORE is not set | ||
| 680 | # CONFIG_MFD_TMIO is not set | 740 | # CONFIG_MFD_TMIO is not set |
| 681 | # CONFIG_MFD_T7L66XB is not set | 741 | # CONFIG_MFD_T7L66XB is not set |
| 682 | # CONFIG_MFD_TC6387XB is not set | 742 | # CONFIG_MFD_TC6387XB is not set |
| 683 | # CONFIG_MFD_TC6393XB is not set | 743 | # CONFIG_MFD_TC6393XB is not set |
| 744 | # CONFIG_PMIC_DA903X is not set | ||
| 745 | # CONFIG_PMIC_ADP5520 is not set | ||
| 746 | # CONFIG_MFD_MAX8925 is not set | ||
| 747 | # CONFIG_MFD_WM8400 is not set | ||
| 748 | # CONFIG_MFD_WM831X is not set | ||
| 749 | # CONFIG_MFD_WM8350_I2C is not set | ||
| 750 | # CONFIG_MFD_WM8994 is not set | ||
| 751 | # CONFIG_MFD_PCF50633 is not set | ||
| 752 | # CONFIG_MFD_MC13783 is not set | ||
| 753 | # CONFIG_AB3100_CORE is not set | ||
| 684 | # CONFIG_EZX_PCAP is not set | 754 | # CONFIG_EZX_PCAP is not set |
| 755 | # CONFIG_AB4500_CORE is not set | ||
| 756 | CONFIG_REGULATOR=y | ||
| 757 | # CONFIG_REGULATOR_DEBUG is not set | ||
| 758 | # CONFIG_REGULATOR_DUMMY is not set | ||
| 759 | # CONFIG_REGULATOR_FIXED_VOLTAGE is not set | ||
| 760 | # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set | ||
| 761 | # CONFIG_REGULATOR_USERSPACE_CONSUMER is not set | ||
| 762 | # CONFIG_REGULATOR_BQ24022 is not set | ||
| 763 | # CONFIG_REGULATOR_MAX1586 is not set | ||
| 764 | # CONFIG_REGULATOR_MAX8649 is not set | ||
| 765 | # CONFIG_REGULATOR_MAX8660 is not set | ||
| 766 | # CONFIG_REGULATOR_LP3971 is not set | ||
| 767 | # CONFIG_REGULATOR_TPS65023 is not set | ||
| 768 | # CONFIG_REGULATOR_TPS6507X is not set | ||
| 685 | # CONFIG_MEDIA_SUPPORT is not set | 769 | # CONFIG_MEDIA_SUPPORT is not set |
| 686 | 770 | ||
| 687 | # | 771 | # |
| @@ -718,7 +802,10 @@ CONFIG_USB_ANNOUNCE_NEW_DEVICES=y | |||
| 718 | CONFIG_USB_DEVICEFS=y | 802 | CONFIG_USB_DEVICEFS=y |
| 719 | CONFIG_USB_DEVICE_CLASS=y | 803 | CONFIG_USB_DEVICE_CLASS=y |
| 720 | # CONFIG_USB_DYNAMIC_MINORS is not set | 804 | # CONFIG_USB_DYNAMIC_MINORS is not set |
| 721 | # CONFIG_USB_OTG is not set | 805 | CONFIG_USB_SUSPEND=y |
| 806 | CONFIG_USB_OTG=y | ||
| 807 | # CONFIG_USB_OTG_WHITELIST is not set | ||
| 808 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | ||
| 722 | # CONFIG_USB_MON is not set | 809 | # CONFIG_USB_MON is not set |
| 723 | # CONFIG_USB_WUSB is not set | 810 | # CONFIG_USB_WUSB is not set |
| 724 | # CONFIG_USB_WUSB_CBAF is not set | 811 | # CONFIG_USB_WUSB_CBAF is not set |
| @@ -737,9 +824,10 @@ CONFIG_USB_DEVICE_CLASS=y | |||
| 737 | CONFIG_USB_MUSB_HDRC=y | 824 | CONFIG_USB_MUSB_HDRC=y |
| 738 | CONFIG_USB_TUSB6010=y | 825 | CONFIG_USB_TUSB6010=y |
| 739 | # CONFIG_USB_MUSB_HOST is not set | 826 | # CONFIG_USB_MUSB_HOST is not set |
| 740 | CONFIG_USB_MUSB_PERIPHERAL=y | 827 | # CONFIG_USB_MUSB_PERIPHERAL is not set |
| 741 | # CONFIG_USB_MUSB_OTG is not set | 828 | CONFIG_USB_MUSB_OTG=y |
| 742 | CONFIG_USB_GADGET_MUSB_HDRC=y | 829 | CONFIG_USB_GADGET_MUSB_HDRC=y |
| 830 | CONFIG_USB_MUSB_HDRC_HCD=y | ||
| 743 | # CONFIG_MUSB_PIO_ONLY is not set | 831 | # CONFIG_MUSB_PIO_ONLY is not set |
| 744 | # CONFIG_USB_INVENTRA_DMA is not set | 832 | # CONFIG_USB_INVENTRA_DMA is not set |
| 745 | # CONFIG_USB_TI_CPPI_DMA is not set | 833 | # CONFIG_USB_TI_CPPI_DMA is not set |
| @@ -824,44 +912,77 @@ CONFIG_USB_GADGET_DUALSPEED=y | |||
| 824 | # CONFIG_USB_ZERO is not set | 912 | # CONFIG_USB_ZERO is not set |
| 825 | # CONFIG_USB_AUDIO is not set | 913 | # CONFIG_USB_AUDIO is not set |
| 826 | CONFIG_USB_ETH=y | 914 | CONFIG_USB_ETH=y |
| 827 | # CONFIG_USB_ETH_RNDIS is not set | 915 | CONFIG_USB_ETH_RNDIS=y |
| 916 | CONFIG_USB_ETH_EEM=y | ||
| 828 | # CONFIG_USB_GADGETFS is not set | 917 | # CONFIG_USB_GADGETFS is not set |
| 829 | # CONFIG_USB_FILE_STORAGE is not set | 918 | # CONFIG_USB_FILE_STORAGE is not set |
| 919 | # CONFIG_USB_MASS_STORAGE is not set | ||
| 830 | # CONFIG_USB_G_SERIAL is not set | 920 | # CONFIG_USB_G_SERIAL is not set |
| 831 | # CONFIG_USB_MIDI_GADGET is not set | 921 | # CONFIG_USB_MIDI_GADGET is not set |
| 832 | # CONFIG_USB_G_PRINTER is not set | 922 | # CONFIG_USB_G_PRINTER is not set |
| 833 | # CONFIG_USB_CDC_COMPOSITE is not set | 923 | # CONFIG_USB_CDC_COMPOSITE is not set |
| 924 | # CONFIG_USB_G_NOKIA is not set | ||
| 925 | # CONFIG_USB_G_MULTI is not set | ||
| 834 | 926 | ||
| 835 | # | 927 | # |
| 836 | # OTG and related infrastructure | 928 | # OTG and related infrastructure |
| 837 | # | 929 | # |
| 838 | CONFIG_USB_OTG_UTILS=y | 930 | CONFIG_USB_OTG_UTILS=y |
| 839 | # CONFIG_USB_GPIO_VBUS is not set | 931 | # CONFIG_USB_GPIO_VBUS is not set |
| 932 | # CONFIG_ISP1301_OMAP is not set | ||
| 933 | # CONFIG_USB_ULPI is not set | ||
| 840 | CONFIG_NOP_USB_XCEIV=y | 934 | CONFIG_NOP_USB_XCEIV=y |
| 841 | # CONFIG_MMC is not set | 935 | CONFIG_MMC=y |
| 936 | # CONFIG_MMC_DEBUG is not set | ||
| 937 | # CONFIG_MMC_UNSAFE_RESUME is not set | ||
| 938 | |||
| 939 | # | ||
| 940 | # MMC/SD/SDIO Card Drivers | ||
| 941 | # | ||
| 942 | CONFIG_MMC_BLOCK=y | ||
| 943 | CONFIG_MMC_BLOCK_BOUNCE=y | ||
| 944 | # CONFIG_SDIO_UART is not set | ||
| 945 | # CONFIG_MMC_TEST is not set | ||
| 946 | |||
| 947 | # | ||
| 948 | # MMC/SD/SDIO Host Controller Drivers | ||
| 949 | # | ||
| 950 | # CONFIG_MMC_SDHCI is not set | ||
| 951 | CONFIG_MMC_OMAP=y | ||
| 952 | # CONFIG_MMC_SPI is not set | ||
| 842 | # CONFIG_MEMSTICK is not set | 953 | # CONFIG_MEMSTICK is not set |
| 843 | # CONFIG_ACCESSIBILITY is not set | ||
| 844 | # CONFIG_NEW_LEDS is not set | 954 | # CONFIG_NEW_LEDS is not set |
| 955 | # CONFIG_ACCESSIBILITY is not set | ||
| 845 | CONFIG_RTC_LIB=y | 956 | CONFIG_RTC_LIB=y |
| 846 | # CONFIG_RTC_CLASS is not set | 957 | # CONFIG_RTC_CLASS is not set |
| 847 | # CONFIG_DMADEVICES is not set | 958 | # CONFIG_DMADEVICES is not set |
| 848 | # CONFIG_AUXDISPLAY is not set | 959 | # CONFIG_AUXDISPLAY is not set |
| 849 | # CONFIG_REGULATOR is not set | ||
| 850 | # CONFIG_UIO is not set | 960 | # CONFIG_UIO is not set |
| 961 | |||
| 962 | # | ||
| 963 | # TI VLYNQ | ||
| 964 | # | ||
| 851 | # CONFIG_STAGING is not set | 965 | # CONFIG_STAGING is not set |
| 852 | 966 | ||
| 853 | # | 967 | # |
| 854 | # File systems | 968 | # File systems |
| 855 | # | 969 | # |
| 856 | # CONFIG_EXT2_FS is not set | 970 | # CONFIG_EXT2_FS is not set |
| 857 | # CONFIG_EXT3_FS is not set | 971 | CONFIG_EXT3_FS=y |
| 972 | # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set | ||
| 973 | CONFIG_EXT3_FS_XATTR=y | ||
| 974 | # CONFIG_EXT3_FS_POSIX_ACL is not set | ||
| 975 | # CONFIG_EXT3_FS_SECURITY is not set | ||
| 858 | # CONFIG_EXT4_FS is not set | 976 | # CONFIG_EXT4_FS is not set |
| 977 | CONFIG_JBD=y | ||
| 978 | CONFIG_FS_MBCACHE=y | ||
| 859 | # CONFIG_REISERFS_FS is not set | 979 | # CONFIG_REISERFS_FS is not set |
| 860 | # CONFIG_JFS_FS is not set | 980 | # CONFIG_JFS_FS is not set |
| 861 | # CONFIG_FS_POSIX_ACL is not set | 981 | # CONFIG_FS_POSIX_ACL is not set |
| 862 | # CONFIG_XFS_FS is not set | 982 | # CONFIG_XFS_FS is not set |
| 863 | # CONFIG_OCFS2_FS is not set | 983 | # CONFIG_OCFS2_FS is not set |
| 864 | # CONFIG_BTRFS_FS is not set | 984 | # CONFIG_BTRFS_FS is not set |
| 985 | # CONFIG_NILFS2_FS is not set | ||
| 865 | CONFIG_FILE_LOCKING=y | 986 | CONFIG_FILE_LOCKING=y |
| 866 | CONFIG_FSNOTIFY=y | 987 | CONFIG_FSNOTIFY=y |
| 867 | CONFIG_DNOTIFY=y | 988 | CONFIG_DNOTIFY=y |
| @@ -886,8 +1007,11 @@ CONFIG_INOTIFY_USER=y | |||
| 886 | # | 1007 | # |
| 887 | # DOS/FAT/NT Filesystems | 1008 | # DOS/FAT/NT Filesystems |
| 888 | # | 1009 | # |
| 1010 | CONFIG_FAT_FS=y | ||
| 889 | # CONFIG_MSDOS_FS is not set | 1011 | # CONFIG_MSDOS_FS is not set |
| 890 | # CONFIG_VFAT_FS is not set | 1012 | CONFIG_VFAT_FS=y |
| 1013 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
| 1014 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
| 891 | # CONFIG_NTFS_FS is not set | 1015 | # CONFIG_NTFS_FS is not set |
| 892 | 1016 | ||
| 893 | # | 1017 | # |
