From: fjin Date: Wed, 19 Oct 2011 02:12:52 +0000 (+0800) Subject: Add CONFIG_UEK5 option. X-Git-Tag: v2.6.39-400.9.0~858 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=4030f824aa0d22ed75cf1b5115d1a07cb040a245;p=users%2Fjedix%2Flinux-maple.git Add CONFIG_UEK5 option. Due UEK kernel for OL5 and OL6 using same source tree, but something is different, enable this option when build for OL5. Signed-off-by: Guru Anbalagane Signed-off-by: Joe Jin --- diff --git a/init/Kconfig b/init/Kconfig index 1bc8cccb6656..dff512278526 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -29,6 +29,12 @@ config IRQ_WORK menu "General setup" +config UEK5 + bool "Kernel for Oracle Unbreakable Enterprise Linux 5" + default y + ---help--- + Kernel for Oracle Unbreakable Enterprise Linux 5 + config EXPERIMENTAL bool "Prompt for development and/or incomplete code/drivers" ---help--- diff --git a/uek-rpm/ol5/config-generic b/uek-rpm/ol5/config-generic index 3d35d004807e..f354972d7026 100644 --- a/uek-rpm/ol5/config-generic +++ b/uek-rpm/ol5/config-generic @@ -4962,6 +4962,7 @@ CONFIG_CRYPTO_SIGNATURE_DSA=y CONFIG_MODULE_VERIFY_ELF=y CONFIG_MODULE_SIG=y CONFIG_MODULE_VERIFY=y +CONFIG_UEK5=y # CONFIG_SCx200 is not set diff --git a/uek-rpm/ol6/config-generic b/uek-rpm/ol6/config-generic index 21b2db3388eb..ca7c2aaa5df1 100644 --- a/uek-rpm/ol6/config-generic +++ b/uek-rpm/ol6/config-generic @@ -4962,6 +4962,7 @@ CONFIG_CRYPTO_SIGNATURE_DSA=y CONFIG_MODULE_VERIFY_ELF=y CONFIG_MODULE_SIG=y CONFIG_MODULE_VERIFY=y +CONFIG_UEK5=n # CONFIG_SCx200 is not set