Hello, There are still quite a few config options that were never synced up or were dropped compared to the default paz00 config in the git ac100 kernel tree.
I ran this command locally diff -u <(grep "^CONF" arch/arm/configs/paz00_defconfig|cut -f1 -d=|sort) <(grep "^CONF" debian.linaro/config/config.common.ubuntu|cut -f 1 -d=|sort ) |grep "-" and got this: Any in particular that should absolutely be there? I could just add them all I guess but wanted to make sure they are all intended and to know why certain settings are on. For istance I am not sure the various debugging options are set in other Ubuntu kernels and I want to keep the delta low DEV_DM had build issues when I switched to the 3.0 tree, and have not tried since, hence it being off. IIRC PCI was not needed either but it is enabled by default in defconfig. Any input is welcome :) -CONFIG_ARM_ERRATA_751472 -CONFIG_BATTERY_BQ20Z75 -CONFIG_BLK_DEV_DM -CONFIG_BOOTPARAM_HUNG_TASK_PANIC -CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC -CONFIG_CHARGER_GPIO -CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND -CONFIG_CRYPTO_USER_API_HASH -CONFIG_CRYPTO_USER_API_SKCIPHER -CONFIG_DEBUG_DEVRES -CONFIG_DEBUG_SPINLOCK -CONFIG_DEBUG_SPINLOCK_SLEEP -CONFIG_DM_VERITY -CONFIG_DM_VERITY_CHROMEOS @@ -90,236 +393,1245 @@ -CONFIG_HIGHMEM -CONFIG_KERNEL_LZO -CONFIG_KEYS_DEBUG_PROC_KEYS -CONFIG_LOCKUP_DETECTOR -CONFIG_MEDIA_CONTROLLER -CONFIG_MMC_SDHCI_OF -CONFIG_MODULE_FORCE_UNLOAD -CONFIG_NET_KEY -CONFIG_NFS_FSCACHE -CONFIG_NFS_USE_NEW_IDMAPPER -CONFIG_NFS_V4_1 -CONFIG_NL80211_TESTMODE -CONFIG_PREEMPT_VOLUNTARY -CONFIG_RD_XZ -CONFIG_SCSI_SPI_ATTRS -CONFIG_SECCOMP_FILTER -CONFIG_SERIAL_OF_PLATFORM -CONFIG_SLAB -CONFIG_TEGRA_DEBUG_UARTB -CONFIG_TEGRA_PCI -CONFIG_USB_DEVICEFS -CONFIG_USB_MON -CONFIG_USB_OTG -CONFIG_VIDEO_HELPER_CHIPS_AUTO _______________________________________________ Mailing list: https://launchpad.net/~ac100 Post to : [email protected] Unsubscribe : https://launchpad.net/~ac100 More help : https://help.launchpad.net/ListHelp

