tree: drop last paragraph of GPL copyright header
[coreboot.git] / payloads / libpayload / arch / mips / Kconfig
blobb6e326b9670afa85a74866feda2b178be0e57c60
2 # This file is part of the libpayload project.
4 # Copyright (C) 2014 Imagination Technologies
6 # This program is free software; you can redistribute it and/or
7 # modify it under the terms of the GNU General Public License as
8 # published by the Free Software Foundation; version 2 of
9 # the License.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 # GNU General Public License for more details.
18 if ARCH_MIPS
20 config ARCH_SPECIFIC_OPTIONS # dummy
21         def_bool y
22         select LITTLE_ENDIAN
24 endif