blob: da23e27945a3696baeb4765a11d262bb1dc1538f [file] [log] [blame]
##
## Copyright 2013 Google Inc. All rights reserved.
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; version 2 of the License.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
choice
prompt "Kernel format"
default KERNEL_DUMMY
help
The format the kernel is stored in on disk.
config KERNEL_ZIMAGE
bool "zimage"
depends on ARCH_X86
config KERNEL_FIT
bool "FIT"
config KERNEL_DUMMY
bool "dummy"
endchoice
choice
prompt "Target OS"
default TARGET_OS_LINUX
config TARGET_OS_LINUX
bool "linux"
config TARGET_OS_MAGENTA
bool "magenta"
endchoice
config KERNEL_FIT_FDT_ADDR
hex "FIT device tree load address."
depends on KERNEL_FIT
help
Where to put the updated device tree when booting a FIT image.