From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Wed, 19 Oct 2016 10:04:15 +0200 Subject: [PATCH v2] arm64: defconfig: enable EEPROM_AT25 config option In-Reply-To: References: <1476298306-9138-1-git-send-email-scott.branden@broadcom.com> Message-ID: <5740014.mZjAIri61F@wuerfel> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tuesday, October 18, 2016 3:23:26 PM CEST Scott Branden wrote: > I have be.config and le.config that allow you to switch the defconfig > between big and little endian. Does this make sense to upstream to > arm/configs if you have accepted dram_0x00000000.config? Yes, they clearly fall into the same category, let's merge those as well. > Would you also accept this to arm64/configs? We actually use > big and little endian on the same SoC more on arm64 platforms. But, in > order to boot big endian we need to maintain this outside the kernel > right now. I'm in favor of that, but let's see what the arm64 maintainers think. Arnd