[linux-yocto] [PATCH 88/94] arm/configs: In order to get the Preempt-RT branch building

Bruce Ashfield bruce.ashfield at windriver.com
Sat Nov 9 08:02:25 PST 2013


On 11/7/2013, 8:18 PM, Paul Butler wrote:
> From: John Jacques <john.jacques at lsi.com>
>
> The default configuration had to be refreshed.

And this is the exact thing that we want to avoid with configuration
fragments.

Again, I assume that Paul is going to follow up with configuration
fragments for the -rt and non-rt parts of the support, to go along
with the defconfigs.

Bruce

>
> Signed-off-by: John Jacques <john.jacques at lsi.com>
> ---
>   arch/arm/configs/lsisim_rt_defconfig | 13 +++++++------
>   1 file changed, 7 insertions(+), 6 deletions(-)
>
> diff --git a/arch/arm/configs/lsisim_rt_defconfig b/arch/arm/configs/lsisim_rt_defconfig
> index c67904a..83d6226 100644
> --- a/arch/arm/configs/lsisim_rt_defconfig
> +++ b/arch/arm/configs/lsisim_rt_defconfig
> @@ -20,6 +20,7 @@ CONFIG_RWSEM_GENERIC_SPINLOCK=y
>   CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y
>   CONFIG_GENERIC_HWEIGHT=y
>   CONFIG_GENERIC_CALIBRATE_DELAY=y
> +CONFIG_ZONE_DMA=y
>   CONFIG_NEED_DMA_MAP_STATE=y
>   CONFIG_VECTORS_BASE=0xffff0000
>   CONFIG_ARM_PATCH_PHYS_VIRT=y
> @@ -76,7 +77,6 @@ CONFIG_IRQ_FORCED_THREADING=y
>   #
>   # RCU Subsystem
>   #
> -# CONFIG_TREE_RCU is not set
>   CONFIG_TREE_PREEMPT_RCU=y
>   CONFIG_PREEMPT_RCU=y
>   CONFIG_RCU_FANOUT=32
> @@ -104,7 +104,7 @@ CONFIG_NAMESPACES=y
>   # CONFIG_IPC_NS is not set
>   # CONFIG_USER_NS is not set
>   # CONFIG_PID_NS is not set
> -# CONFIG_NET_NS is not set
> +CONFIG_NET_NS=y
>   CONFIG_SCHED_AUTOGROUP=y
>   # CONFIG_SYSFS_DEPRECATED is not set
>   CONFIG_RELAY=y
> @@ -150,8 +150,6 @@ CONFIG_VM_EVENT_COUNTERS=y
>   CONFIG_PCI_QUIRKS=y
>   # CONFIG_COMPAT_BRK is not set
>   CONFIG_SLAB=y
> -# CONFIG_SLUB is not set
> -# CONFIG_SLOB is not set
>   CONFIG_PROFILING=y
>   CONFIG_HAVE_OPROFILE=y
>   # CONFIG_KPROBES is not set
> @@ -425,7 +423,8 @@ CONFIG_SPLIT_PTLOCK_CPUS=4
>   CONFIG_COMPACTION=y
>   CONFIG_MIGRATION=y
>   CONFIG_PHYS_ADDR_T_64BIT=y
> -CONFIG_ZONE_DMA_FLAG=0
> +CONFIG_ZONE_DMA_FLAG=1
> +CONFIG_BOUNCE=y
>   CONFIG_VIRT_TO_BUS=y
>   CONFIG_KSM=y
>   CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
> @@ -779,6 +778,8 @@ CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
>   # CONFIG_PCH_PHUB is not set
>   # CONFIG_USB_SWITCH_FSA9480 is not set
>   # CONFIG_LSI_MTC is not set
> +# CONFIG_LSI_NCR is not set
> +# CONFIG_LSI_SMMON is not set
>   # CONFIG_C2PORT is not set
>
>   #
> @@ -2033,7 +2034,7 @@ CONFIG_DMA_ENGINE=y
>   #
>   # CONFIG_NET_DMA is not set
>   # CONFIG_ASYNC_TX_DMA is not set
> -# CONFIG_DMATEST is not set
> +CONFIG_DMATEST=m
>   # CONFIG_AUXDISPLAY is not set
>   # CONFIG_UIO is not set
>
>




More information about the linux-yocto mailing list