Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6b213e1b authored by David Woodhouse's avatar David Woodhouse Committed by David Woodhouse
Browse files

Remove redundant CONFIG_ARCH_SUPPORTS_AOUT



We don't need this any more; arguably we never really did.

Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
parent 5cfba5df
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -68,9 +68,6 @@ config AUTO_IRQ_AFFINITY
	depends on SMP
	default y

config ARCH_SUPPORTS_AOUT
	def_bool y

source "init/Kconfig"


+0 −3
Original line number Diff line number Diff line
@@ -140,9 +140,6 @@ config GENERIC_CALIBRATE_DELAY
	bool
	default y

config ARCH_SUPPORTS_AOUT
	def_bool y

config ARCH_MAY_HAVE_PC_FDC
	bool

+0 −3
Original line number Diff line number Diff line
@@ -66,9 +66,6 @@ config TIME_LOW_RES
	bool
	default y

config ARCH_SUPPORTS_AOUT
	def_bool y

config NO_IOPORT
	def_bool y

+0 −3
Original line number Diff line number Diff line
@@ -36,9 +36,6 @@ config NO_IOPORT
config NO_DMA
	def_bool y

config ARCH_SUPPORTS_AOUT
	def_bool y

config HZ
	int
	default 100
+0 −3
Original line number Diff line number Diff line
@@ -53,9 +53,6 @@ config NO_IOPORT
config NO_DMA
	def_bool SUN3

config ARCH_SUPPORTS_AOUT
	def_bool y

config HZ
	int
	default 100
Loading