From: Thomas Monjalon Date: Fri, 18 Jul 2014 23:10:16 +0000 (+0200) Subject: config: cleanup duplicated comments X-Git-Tag: spdx-start~10525 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=83b0237cbd66bfab0576e45b6544a90068e6fbae;p=dpdk.git config: cleanup duplicated comments Comments to help on basic configuration are already located in common configs. No need to duplicate (and maintain) them in inherited configurations. Signed-off-by: Thomas Monjalon --- diff --git a/config/defconfig_i686-native-linuxapp-gcc b/config/defconfig_i686-native-linuxapp-gcc index 61d8cc7fe3..a90de9b49f 100644 --- a/config/defconfig_i686-native-linuxapp-gcc +++ b/config/defconfig_i686-native-linuxapp-gcc @@ -32,33 +32,11 @@ #include "common_linuxapp" -# -# machine can define specific variables or action for a specific board -# RTE_MACHINE can be: -# default nothing specific -# native current machine -# atm Intel® Atom™ microarchitecture -# nhm Intel® microarchitecture code name Nehalem -# wsm Intel® microarchitecture code name Westmere -# snb Intel® microarchitecture code name Sandy Bridge -# ivb Intel® microarchitecture code name Ivy Bridge -# -# Note: if your compiler does not support the relevant -march options, -# it will be compiled with whatever latest processor the compiler supports! -# CONFIG_RTE_MACHINE="native" -# -# define the architecture we compile for. -# CONFIG_RTE_ARCH can be i686, x86_64, x86_64_32 -# CONFIG_RTE_ARCH="i686" CONFIG_RTE_ARCH_I686=y -# -# The compiler we use. -# Can be gcc or icc. -# CONFIG_RTE_TOOLCHAIN="gcc" CONFIG_RTE_TOOLCHAIN_GCC=y diff --git a/config/defconfig_i686-native-linuxapp-icc b/config/defconfig_i686-native-linuxapp-icc index 1afef18476..c021321cfd 100644 --- a/config/defconfig_i686-native-linuxapp-icc +++ b/config/defconfig_i686-native-linuxapp-icc @@ -32,33 +32,11 @@ #include "common_linuxapp" -# -# machine can define specific variables or action for a specific board -# RTE_MACHINE can be: -# default nothing specific -# native current machine -# atm Intel® Atom™ microarchitecture -# nhm Intel® microarchitecture code name Nehalem -# wsm Intel® microarchitecture code name Westmere -# snb Intel® microarchitecture code name Sandy Bridge -# ivb Intel® microarchitecture code name Ivy Bridge -# -# Note: if your compiler does not support the relevant -march options, -# it will be compiled with whatever latest processor the compiler supports! -# CONFIG_RTE_MACHINE="native" -# -# define the architecture we compile for. -# CONFIG_RTE_ARCH can be i686, x86_64, x86_64_32 -# CONFIG_RTE_ARCH="i686" CONFIG_RTE_ARCH_I686=y -# -# The compiler we use. -# Can be gcc or icc. -# CONFIG_RTE_TOOLCHAIN="icc" CONFIG_RTE_TOOLCHAIN_ICC=y diff --git a/config/defconfig_x86_64-native-bsdapp-gcc b/config/defconfig_x86_64-native-bsdapp-gcc index e91738b5db..aad7add1e1 100644 --- a/config/defconfig_x86_64-native-bsdapp-gcc +++ b/config/defconfig_x86_64-native-bsdapp-gcc @@ -32,40 +32,10 @@ #include "common_bsdapp" -# -# define executive environment -# -# CONFIG_RTE_EXEC_ENV can be linuxapp, baremetal, bsdapp -# -CONFIG_RTE_EXEC_ENV="bsdapp" -CONFIG_RTE_EXEC_ENV_BSDAPP=y - -# -# machine can define specific variables or action for a specific board -# RTE_MACHINE can be: -# default nothing specific -# native current machine -# atm Intel® Atom™ microarchitecture -# nhm Intel® microarchitecture code name Nehalem -# wsm Intel® microarchitecture code name Westmere -# snb Intel® microarchitecture code name Sandy Bridge -# ivb Intel® microarchitecture code name Ivy Bridge -# -# Note: if your compiler does not support the relevant -march options, -# it will be compiled with whatever latest processor the compiler supports! -# CONFIG_RTE_MACHINE="native" -# -# define the architecture we compile for. -# CONFIG_RTE_ARCH can be i686, x86_64, x86_64_32 -# CONFIG_RTE_ARCH="x86_64" CONFIG_RTE_ARCH_X86_64=y -# -# The compiler we use. -# Can be gcc or icc. -# CONFIG_RTE_TOOLCHAIN="gcc" CONFIG_RTE_TOOLCHAIN_GCC=y diff --git a/config/defconfig_x86_64-native-linuxapp-gcc b/config/defconfig_x86_64-native-linuxapp-gcc index 54d71f938a..3de818ab6c 100644 --- a/config/defconfig_x86_64-native-linuxapp-gcc +++ b/config/defconfig_x86_64-native-linuxapp-gcc @@ -32,32 +32,10 @@ #include "common_linuxapp" -# -# machine can define specific variables or action for a specific board -# RTE_MACHINE can be: -# default nothing specific -# native current machine -# atm Intel® Atom™ microarchitecture -# nhm Intel® microarchitecture code name Nehalem -# wsm Intel® microarchitecture code name Westmere -# snb Intel® microarchitecture code name Sandy Bridge -# ivb Intel® microarchitecture code name Ivy Bridge -# -# Note: if your compiler does not support the relevant -march options, -# it will be compiled with whatever latest processor the compiler supports! -# CONFIG_RTE_MACHINE="native" -# -# define the architecture we compile for. -# CONFIG_RTE_ARCH can be i686, x86_64, x86_64_32 -# CONFIG_RTE_ARCH="x86_64" CONFIG_RTE_ARCH_X86_64=y -# -# The compiler we use. -# Can be gcc or icc. -# CONFIG_RTE_TOOLCHAIN="gcc" CONFIG_RTE_TOOLCHAIN_GCC=y diff --git a/config/defconfig_x86_64-native-linuxapp-icc b/config/defconfig_x86_64-native-linuxapp-icc index cbefcf0318..795333b0ba 100644 --- a/config/defconfig_x86_64-native-linuxapp-icc +++ b/config/defconfig_x86_64-native-linuxapp-icc @@ -32,32 +32,10 @@ #include "common_linuxapp" -# -# machine can define specific variables or action for a specific board -# RTE_MACHINE can be: -# default nothing specific -# native current machine -# atm Intel® Atom™ microarchitecture -# nhm Intel® microarchitecture code name Nehalem -# wsm Intel® microarchitecture code name Westmere -# snb Intel® microarchitecture code name Sandy Bridge -# ivb Intel® microarchitecture code name Ivy Bridge -# -# Note: if your compiler does not support the relevant -march options, -# it will be compiled with whatever latest processor the compiler supports! -# CONFIG_RTE_MACHINE="native" -# -# define the architecture we compile for. -# CONFIG_RTE_ARCH can be i686, x86_64, x86_64_32 -# CONFIG_RTE_ARCH="x86_64" CONFIG_RTE_ARCH_X86_64=y -# -# The compiler we use. -# Can be gcc or icc. -# CONFIG_RTE_TOOLCHAIN="icc" CONFIG_RTE_TOOLCHAIN_ICC=y