summaryrefslogtreecommitdiff
path: root/target/x86/systems/generic-pc
blob: c1f286b1e80cb7ad37b39cd2cb982513330ba19d (plain)
1
2
3
4
5
6
7
8
config ADK_TARGET_SYSTEM_GENERIC_PC
	bool "Generic PC"
	select ADK_CPU_I686
	select ADK_TARGET_KERNEL_BZIMAGE
	select ADK_PACKAGE_GRUB
	help
	 Example config for generic i686 based PC.