From: Eric Andersen Date: Mon, 1 Aug 2005 21:11:06 +0000 (-0000) Subject: Via EPIA MII specific Linux config is (surprise) specific to the Via EPIA MII X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bc02c515f2cd185789d6294da67634c1db7bccfa;p=buildroot.git Via EPIA MII specific Linux config is (surprise) specific to the Via EPIA MII and only should be selectable when BR2_TARGET_VIA_EPIA_MII has first been selected. --- diff --git a/target/device/Via/Config.in b/target/device/Via/Config.in index 3fb8fbbe2a..ab2d251495 100644 --- a/target/device/Via/Config.in +++ b/target/device/Via/Config.in @@ -9,6 +9,7 @@ config BR2_TARGET_VIA_EPIA_MII config BR2_PACKAGE_LINUX bool "linux" default n + depends BR2_TARGET_VIA_EPIA_MII help The Linux kernel.